2023-12-06T02:53:44.870 INFO:root:teuthology version: 0.0.1.dev214+gf2de108 2023-12-06T02:53:44.870 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} --owner scheduled_yuriw@teuthology --name yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618 -- /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/orig.config.yaml 2023-12-06T02:53:44.904 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T02:53:44.986 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618 branch: wip-yuri6-testing-2023-12-05-0753-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: '7478618' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-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-yuri6-testing-2023-12-05-0753-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: d03fca4f35d43f61b4679936aef7bd2f01cced0b ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-yuri6-testing-2023-12-05-0753-pacific sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5202 sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2023-12-05-0753-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b targets: smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKTx6DhUZrlmDpNQa8fTOqKF4pAZBWIRlGsEMjH+OoHUy3RyqIiDZCBgzg+VSrYBDS66iTwElPy3soJCQEPTtlY= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrHX4yeu+LaG3jPlWYFZjXfARCI2x2ZWDeeJrcF3xCITST1rvbU/DL3CCkCGeaMRVKmZkZk8uR03UzhcPWj+y4= 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: f2de108beb0a6dde7f3e6c96039071828a1f6269 timestamp: 2023-12-05_19:00:15 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.232157 2023-12-06T02:53:44.986 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa; will attempt to use it 2023-12-06T02:53:44.987 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks 2023-12-06T02:53:44.987 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-12-06T02:53:44.988 INFO:teuthology.task.internal:Checking packages... 2023-12-06T02:53:45.011 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'd03fca4f35d43f61b4679936aef7bd2f01cced0b' 2023-12-06T02:53:45.012 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-12-06T02:53:45.012 INFO:teuthology.packaging:ref: None 2023-12-06T02:53:45.012 INFO:teuthology.packaging:tag: None 2023-12-06T02:53:45.012 INFO:teuthology.packaging:branch: wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T02:53:45.012 INFO:teuthology.packaging:sha1: d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T02:53:45.012 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri6-testing-2023-12-05-0753-pacific 2023-12-06T02:53:45.235 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-335.gd03fca4f 2023-12-06T02:53:45.235 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-12-06T02:53:45.241 INFO:teuthology.task.internal:no buildpackages task found 2023-12-06T02:53:45.241 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-12-06T02:53:45.254 INFO:teuthology.task.internal:Saving configuration 2023-12-06T02:53:45.274 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-12-06T02:53:45.279 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T02:53:45.305 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618', '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-12-06 02:48:22.526243', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKTx6DhUZrlmDpNQa8fTOqKF4pAZBWIRlGsEMjH+OoHUy3RyqIiDZCBgzg+VSrYBDS66iTwElPy3soJCQEPTtlY='} 2023-12-06T02:53:45.329 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618', '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-12-06 02:48:22.524865', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrHX4yeu+LaG3jPlWYFZjXfARCI2x2ZWDeeJrcF3xCITST1rvbU/DL3CCkCGeaMRVKmZkZk8uR03UzhcPWj+y4='} 2023-12-06T02:53:45.329 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-12-06T02:53:45.335 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-12-06T02:53:45.335 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-12-06T02:53:45.335 INFO:teuthology.run_tasks:Running task console_log... 2023-12-06T02:53:45.414 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f65979aba60>, signals=[15]) 2023-12-06T02:53:45.415 INFO:teuthology.run_tasks:Running task internal.connect... 2023-12-06T02:53:45.421 INFO:teuthology.task.internal:Opening connections... 2023-12-06T02:53:45.421 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T02:53:45.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:53:45.489 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2023-12-06T02:53:45.490 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:53:45.556 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-12-06T02:53:45.564 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2023-12-06T02:53:45.581 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2023-12-06T02:53:45.581 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="8.4 (Ootpa)" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:ID="rhel" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="fedora" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="8.4" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el8" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-06T02:53:45.637 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T02:53:45.638 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-06T02:53:45.639 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2023-12-06T02:53:45.663 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2023-12-06T02:53:45.680 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2023-12-06T02:53:45.681 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2023-12-06T02:53:45.736 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Red Hat Enterprise Linux" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="8.4 (Ootpa)" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:ID="rhel" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE="fedora" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="8.4" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:PLATFORM_ID="platform:el8" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.4 (Ootpa)" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:ANSI_COLOR="0;31" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8.4:GA" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.redhat.com/" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-12-06T02:53:45.737 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T02:53:45.738 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-12-06T02:53:45.738 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.4 2023-12-06T02:53:45.738 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-12-06T02:53:45.738 INFO:teuthology.orchestra.run.smithi149.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.4" 2023-12-06T02:53:45.738 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2023-12-06T02:53:45.762 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-12-06T02:53:45.771 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-12-06T02:53:45.776 INFO:teuthology.task.internal:Checking for old test directory... 2023-12-06T02:53:45.777 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2023-12-06T02:53:45.779 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2023-12-06T02:53:45.794 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-12-06T02:53:45.801 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-12-06T02:53:45.802 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2023-12-06T02:53:45.837 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2023-12-06T02:53:45.850 INFO:teuthology.orchestra.run.smithi134.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-06T02:53:45.853 INFO:teuthology.orchestra.run.smithi149.stderr:ls: cannot access '/var/lib/ceph': No such file or directory 2023-12-06T02:53:45.854 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-12-06T02:53:45.913 INFO:teuthology.run_tasks:Running task kernel... 2023-12-06T02:53:45.927 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-12-06T02:53:45.928 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-12-06T02:53:45.928 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T02:53:45.928 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2023-12-06T02:53:45.943 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T02:53:45.944 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-06T02:53:45.944 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T02:53:45.945 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-06T02:53:46.000 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-06T02:53:46.001 INFO:teuthology.task.kernel:Running kernel on smithi134: 4.18.0-305.25.1.el8_4.x86_64 2023-12-06T02:53:46.001 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2023-12-06T02:53:46.002 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-305.25.1.el8_4.x86_64 2023-12-06T02:53:46.002 INFO:teuthology.task.kernel:Running kernel on smithi149: 4.18.0-305.25.1.el8_4.x86_64 2023-12-06T02:53:46.002 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum install -y kernel 2023-12-06T02:53:47.444 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:47.445 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-06T02:53:47.474 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:47.475 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-06T02:53:48.891 INFO:teuthology.orchestra.run.smithi134.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2023-12-06T02:53:48.909 INFO:teuthology.orchestra.run.smithi149.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2023-12-06T02:53:49.456 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 30 MB/s | 16 MB 00:00 2023-12-06T02:53:49.570 INFO:teuthology.orchestra.run.smithi149.stdout:Extra Packages for Enterprise Linux 26 MB/s | 16 MB 00:00 2023-12-06T02:53:52.777 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 4.5 MB/s | 24 kB 00:00 2023-12-06T02:53:52.842 INFO:teuthology.orchestra.run.smithi149.stdout:lab-extras 4.2 MB/s | 24 kB 00:00 2023-12-06T02:53:53.509 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-06T02:53:53.509 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-06T02:53:53.509 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-06T02:53:53.547 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-80.el8.x86_64 is already installed. 2023-12-06T02:53:53.547 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-425.3.1.el8.x86_64 is already installed. 2023-12-06T02:53:53.547 INFO:teuthology.orchestra.run.smithi149.stdout:Package kernel-4.18.0-305.25.1.el8_4.x86_64 is already installed. 2023-12-06T02:53:53.666 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-06T02:53:53.667 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2023-12-06T02:53:53.667 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-06T02:53:53.708 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-06T02:53:53.709 INFO:teuthology.orchestra.run.smithi149.stdout:Nothing to do. 2023-12-06T02:53:53.709 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-06T02:53:53.775 DEBUG:teuthology.orchestra.run.smithi134:> echo no | sudo yum reinstall kernel || true 2023-12-06T02:53:53.820 DEBUG:teuthology.orchestra.run.smithi149:> echo no | sudo yum reinstall kernel || true 2023-12-06T02:53:54.120 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:54.120 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-06T02:53:54.167 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:54.167 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-06T02:53:54.414 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 02:53:52 AM UTC. 2023-12-06T02:53:54.483 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:02 ago on Wed 06 Dec 2023 02:53:52 AM UTC. 2023-12-06T02:53:54.552 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-06T02:53:54.552 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-06T02:53:54.552 INFO:teuthology.orchestra.run.smithi134.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-12-06T02:53:54.583 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2023-12-06T02:53:54.634 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum reinstall -y kernel || true 2023-12-06T02:53:54.634 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-06T02:53:54.635 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-06T02:53:54.635 INFO:teuthology.orchestra.run.smithi149.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-12-06T02:53:54.668 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-06T02:53:54.725 DEBUG:teuthology.orchestra.run.smithi149:> sudo yum reinstall -y kernel || true 2023-12-06T02:53:54.976 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:54.976 INFO:teuthology.orchestra.run.smithi134.stdout:Unable to read consumer identity 2023-12-06T02:53:55.072 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-06T02:53:55.072 INFO:teuthology.orchestra.run.smithi149.stdout:Unable to read consumer identity 2023-12-06T02:53:55.267 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:03 ago on Wed 06 Dec 2023 02:53:52 AM UTC. 2023-12-06T02:53:55.383 INFO:teuthology.orchestra.run.smithi149.stdout:Last metadata expiration check: 0:00:03 ago on Wed 06 Dec 2023 02:53:52 AM UTC. 2023-12-06T02:53:55.418 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-06T02:53:55.418 INFO:teuthology.orchestra.run.smithi134.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-06T02:53:55.418 INFO:teuthology.orchestra.run.smithi134.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-12-06T02:53:55.453 INFO:teuthology.orchestra.run.smithi134.stderr:Error: No packages marked for reinstall. 2023-12-06T02:53:55.503 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T02:53:55.517 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-80.el8.x86_64 (from anaconda) not available. 2023-12-06T02:53:55.517 INFO:teuthology.orchestra.run.smithi149.stdout:Installed package kernel-4.18.0-425.3.1.el8.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2023-12-06T02:53:55.517 INFO:teuthology.orchestra.run.smithi149.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-12-06T02:53:55.526 INFO:teuthology.orchestra.run.smithi149.stderr:Error: No packages marked for reinstall. 2023-12-06T02:53:55.577 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T02:53:55.627 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.628 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.628 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-12-06T02:53:55.628 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T02:53:55.628 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T02:53:55.628 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2023-12-06T02:53:55.628 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T02:53:55.628 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T02:53:55.705 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.705 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.705 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-12-06T02:53:55.705 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2023-12-06T02:53:55.705 DEBUG:teuthology.task.kernel:src is distro, skipping download 2023-12-06T02:53:55.705 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2023-12-06T02:53:55.705 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2023-12-06T02:53:55.705 DEBUG:teuthology.orchestra.run.smithi149:> rpm -q kernel | sort -rV | head -n 1 2023-12-06T02:53:55.753 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.753 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.754 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2023-12-06T02:53:55.780 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2023-12-06T02:53:55.780 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2023-12-06T02:53:55.780 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.02 2023-12-06T02:53:55.780 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 99.el8_4.1 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Group : System Environment/Base 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 9264631 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Relocations : (not relocatable) 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : Red Hat, Inc. 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : Red Hat, Inc. 2023-12-06T02:53:55.781 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T02:53:55.782 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T02:53:55.783 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T02:53:55.783 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.783 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T02:53:55.832 INFO:teuthology.orchestra.run.smithi149.stdout:kernel-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.833 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.833 DEBUG:teuthology.orchestra.run.smithi149:> sudo rpm -qi grub2-tools 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Name : grub2-tools 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Epoch : 1 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Version : 2.02 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Release : 99.el8_4.1 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: x86_64 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Install Date: Wed 21 Dec 2022 01:02:32 PM UTC 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Group : System Environment/Base 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Size : 9264631 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:License : GPLv3+ 2023-12-06T02:53:55.860 INFO:teuthology.orchestra.run.smithi149.stdout:Signature : RSA/SHA256, Thu 09 Sep 2021 09:41:55 AM UTC, Key ID 199e2f91fd431d51 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Source RPM : grub2-2.02-99.el8_4.1.src.rpm 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Build Date : Tue 18 May 2021 07:46:34 AM UTC 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Build Host : x86-vm-07.build.eng.bos.redhat.com 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Relocations : (not relocatable) 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Packager : Red Hat, Inc. 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Vendor : Red Hat, Inc. 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:URL : http://www.gnu.org/software/grub/ 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Summary : Support tools for GRUB. 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:Description : 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:customizable bootloader with modular architecture. It supports a rich 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:variety of kernel formats, file systems, computer architectures and 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:hardware devices. 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T02:53:55.861 INFO:teuthology.orchestra.run.smithi149.stdout:This subpackage provides tools for support of all platforms. 2023-12-06T02:53:55.862 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2023-12-06T02:53:55.862 INFO:teuthology.task.kernel:Updating grub on smithi149 to boot 4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:55.863 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2023-12-06T02:53:57.036 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2023-12-06T02:53:57.263 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2023-12-06T02:53:58.774 INFO:teuthology.orchestra.run.smithi134.stderr:done 2023-12-06T02:53:58.776 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2023-12-06T02:53:58.822 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.OZP93d0cY6 2023-12-06T02:53:58.822 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OZP93d0cY6 2023-12-06T02:53:58.853 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.OZP93d0cY6 2023-12-06T02:53:59.013 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.OZP93d0cY6 is 6KB 2023-12-06T02:53:59.026 INFO:teuthology.orchestra.run.smithi149.stderr:done 2023-12-06T02:53:59.027 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2023-12-06T02:53:59.032 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.OZP93d0cY6 2023-12-06T02:53:59.041 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.iL0p0Qz8Zd 2023-12-06T02:53:59.041 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.iL0p0Qz8Zd 2023-12-06T02:53:59.045 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T02:53:59.114 INFO:teuthology.orchestra.run.smithi134.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-06T02:53:59.114 INFO:teuthology.orchestra.run.smithi134.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-06T02:53:59.114 INFO:teuthology.orchestra.run.smithi134.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-06T02:53:59.114 INFO:teuthology.orchestra.run.smithi134.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-06T02:53:59.115 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:59.122 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.iL0p0Qz8Zd 2023-12-06T02:53:59.285 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.iL0p0Qz8Zd is 6KB 2023-12-06T02:53:59.330 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2023-12-06T02:53:59.334 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.iL0p0Qz8Zd 2023-12-06T02:53:59.347 DEBUG:teuthology.orchestra.run.smithi149:> sudo /bin/ls /boot/loader/entries || true 2023-12-06T02:53:59.421 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-0-rescue.conf 2023-12-06T02:53:59.421 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-305.25.1.el8_4.x86_64.conf 2023-12-06T02:53:59.421 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64.conf 2023-12-06T02:53:59.421 INFO:teuthology.orchestra.run.smithi149.stdout:298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-80.el8.x86_64.conf 2023-12-06T02:53:59.422 DEBUG:teuthology.orchestra.run.smithi149:> sudo grub2-set-default 298e228f3b5e401e8ac0f5ae159a2e06-4.18.0-425.3.1.el8.x86_64 2023-12-06T02:53:59.601 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2023-12-06T02:54:29.362 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2023-12-06T02:54:29.363 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T02:54:29.363 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:54:29.603 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2023-12-06T02:54:29.604 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T02:54:29.604 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:54:47.910 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T02:54:48.162 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-06T02:54:56.918 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T02:54:56.919 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:54:57.163 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T02:54:57.163 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:54:59.970 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2023-12-06T02:55:00.226 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2023-12-06T02:55:11.982 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T02:55:11.983 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:55:12.227 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T02:55:12.228 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:55:43.788 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-12-06T02:55:44.077 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T02:55:44.077 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-06T02:55:44.077 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2023-12-06T02:55:44.135 INFO:teuthology.orchestra.run.smithi134.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-06T02:55:44.136 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-12-06T02:55:44.136 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T02:55:44.136 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-06T02:55:45.136 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-12-06T02:55:45.137 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T02:55:45.814 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2023-12-06T02:55:45.860 DEBUG:teuthology.parallel:result is None 2023-12-06T02:56:12.231 DEBUG:teuthology.orchestra.remote:timed out 2023-12-06T02:56:27.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T02:56:27.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T02:56:27.598 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-06T02:56:27.882 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T02:56:27.882 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.18.0-425.3.1.el8.x86_64"... 2023-12-06T02:56:27.882 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2023-12-06T02:56:27.897 INFO:teuthology.orchestra.run.smithi149.stdout:4.18.0-425.3.1.el8.x86_64 2023-12-06T02:56:27.897 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-12-06T02:56:27.897 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2023-12-06T02:56:27.898 DEBUG:teuthology.task.kernel:Distro of this test job: rhel 2023-12-06T02:56:28.899 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-12-06T02:56:28.899 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-12-06T02:56:29.000 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2023-12-06T02:56:29.017 DEBUG:teuthology.parallel:result is None 2023-12-06T02:56:29.017 INFO:teuthology.run_tasks:Running task internal.base... 2023-12-06T02:56:29.026 INFO:teuthology.task.internal:Creating test directory... 2023-12-06T02:56:29.026 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T02:56:29.029 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-12-06T02:56:29.045 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-12-06T02:56:29.054 INFO:teuthology.run_tasks:Running task internal.archive... 2023-12-06T02:56:29.060 INFO:teuthology.task.internal:Creating archive directory... 2023-12-06T02:56:29.061 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T02:56:29.089 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-12-06T02:56:29.123 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-12-06T02:56:29.130 INFO:teuthology.task.internal:Enabling coredump saving... 2023-12-06T02:56:29.131 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T02:56:29.155 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T02:56:29.187 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T02:56:29.196 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T02:56:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T02:56:29.208 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-12-06T02:56:29.210 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-12-06T02:56:29.220 INFO:teuthology.task.internal:Configuring sudo... 2023-12-06T02:56:29.220 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T02:56:29.222 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-12-06T02:56:29.266 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-12-06T02:56:29.275 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-12-06T02:56:29.275 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T02:56:29.291 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-12-06T02:56:29.321 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T02:56:29.387 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T02:56:29.429 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T02:56:29.509 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T02:56:29.551 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T02:56:29.551 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T02:56:29.615 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T02:56:29.657 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-12-06T02:56:29.697 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T02:56:29.778 DEBUG:teuthology.orchestra.run.smithi149:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-12-06T02:56:29.819 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T02:56:29.819 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-12-06T02:56:29.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2023-12-06T02:56:29.885 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2023-12-06T02:56:29.950 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T02:56:29.987 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T02:56:30.367 INFO:teuthology.run_tasks:Running task internal.timer... 2023-12-06T02:56:30.375 INFO:teuthology.task.internal:Starting timer... 2023-12-06T02:56:30.375 INFO:teuthology.run_tasks:Running task pcp... 2023-12-06T02:56:30.385 INFO:teuthology.run_tasks:Running task selinux... 2023-12-06T02:56:30.394 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-12-06T02:56:30.394 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2023-12-06T02:56:30.449 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: [ OK ] 2023-12-06T02:56:30.451 DEBUG:teuthology.orchestra.run.smithi149:> sudo service auditd rotate 2023-12-06T02:56:30.503 INFO:teuthology.orchestra.run.smithi149.stdout:Rotating logs: [ OK ] 2023-12-06T02:56:30.504 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-12-06T02:56:30.504 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2023-12-06T02:56:30.529 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2023-12-06T02:56:30.529 DEBUG:teuthology.orchestra.run.smithi149:> /usr/sbin/getenforce 2023-12-06T02:56:30.553 INFO:teuthology.orchestra.run.smithi149.stdout:Permissive 2023-12-06T02:56:30.553 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi149.front.sepia.ceph.com': 'permissive'} 2023-12-06T02:56:30.554 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T02:56:30.594 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T02:56:30.595 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T02:56:30.621 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T02:56:30.621 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-12-06T02:56:30.622 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2023-12-06T02:56:30.660 DEBUG:teuthology.orchestra.run.smithi149:> sudo /usr/sbin/setenforce permissive 2023-12-06T02:56:30.688 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-12-06T02:56:30.697 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2023-12-06T02:56:30.703 INFO:teuthology.repo_utils:Fetching main from origin 2023-12-06T02:56:30.812 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-12-06T02:56:30.831 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-12-06T02:56:30.832 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi134.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-12-06T03:06:24.778 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2023-12-06T03:06:24.779 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:06:24.780 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:06:24.848 DEBUG:teuthology.orchestra.run.smithi134:> true 2023-12-06T03:06:24.913 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2023-12-06T03:06:24.913 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T03:06:24.914 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-12-06T03:06:24.981 DEBUG:teuthology.orchestra.run.smithi149:> true 2023-12-06T03:06:25.048 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2023-12-06T03:06:25.048 INFO:teuthology.run_tasks:Running task clock... 2023-12-06T03:06:25.065 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-12-06T03:06:25.065 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T03:06:25.066 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:06:25.068 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-12-06T03:06:25.069 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:06:25.095 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T03:06:25.110 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T03:06:25.117 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-12-06T03:06:25.131 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-12-06T03:06:25.143 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2023-12-06T03:06:25.152 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2023-12-06T03:06:25.165 INFO:teuthology.orchestra.run.smithi149.stderr:sudo: ntpd: command not found 2023-12-06T03:06:25.166 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T03:06:25.176 INFO:teuthology.orchestra.run.smithi149.stdout:506 Cannot talk to daemon 2023-12-06T03:06:25.179 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T03:06:25.190 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-12-06T03:06:25.203 INFO:teuthology.orchestra.run.smithi149.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-12-06T03:06:25.239 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-12-06T03:06:25.241 INFO:teuthology.orchestra.run.smithi134.stdout:210 Number of sources = 4 2023-12-06T03:06:25.241 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T03:06:25.242 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-12-06T03:06:25.242 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.242 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.242 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.242 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.274 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:210 Number of sources = 4 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.277 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:06:25.278 INFO:teuthology.run_tasks:Running task pexec... 2023-12-06T03:06:25.288 INFO:teuthology.task.pexec:Executing custom commands... 2023-12-06T03:06:25.289 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T03:06:25.289 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T03:06:25.289 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi149.front.sepia.ceph.com 2023-12-06T03:06:25.290 DEBUG:teuthology.orchestra.run.smithi149:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-12-06T03:06:25.681 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-06T03:06:25.714 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-06T03:06:29.197 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-06T03:06:29.325 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-06T03:06:29.528 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 28 kB/s | 4.1 kB 00:00 2023-12-06T03:06:29.587 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2023-12-06T03:06:31.715 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout: Package Architecture Version Repository Size 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout:Resetting modules: 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout:================================================================================ 2023-12-06T03:06:31.716 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:06:31.807 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout:Resetting modules: 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2023-12-06T03:06:31.808 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:06:39.473 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-06T03:06:39.553 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-06T03:06:39.926 INFO:teuthology.orchestra.run.smithi134.stdout:Updating Subscription Management repositories. 2023-12-06T03:06:40.001 INFO:teuthology.orchestra.run.smithi149.stdout:Updating Subscription Management repositories. 2023-12-06T03:06:43.371 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 42 kB/s | 4.1 kB 00:00 2023-12-06T03:06:43.388 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 23 kB/s | 4.5 kB 00:00 2023-12-06T03:06:43.653 INFO:teuthology.orchestra.run.smithi149.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 26 kB/s | 4.5 kB 00:00 2023-12-06T03:06:43.692 INFO:teuthology.orchestra.run.smithi134.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 34 kB/s | 4.1 kB 00:00 2023-12-06T03:06:45.798 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2023-12-06T03:06:45.843 INFO:teuthology.orchestra.run.smithi149.stdout:Dependencies resolved. 2023-12-06T03:06:45.848 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-06T03:06:45.848 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2023-12-06T03:06:45.848 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout:Installing group/module packages: 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrading: 2023-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.849 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout:Installing module profiles: 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools/common 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout:Enabling module streams: 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: container-tools 3.0 2023-12-06T03:06:45.850 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:========================================================================================================================== 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:Install 7 Packages 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:Downgrade 12 Packages 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 51 M 2023-12-06T03:06:45.851 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout: Package Arch Version Repository Size 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout:Installing group/module packages: 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman noarch 29-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.stdout: crun x86_64 0.18-2.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 185 k 2023-12-06T03:06:45.894 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox noarch 0.0.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 16 k 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout: udica noarch 0.2.4-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout:Installing dependencies: 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout:Downgrading: 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout: criu x86_64 3.15-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 511 k 2023-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.895 INFO:teuthology.orchestra.run.smithi149.stdout: libslirp x86_64 4.3.1-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 69 k 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: podman x86_64 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 12 M 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: podman-docker noarch 3.0.1-7.module+el8.4.0+12906+0cce23da rhel-8-for-x86_64-appstream-rpms 56 k 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.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-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: slirp4netns x86_64 1.1.8-1.module+el8.4.0+11818+341460ad rhel-8-for-x86_64-appstream-rpms 51 k 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout:Installing module profiles: 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools/common 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout:Enabling module streams: 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: container-tools 3.0 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction Summary 2023-12-06T03:06:45.896 INFO:teuthology.orchestra.run.smithi149.stdout:========================================================================================================================== 2023-12-06T03:06:45.897 INFO:teuthology.orchestra.run.smithi149.stdout:Install 7 Packages 2023-12-06T03:06:45.897 INFO:teuthology.orchestra.run.smithi149.stdout:Downgrade 12 Packages 2023-12-06T03:06:45.897 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:06:45.897 INFO:teuthology.orchestra.run.smithi149.stdout:Total download size: 51 M 2023-12-06T03:06:45.897 INFO:teuthology.orchestra.run.smithi149.stdout:Downloading Packages: 2023-12-06T03:06:45.965 INFO:teuthology.orchestra.run.smithi134.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 458 kB/s | 52 kB 00:00 2023-12-06T03:06:45.966 INFO:teuthology.orchestra.run.smithi134.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 609 kB/s | 69 kB 00:00 2023-12-06T03:06:46.038 INFO:teuthology.orchestra.run.smithi134.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 6.8 MB/s | 511 kB 00:00 2023-12-06T03:06:46.046 INFO:teuthology.orchestra.run.smithi149.stdout:(1/19): container-selinux-2.167.0-1.module+el8. 348 kB/s | 52 kB 00:00 2023-12-06T03:06:46.066 INFO:teuthology.orchestra.run.smithi149.stdout:(2/19): libslirp-4.3.1-1.module+el8.4.0+11818+3 410 kB/s | 69 kB 00:00 2023-12-06T03:06:46.077 INFO:teuthology.orchestra.run.smithi134.stdout:(4/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 28 MB/s | 3.1 MB 00:00 2023-12-06T03:06:46.175 INFO:teuthology.orchestra.run.smithi149.stdout:(3/19): criu-3.15-1.module+el8.4.0+11818+341460 3.9 MB/s | 511 kB 00:00 2023-12-06T03:06:46.263 INFO:teuthology.orchestra.run.smithi134.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 49 MB/s | 20 MB 00:00 2023-12-06T03:06:46.264 INFO:teuthology.orchestra.run.smithi134.stdout:(6/19): conmon-2.0.26-1.module+el8.4.0+11818+34 226 kB/s | 51 kB 00:00 2023-12-06T03:06:46.264 INFO:teuthology.orchestra.run.smithi134.stdout:(7/19): podman-docker-3.0.1-7.module+el8.4.0+12 298 kB/s | 56 kB 00:00 2023-12-06T03:06:46.318 INFO:teuthology.orchestra.run.smithi149.stdout:(4/19): containernetworking-plugins-0.9.1-1.mod 48 MB/s | 20 MB 00:00 2023-12-06T03:06:46.319 INFO:teuthology.orchestra.run.smithi149.stdout:(5/19): conmon-2.0.26-1.module+el8.4.0+11818+34 355 kB/s | 51 kB 00:00 2023-12-06T03:06:46.352 INFO:teuthology.orchestra.run.smithi134.stdout:(8/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 576 kB/s | 51 kB 00:00 2023-12-06T03:06:46.362 INFO:teuthology.orchestra.run.smithi134.stdout:(9/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+1 731 kB/s | 72 kB 00:00 2023-12-06T03:06:46.382 INFO:teuthology.orchestra.run.smithi149.stdout:(6/19): podman-docker-3.0.1-7.module+el8.4.0+12 868 kB/s | 56 kB 00:00 2023-12-06T03:06:46.385 INFO:teuthology.orchestra.run.smithi149.stdout:(7/19): slirp4netns-1.1.8-1.module+el8.4.0+1181 774 kB/s | 51 kB 00:00 2023-12-06T03:06:46.389 INFO:teuthology.orchestra.run.smithi134.stdout:(10/19): podman-catatonit-3.0.1-7.module+el8.4. 2.5 MB/s | 320 kB 00:00 2023-12-06T03:06:46.394 INFO:teuthology.orchestra.run.smithi149.stdout:(8/19): runc-1.0.0-72.rc92.module+el8.4.0+12507 9.4 MB/s | 3.1 MB 00:00 2023-12-06T03:06:46.451 INFO:teuthology.orchestra.run.smithi149.stdout:(9/19): podman-catatonit-3.0.1-7.module+el8.4.0 4.8 MB/s | 320 kB 00:00 2023-12-06T03:06:46.455 INFO:teuthology.orchestra.run.smithi134.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 617 kB/s | 41 kB 00:00 2023-12-06T03:06:46.456 INFO:teuthology.orchestra.run.smithi134.stdout:(12/19): containers-common-1.2.2-8.module+el8.4 979 kB/s | 91 kB 00:00 2023-12-06T03:06:46.456 INFO:teuthology.orchestra.run.smithi149.stdout:(10/19): fuse-overlayfs-1.4.0-2.module+el8.4.0+ 979 kB/s | 72 kB 00:00 2023-12-06T03:06:46.486 INFO:teuthology.orchestra.run.smithi149.stdout:(11/19): containers-common-1.2.2-8.module+el8.4 2.5 MB/s | 91 kB 00:00 2023-12-06T03:06:46.600 INFO:teuthology.orchestra.run.smithi149.stdout:(12/19): udica-0.2.4-1.module+el8.4.0+11818+341 446 kB/s | 51 kB 00:00 2023-12-06T03:06:46.630 INFO:teuthology.orchestra.run.smithi134.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 43 MB/s | 12 MB 00:00 2023-12-06T03:06:46.690 INFO:teuthology.orchestra.run.smithi134.stdout:(14/19): buildah-1.19.7-1.module+el8.4.0+11818+ 32 MB/s | 7.4 MB 00:00 2023-12-06T03:06:46.702 INFO:teuthology.orchestra.run.smithi149.stdout:(13/19): podman-3.0.1-7.module+el8.4.0+12906+0c 39 MB/s | 12 MB 00:00 2023-12-06T03:06:46.702 INFO:teuthology.orchestra.run.smithi134.stdout:(15/19): udica-0.2.4-1.module+el8.4.0+11818+341 205 kB/s | 51 kB 00:00 2023-12-06T03:06:46.736 INFO:teuthology.orchestra.run.smithi134.stdout:(16/19): cockpit-podman-29-2.module+el8.4.0+118 10 MB/s | 1.1 MB 00:00 2023-12-06T03:06:46.771 INFO:teuthology.orchestra.run.smithi149.stdout:(14/19): yajl-2.1.0-10.el8.x86_64.rpm 130 kB/s | 41 kB 00:00 2023-12-06T03:06:46.806 INFO:teuthology.orchestra.run.smithi149.stdout:(15/19): buildah-1.19.7-1.module+el8.4.0+11818+ 36 MB/s | 7.4 MB 00:00 2023-12-06T03:06:46.891 INFO:teuthology.orchestra.run.smithi134.stdout:(17/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 32 MB/s | 6.3 MB 00:00 2023-12-06T03:06:46.893 INFO:teuthology.orchestra.run.smithi134.stdout:(18/19): crun-0.18-2.module+el8.4.0+11818+34146 972 kB/s | 185 kB 00:00 2023-12-06T03:06:46.921 INFO:teuthology.orchestra.run.smithi149.stdout:(16/19): skopeo-1.2.2-8.module+el8.4.0+11818+34 42 MB/s | 6.3 MB 00:00 2023-12-06T03:06:46.923 INFO:teuthology.orchestra.run.smithi149.stdout:(17/19): crun-0.18-2.module+el8.4.0+11818+34146 1.5 MB/s | 185 kB 00:00 2023-12-06T03:06:46.943 INFO:teuthology.orchestra.run.smithi149.stdout:(18/19): cockpit-podman-29-2.module+el8.4.0+118 4.4 MB/s | 1.1 MB 00:00 2023-12-06T03:06:47.024 INFO:teuthology.orchestra.run.smithi134.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 55 kB/s | 16 kB 00:00 2023-12-06T03:06:47.025 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2023-12-06T03:06:47.025 INFO:teuthology.orchestra.run.smithi134.stdout:Total 44 MB/s | 51 MB 00:01 2023-12-06T03:06:47.041 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2023-12-06T03:06:47.081 INFO:teuthology.orchestra.run.smithi149.stdout:(19/19): toolbox-0.0.8-1.module+el8.4.0+11818+3 99 kB/s | 16 kB 00:00 2023-12-06T03:06:47.082 INFO:teuthology.orchestra.run.smithi149.stdout:-------------------------------------------------------------------------------- 2023-12-06T03:06:47.082 INFO:teuthology.orchestra.run.smithi149.stdout:Total 43 MB/s | 51 MB 00:01 2023-12-06T03:06:47.083 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2023-12-06T03:06:47.083 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2023-12-06T03:06:47.098 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction check 2023-12-06T03:06:47.140 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction check succeeded. 2023-12-06T03:06:47.141 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction test 2023-12-06T03:06:47.958 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2023-12-06T03:06:47.959 INFO:teuthology.orchestra.run.smithi149.stdout:Transaction test succeeded. 2023-12-06T03:06:47.962 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2023-12-06T03:06:47.963 INFO:teuthology.orchestra.run.smithi149.stdout:Running transaction 2023-12-06T03:06:49.149 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2023-12-06T03:06:49.161 INFO:teuthology.orchestra.run.smithi149.stdout: Preparing : 1/1 2023-12-06T03:06:49.221 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-06T03:06:49.231 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad 1/1 2023-12-06T03:06:49.386 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-06T03:06:49.397 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-06T03:06:49.413 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:06:49.423 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-06T03:06:49.433 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 1/31 2023-12-06T03:06:49.450 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:06:49.570 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:06:49.606 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:07:05.302 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:07:05.537 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-06T03:07:05.658 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 2/31 2023-12-06T03:07:05.727 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-06T03:07:05.865 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-12-06T03:07:06.109 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 4/31 2023-12-06T03:07:06.318 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-06T03:07:06.526 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-06T03:07:06.680 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 5/31 2023-12-06T03:07:06.713 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-06T03:07:06.861 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 6/31 2023-12-06T03:07:06.950 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-06T03:07:06.950 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-06T03:07:06.951 INFO:teuthology.orchestra.run.smithi134.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-06T03:07:06.951 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:07:07.053 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 7/31 2023-12-06T03:07:07.270 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 8/31 2023-12-06T03:07:07.270 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 9/31 2023-12-06T03:07:07.271 INFO:teuthology.orchestra.run.smithi149.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-12-06T03:07:07.271 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:07:09.163 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-06T03:07:09.515 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.4.0 10/31 2023-12-06T03:07:10.773 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-06T03:07:11.017 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-06T03:07:11.076 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 11/31 2023-12-06T03:07:11.318 INFO:teuthology.orchestra.run.smithi134.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-06T03:07:11.365 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 12/31 2023-12-06T03:07:11.469 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-06T03:07:11.621 INFO:teuthology.orchestra.run.smithi149.stdout: Downgrading : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-06T03:07:11.764 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 14/31 2023-12-06T03:07:12.247 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-06T03:07:12.574 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 15/31 2023-12-06T03:07:12.975 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-06T03:07:13.191 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-06T03:07:13.328 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 16/31 2023-12-06T03:07:13.368 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-06T03:07:13.519 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 17/31 2023-12-06T03:07:13.534 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-06T03:07:13.667 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-06T03:07:13.721 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 18/31 2023-12-06T03:07:13.806 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-06T03:07:13.904 INFO:teuthology.orchestra.run.smithi149.stdout: Installing : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 19/31 2023-12-06T03:07:14.009 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-06T03:07:14.045 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-06T03:07:14.184 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 21/31 2023-12-06T03:07:14.203 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-06T03:07:14.203 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-06T03:07:14.377 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-06T03:07:14.412 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-06T03:07:14.594 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-06T03:07:14.632 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 23/31 2023-12-06T03:07:14.632 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-06T03:07:14.758 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-06T03:07:14.812 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12646 24/31 2023-12-06T03:07:14.954 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-06T03:07:14.996 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 25/31 2023-12-06T03:07:15.142 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-06T03:07:15.170 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 26/31 2023-12-06T03:07:15.309 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-06T03:07:15.399 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 27/31 2023-12-06T03:07:15.454 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-06T03:07:15.562 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 28/31 2023-12-06T03:07:15.616 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-06T03:07:15.745 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 29/31 2023-12-06T03:07:15.914 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 30/31 2023-12-06T03:07:16.065 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-06T03:07:16.136 INFO:teuthology.orchestra.run.smithi149.stdout: Cleanup : containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-06T03:07:16.571 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: container-selinux-2:2.167.0-1.module+el8.4.0+12448 31/31 2023-12-06T03:07:16.676 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-06T03:07:16.677 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-06T03:07:16.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-06T03:07:16.679 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-06T03:07:16.679 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-06T03:07:16.679 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-06T03:07:16.679 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-06T03:07:16.679 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Running scriptlet: containernetworking-plugins-0.9.1-1.module+el8.4.0 31/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12448 1/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : container-selinux-2:2.167.0-1.module+el8.4.0+12646 2/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 3/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.4.0 4/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86 5/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : libslirp-4.3.1-1.module+el8.4.0+11822+6cc1e7d7.x86 6/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 7/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : criu-3.15-1.module+el8.4.0+11822+6cc1e7d7.x86_64 8/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x 9/31 2023-12-06T03:07:17.214 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : runc-1.0.0-74.rc95.module+el8.4.0+11822+6cc1e7d7.x 10/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x8 11/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : conmon-2:2.0.29-1.module+el8.4.0+11822+6cc1e7d7.x8 12/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23d 13/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-docker-3.2.3-0.11.module+el8.4.0+12050+ef97 14/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad. 15/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.4.0+11822+6cc1e7d7. 16/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460 17/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : fuse-overlayfs-1.6-1.module+el8.4.0+11822+6cc1e7d7 18/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce 19/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-catatonit-3.2.3-0.11.module+el8.4.0+12050+e 20/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_6 21/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : podman-3.2.3-0.11.module+el8.4.0+12050+ef972f71.x8 22/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containers-common-1:1.2.2-8.module+el8.4.0+11818+3 23/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : containers-common-1:1.3.1-5.module+el8.4.0+11990+2 24/31 2023-12-06T03:07:17.215 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-12-06T03:07:17.216 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 26/31 2023-12-06T03:07:17.216 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86 27/31 2023-12-06T03:07:17.216 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : cockpit-podman-29-2.module+el8.4.0+11818+341460ad. 28/31 2023-12-06T03:07:17.216 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86 29/31 2023-12-06T03:07:17.216 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 30/31 2023-12-06T03:07:21.568 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-06T03:07:21.568 INFO:teuthology.orchestra.run.smithi134.stdout:Installed products updated. 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout:Downgraded: 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.673 INFO:teuthology.orchestra.run.smithi134.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T03:07:21.674 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:07:21.675 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2023-12-06T03:07:21.858 DEBUG:teuthology.parallel:result is None 2023-12-06T03:07:24.119 INFO:teuthology.orchestra.run.smithi149.stdout: Verifying : toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noar 31/31 2023-12-06T03:07:24.119 INFO:teuthology.orchestra.run.smithi149.stdout:Installed products updated. 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout:Downgraded: 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: conmon-2:2.0.26-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: container-selinux-2:2.167.0-1.module+el8.4.0+12448+09f02219.noarch 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: containernetworking-plugins-0.9.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: containers-common-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: criu-3.15-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: fuse-overlayfs-1.4.0-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: libslirp-4.3.1-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.231 INFO:teuthology.orchestra.run.smithi149.stdout: podman-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: podman-catatonit-3.0.1-7.module+el8.4.0+12906+0cce23da.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: podman-docker-3.0.1-7.module+el8.4.0+12906+0cce23da.noarch 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: runc-1.0.0-72.rc92.module+el8.4.0+12507+7f8c8fd7.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: slirp4netns-1.1.8-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout:Installed: 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: buildah-1.19.7-1.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: cockpit-podman-29-2.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: crun-0.18-2.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: skopeo-1:1.2.2-8.module+el8.4.0+11818+341460ad.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: toolbox-0.0.8-1.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: udica-0.2.4-1.module+el8.4.0+11818+341460ad.noarch 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: yajl-2.1.0-10.el8.x86_64 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:07:24.232 INFO:teuthology.orchestra.run.smithi149.stdout:Complete! 2023-12-06T03:07:24.403 DEBUG:teuthology.parallel:result is None 2023-12-06T03:07:24.403 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-12-06T03:07:24.415 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-12-06T03:07:24.415 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:07:24.415 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:07:24.432 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-12-06T03:07:24.432 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2023-12-06T03:07:24.488 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 217702 Links: 1 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:07:16.264649403 +0000 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:05:49.689971822 +0000 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:05:49.689971822 +0000 2023-12-06T03:07:24.489 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:07:24.489 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T03:07:24.554 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:07:24.554 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:07:24.554 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000255306 s, 2.0 MB/s 2023-12-06T03:07:24.557 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T03:07:24.613 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 219105 Links: 1 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:24.669 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:07:16.264649403 +0000 2023-12-06T03:07:24.670 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:05:50.214959574 +0000 2023-12-06T03:07:24.670 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:05:50.214959574 +0000 2023-12-06T03:07:24.670 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:07:24.670 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T03:07:24.734 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:07:24.734 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:07:24.734 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000264954 s, 1.9 MB/s 2023-12-06T03:07:24.735 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T03:07:24.791 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2023-12-06T03:07:24.849 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T03:07:24.849 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:24.849 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 224459 Links: 1 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:07:16.264649403 +0000 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:05:50.706948096 +0000 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:05:50.706948096 +0000 2023-12-06T03:07:24.850 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:07:24.850 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T03:07:24.913 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:07:24.913 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:07:24.913 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000216616 s, 2.4 MB/s 2023-12-06T03:07:24.914 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T03:07:24.970 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2023-12-06T03:07:25.025 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T03:07:25.025 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:25.025 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 223007 Links: 1 2023-12-06T03:07:25.025 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:25.025 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:25.026 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:07:16.265649379 +0000 2023-12-06T03:07:25.026 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:05:51.198936618 +0000 2023-12-06T03:07:25.026 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:05:51.198936618 +0000 2023-12-06T03:07:25.026 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:07:25.026 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T03:07:25.088 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:07:25.088 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:07:25.089 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000201492 s, 2.5 MB/s 2023-12-06T03:07:25.089 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T03:07:25.146 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:07:25.268 INFO:teuthology.orchestra.run.smithi134.stdout:loop 2023-12-06T03:07:25.269 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-12-06T03:07:25.269 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:07:25.301 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-06T03:07:25.335 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_11 2023-12-06T03:07:25.375 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-12-06T03:07:25.375 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:07:25.448 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-06T03:07:25.483 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_21 2023-12-06T03:07:25.521 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-12-06T03:07:25.521 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:07:25.595 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-06T03:07:25.629 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_31 2023-12-06T03:07:25.670 INFO:tasks.nvme_loop:Connecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-12-06T03:07:25.670 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:07:25.743 INFO:teuthology.orchestra.run.smithi134.stdout:1 2023-12-06T03:07:25.777 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/vg_nvme/lv_41 2023-12-06T03:07:25.815 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:07:25.815 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:07:25.870 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme list 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme0n1 CVFT62420002400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme1n1 e3676d5fe7ad826316e6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme2n1 73afc090af5cf1802705 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme3n1 c0a0bb3650d1cef41ff0 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:25.933 INFO:teuthology.orchestra.run.smithi134.stdout:/dev/nvme4n1 c3b6ccece9a1fea16d2e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:25.934 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T03:07:25.934 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:07:25.935 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-12-06T03:07:25.998 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:07:25.998 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:07:26.015 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-12-06T03:07:26.016 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 219741 Links: 1 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:26.072 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:07:16.782152028 +0000 2023-12-06T03:07:26.073 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:05:48.081401057 +0000 2023-12-06T03:07:26.073 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:05:48.081401057 +0000 2023-12-06T03:07:26.073 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:07:26.073 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-12-06T03:07:26.139 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:07:26.139 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:07:26.139 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000269201 s, 1.9 MB/s 2023-12-06T03:07:26.140 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-12-06T03:07:26.197 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 220691 Links: 1 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:07:16.782152028 +0000 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:05:48.598390364 +0000 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:05:48.598390364 +0000 2023-12-06T03:07:26.254 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:07:26.254 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-12-06T03:07:26.318 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:07:26.318 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:07:26.318 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000264532 s, 1.9 MB/s 2023-12-06T03:07:26.319 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-12-06T03:07:26.376 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 223479 Links: 1 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:07:16.782152028 +0000 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:05:49.090380188 +0000 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:05:49.090380188 +0000 2023-12-06T03:07:26.432 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:07:26.432 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-12-06T03:07:26.495 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:07:26.495 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:07:26.495 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000322482 s, 1.6 MB/s 2023-12-06T03:07:26.496 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-12-06T03:07:26.552 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2023-12-06T03:07:26.607 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 219030 Links: 1 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:device_t:s0 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:07:16.782152028 +0000 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:05:49.566370343 +0000 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:05:49.566370343 +0000 2023-12-06T03:07:26.608 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:07:26.608 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-12-06T03:07:26.671 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:07:26.671 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:07:26.671 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000215007 s, 2.4 MB/s 2023-12-06T03:07:26.672 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-12-06T03:07:26.728 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:07:26.844 INFO:teuthology.orchestra.run.smithi149.stdout:loop 2023-12-06T03:07:26.846 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2023-12-06T03:07:26.846 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:07:26.878 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-06T03:07:26.913 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_11 2023-12-06T03:07:26.953 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2023-12-06T03:07:26.953 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:07:27.029 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-06T03:07:27.063 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_21 2023-12-06T03:07:27.102 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2023-12-06T03:07:27.102 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:07:27.175 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-06T03:07:27.209 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_31 2023-12-06T03:07:27.247 INFO:tasks.nvme_loop:Connecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2023-12-06T03:07:27.247 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:07:27.321 INFO:teuthology.orchestra.run.smithi149.stdout:1 2023-12-06T03:07:27.355 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/vg_nvme/lv_41 2023-12-06T03:07:27.394 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:07:27.394 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:07:27.453 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme list 2023-12-06T03:07:27.516 INFO:teuthology.orchestra.run.smithi149.stdout:Node SN Model Namespace Usage Format FW Rev 2023-12-06T03:07:27.516 INFO:teuthology.orchestra.run.smithi149.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-12-06T03:07:27.516 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme0n1 CVFT623300CK400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-12-06T03:07:27.517 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme1n1 03077182157da45941c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:27.517 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme2n1 50731284c6c539dcda52 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:27.517 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme3n1 1ae6564452f1eebb7b40 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:27.517 INFO:teuthology.orchestra.run.smithi149.stdout:/dev/nvme4n1 f6fb57972f036677e73b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-4 2023-12-06T03:07:27.518 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T03:07:27.519 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:07:27.519 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2023-12-06T03:07:27.582 INFO:teuthology.run_tasks:Running task cephadm... 2023-12-06T03:07:27.656 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': 'd03fca4f35d43f61b4679936aef7bd2f01cced0b'} 2023-12-06T03:07:27.656 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b 2023-12-06T03:07:27.657 INFO:tasks.cephadm:Cluster fsid is 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:07:27.657 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-12-06T03:07:27.657 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-12-06T03:07:27.657 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi134': '172.21.15.134', 'mon.smithi149': '172.21.15.149'} 2023-12-06T03:07:27.657 INFO:tasks.cephadm:Normalizing hostnames... 2023-12-06T03:07:27.657 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2023-12-06T03:07:27.683 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2023-12-06T03:07:27.707 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref d03fca4f35d43f61b4679936aef7bd2f01cced0b)... 2023-12-06T03:07:27.707 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:27.992 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 6 03:07 /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:27.992 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/d03fca4f35d43f61b4679936aef7bd2f01cced0b/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:28.192 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Dec 6 03:07 /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:28.193 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:28.211 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-12-06T03:07:28.241 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2023-12-06T03:07:28.278 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2023-12-06T03:07:28.303 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2023-12-06T03:07:28.344 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2023-12-06T03:07:28.369 INFO:tasks.cephadm:Writing seed config... 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-12-06T03:07:28.370 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-12-06T03:07:28.371 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:07:28.371 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-12-06T03:07:28.400 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 = 962f3c54-93e4-11ee-95a2-87774f69a715 [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-12-06T03:07:28.401 DEBUG:teuthology.orchestra.run.smithi134:mon.smithi134> sudo journalctl -f -n 0 -u ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service 2023-12-06T03:07:28.442 INFO:tasks.cephadm:Bootstrapping... 2023-12-06T03:07:28.442 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b -v bootstrap --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 --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.134 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:07:28.466 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:-- Logs begin at Wed 2023-12-06 02:55:22 UTC. -- 2023-12-06T03:07:28.774 INFO:teuthology.orchestra.run.smithi134.stderr:-------------------------------------------------------------------------------- 2023-12-06T03:07:28.775 INFO:teuthology.orchestra.run.smithi134.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b', '-v', 'bootstrap', '--fsid', '962f3c54-93e4-11ee-95a2-87774f69a715', '--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.134', '--skip-admin-label'] 2023-12-06T03:07:30.054 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: 3.0.1 2023-12-06T03:07:30.068 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying podman|docker is present... 2023-12-06T03:07:30.121 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: 3.0.1 2023-12-06T03:07:30.139 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying lvm2 is present... 2023-12-06T03:07:30.139 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying time synchronization is in place... 2023-12-06T03:07:30.146 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T03:07:30.151 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:07:30.158 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-12-06T03:07:30.164 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: active 2023-12-06T03:07:30.164 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2023-12-06T03:07:30.165 INFO:teuthology.orchestra.run.smithi134.stderr:Repeating the final host check... 2023-12-06T03:07:30.211 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: 3.0.1 2023-12-06T03:07:30.225 INFO:teuthology.orchestra.run.smithi134.stderr:podman (/bin/podman) version 3.0.1 is present 2023-12-06T03:07:30.225 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl is present 2023-12-06T03:07:30.225 INFO:teuthology.orchestra.run.smithi134.stderr:lvcreate is present 2023-12-06T03:07:30.230 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2023-12-06T03:07:30.236 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:07:30.242 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: enabled 2023-12-06T03:07:30.247 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: active 2023-12-06T03:07:30.248 INFO:teuthology.orchestra.run.smithi134.stderr:Unit chronyd.service is enabled and running 2023-12-06T03:07:30.248 INFO:teuthology.orchestra.run.smithi134.stderr:Host looks OK 2023-12-06T03:07:30.248 INFO:teuthology.orchestra.run.smithi134.stderr:Cluster fsid: 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:07:30.248 INFO:teuthology.orchestra.run.smithi134.stderr:Acquiring lock 140513826594888 on /run/cephadm/962f3c54-93e4-11ee-95a2-87774f69a715.lock 2023-12-06T03:07:30.249 INFO:teuthology.orchestra.run.smithi134.stderr:Lock 140513826594888 acquired on /run/cephadm/962f3c54-93e4-11ee-95a2-87774f69a715.lock 2023-12-06T03:07:30.249 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 3300 ... 2023-12-06T03:07:30.249 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying IP 172.21.15.134 port 6789 ... 2023-12-06T03:07:30.249 INFO:teuthology.orchestra.run.smithi134.stderr:Base mon IP(s) is [172.21.15.134:3300, 172.21.15.134:6789], mon addrv is [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2023-12-06T03:07:30.252 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-06T03:07:30.252 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 metric 100 2023-12-06T03:07:30.254 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2023-12-06T03:07:30.254 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2023-12-06T03:07:30.254 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 1024 expires 1782sec hoplimit 64 pref medium 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: inet6 ::1/128 scope host 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe88:6de9/64 scope link 2023-12-06T03:07:30.257 INFO:teuthology.orchestra.run.smithi134.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2023-12-06T03:07:30.258 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.0.0/20` 2023-12-06T03:07:30.258 INFO:teuthology.orchestra.run.smithi134.stderr:Mon IP `172.21.15.134` is in CIDR network `172.21.0.0/20` 2023-12-06T03:07:30.258 INFO:teuthology.orchestra.run.smithi134.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-12-06T03:07:30.259 INFO:teuthology.orchestra.run.smithi134.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-12-06T03:07:30.259 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b... 2023-12-06T03:07:30.336 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b... 2023-12-06T03:07:30.437 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Getting image source signatures 2023-12-06T03:07:30.603 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Copying blob sha256:d3e436ac93e4b5a6d94c7ac8024df331e66e67275836276615dc044fd3cbf83a 2023-12-06T03:07:30.653 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Copying blob sha256:b1235e3ee18aefef6342f56e6c3e5655057e4e6328c3cc2d5948bab1aa11c4ed 2023-12-06T03:07:49.592 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Copying config sha256:f9c9e8cc8fe86e995b4caeb65b90dac9fddf95aa13e17c59a0a6f8e0e3c59657 2023-12-06T03:07:49.658 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Writing manifest to image destination 2023-12-06T03:07:49.658 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: Storing signatures 2023-12-06T03:08:00.292 INFO:teuthology.orchestra.run.smithi134.stderr:/bin/podman: f9c9e8cc8fe86e995b4caeb65b90dac9fddf95aa13e17c59a0a6f8e0e3c59657 2023-12-06T03:08:00.878 INFO:teuthology.orchestra.run.smithi134.stderr:ceph: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T03:08:11.535 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph version: ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable) 2023-12-06T03:08:11.536 INFO:teuthology.orchestra.run.smithi134.stderr:Extracting ceph user uid/gid from container image... 2023-12-06T03:08:11.973 INFO:teuthology.orchestra.run.smithi134.stderr:stat: 167 167 2023-12-06T03:08:12.407 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial keys... 2023-12-06T03:08:12.771 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQCc5W9la4gULRAAkLtrPxPk6olX34jPCsNCoA== 2023-12-06T03:08:13.596 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQCd5W9laweeIhAATt2PRU/RJp8+bnN18WeEUw== 2023-12-06T03:08:14.404 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-authtool: AQCe5W9liUUvFxAAF7tRwjMD/hfamT9VMiN1FA== 2023-12-06T03:08:14.827 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial monmap... 2023-12-06T03:08:15.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T03:08:15.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:15.205 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T03:08:15.673 INFO:teuthology.orchestra.run.smithi134.stderr:monmaptool for smithi134 [v2:172.21.15.134:3300,v1:172.21.15.134:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-12-06T03:08:15.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: set fsid to 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:15.674 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-12-06T03:08:15.674 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:08:15.674 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mon... 2023-12-06T03:08:16.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.030+0000 7fdee700b880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T03:08:16.065 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.030+0000 7fdee700b880 1 imported monmap: 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: epoch 0 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: fsid 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: last_changed 2023-12-06T03:08:15.185516+0000 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: created 2023-12-06T03:08:15.185516+0000 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: election_strategy: 1 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.smithi134 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.030+0000 7fdee700b880 0 /usr/bin/ceph-mon: set fsid to 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T03:08:16.066 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: DB SUMMARY 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 0, files: 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.create_if_missing: 1 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.env: 0x564802f20080 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.fs: Posix File System 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.info_log: 0x564803af3380 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.statistics: (nil) 2023-12-06T03:08:16.067 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.use_fsync: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T03:08:16.068 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.db_log_dir: 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.write_buffer_manager: 0x564803af9980 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T03:08:16.069 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.unordered_write: 0 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.row_cache: None 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.wal_filter: None 2023-12-06T03:08:16.070 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T03:08:16.071 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.max_open_files: -1 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Compression algorithms supported: 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kZSTD supported: 0 2023-12-06T03:08:16.072 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.031+0000 7fdee700b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000001 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T03:08:16.073 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.merge_operator: 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_filter: None 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564803a03d30) 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_type: 0 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_shortening: 1 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2023-12-06T03:08:16.074 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: checksum: 1 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache: 0x564803a3cd10 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_options: 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: capacity : 536870912 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_size: 4096 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2023-12-06T03:08:16.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: partition_filters: 0 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: verify_compression: 0 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: format_version: 2 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: block_align: 0 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T03:08:16.076 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression: NoCompression 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.num_levels: 7 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T03:08:16.077 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T03:08:16.078 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T03:08:16.079 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T03:08:16.080 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.ttl: 2592000 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.032+0000 7fdee700b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T03:08:16.081 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.033+0000 7fdee700b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/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-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.033+0000 7fdee700b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.033+0000 7fdee700b880 4 rocksdb: DB pointer 0x564803b07800 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.033+0000 7fdecfe92700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.033+0000 7fdecfe92700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.082 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:16.083 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.084 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2023-12-06T03:08:16.085 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: 2023-12-06T03:08:16.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.035+0000 7fdee700b880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2023-12-06T03:08:16.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.035+0000 7fdee700b880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2023-12-06T03:08:16.086 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph-mon: debug 2023-12-06T03:08:16.035+0000 7fdee700b880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi134 for mon.smithi134 2023-12-06T03:08:16.551 INFO:teuthology.orchestra.run.smithi134.stderr:create mon.smithi134 on 2023-12-06T03:08:16.663 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-12-06T03:08:16.765 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target. 2023-12-06T03:08:16.765 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target → /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target. 2023-12-06T03:08:16.977 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to reset failed state of unit ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service: Unit ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service not loaded. 2023-12-06T03:08:16.983 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target.wants/ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service → /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715@.service. 2023-12-06T03:08:17.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:17 smithi134 systemd[1]: Starting Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715... 2023-12-06T03:08:17.704 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: disabled 2023-12-06T03:08:17.711 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:08:17.712 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2023-12-06T03:08:17.712 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T03:08:17.713 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon to start... 2023-12-06T03:08:17.713 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mon... 2023-12-06T03:08:17.945 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:17 smithi134 bash[82829]: 8e040d3b0257a16015f27e77ccd1af4cb642456041619d0e66a89b58e7882729 2023-12-06T03:08:17.945 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:17 smithi134 systemd[1]: Started Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715. 2023-12-06T03:08:17.945 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:17 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.712918+0000 mon.smithi134 (mon.0) 0 : [INF] mkfs 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:17.945 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:17 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.707746+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: cluster: 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: id: 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: health: HEALTH_OK 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: services: 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi134 (age 0.538417s) 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr: no daemons active 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:18.252 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: data: 2023-12-06T03:08:18.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2023-12-06T03:08:18.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2023-12-06T03:08:18.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2023-12-06T03:08:18.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: pgs: 2023-12-06T03:08:18.253 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:18.973 INFO:teuthology.orchestra.run.smithi134.stderr:mon is available 2023-12-06T03:08:18.974 INFO:teuthology.orchestra.run.smithi134.stderr:Assimilating anything we can from ceph.conf... 2023-12-06T03:08:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.711406+0000 mon.smithi134 (mon.0) 2 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-12-06T03:08:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.712022+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2023-12-06T03:08:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.720069+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] fsmap 2023-12-06T03:08:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.722824+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T03:08:18.976 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: cluster 2023-12-06T03:08:17.723551+0000 mon.smithi134 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T03:08:18.977 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:18 smithi134 conmon[82871]: audit 2023-12-06T03:08:18.249780+0000 mon.smithi134 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.134:0/3674522419' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-12-06T03:08:19.512 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [global] 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: fsid = 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.134:3300,v1:172.21.15.134:6789] 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [mgr] 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [osd] 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T03:08:19.513 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T03:08:19.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:19 smithi134 conmon[82871]: audit 2023-12-06T03:08:19.507925+0000 mon.smithi134 (mon.0) 8 : audit [INF] from='client.? 172.21.15.134:0/3810887871' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T03:08:19.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:19 smithi134 conmon[82871]: audit 2023-12-06T03:08:19.510588+0000 mon.smithi134 (mon.0) 9 : audit [INF] from='client.? 172.21.15.134:0/3810887871' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-12-06T03:08:20.072 INFO:teuthology.orchestra.run.smithi134.stderr:Generating new minimal ceph.conf... 2023-12-06T03:08:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:20 smithi134 conmon[82871]: audit 2023-12-06T03:08:20.625558+0000 mon.smithi134 (mon 2023-12-06T03:08:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:20 smithi134 conmon[82871]: .0) 10 : audit [DBG] from='client.? 172.21.15.134:0/432540107' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:08:21.156 INFO:teuthology.orchestra.run.smithi134.stderr:Restarting the monitor... 2023-12-06T03:08:21.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:21 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715... 2023-12-06T03:08:21.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:21 smithi134 bash[83379]: Error: no container with name or ID ceph-962f3c54-93e4-11ee-95a2-87774f69a715-mon.smithi134 found: no such container 2023-12-06T03:08:21.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:21 smithi134 conmon[82871]: debug 2023-12-06T03:08:21.463+0000 7fa60bd14700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi134 -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-12-06T03:08:21.756 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:21 smithi134 conmon[82871]: debug 2023-12-06T03:08:21.463+0000 7fa60bd14700 -1 mon.smithi134@0(leader) e1 *** Got Signal Terminated *** 2023-12-06T03:08:22.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:21 smithi134 bash[83495]: 8e040d3b0257a16015f27e77ccd1af4cb642456041619d0e66a89b58e7882729 2023-12-06T03:08:22.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 systemd[1]: ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service: Succeeded. 2023-12-06T03:08:22.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 systemd[1]: Stopped Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715. 2023-12-06T03:08:22.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 systemd[1]: Starting Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715... 2023-12-06T03:08:22.794 INFO:teuthology.orchestra.run.smithi134.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.778+0000 7fcd2898d880 0 set uid:gid to 167:167 (ceph:ceph) 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.778+0000 7fcd2898d880 0 ceph version 16.2.14-335-gd03fca4f (d03fca4f35d43f61b4679936aef7bd2f01cced0b) pacific (stable), process ceph-mon, pid 7 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.778+0000 7fcd2898d880 0 pidfile_write: ignore empty --pid-file 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 0 load: jerasure load: lrc load: isa 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: RocksDB version: 6.8.1 2023-12-06T03:08:23.041 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Compile date Dec 5 2023 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: DB SUMMARY 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: CURRENT file: CURRENT 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: IDENTITY file: IDENTITY 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi134/store.db dir, Total Num: 1, files: 000004.sst 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi134/store.db: 000006.log size: 86533 ; 2023-12-06T03:08:23.042 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.error_if_exists: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.create_if_missing: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.paranoid_checks: 1 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.env: 0x55a7dc8ee080 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.fs: Posix File System 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.info_log: 0x55a7ddb1dd20 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_file_opening_threads: 16 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.statistics: (nil) 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.use_fsync: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_log_file_size: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.log_file_time_to_roll: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.keep_log_file_num: 1000 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.recycle_log_file_num: 0 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.allow_fallocate: 1 2023-12-06T03:08:23.043 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.allow_mmap_reads: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.allow_mmap_writes: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.use_direct_reads: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.create_missing_column_families: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.db_log_dir: 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi134/store.db 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.table_cache_numshardbits: 6 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_subcompactions: 1 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_background_flushes: -1 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.WAL_ttl_seconds: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.WAL_size_limit_MB: 0 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.is_fd_close_on_exec: 1 2023-12-06T03:08:23.044 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.advise_random_on_open: 1 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.db_write_buffer_size: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.write_buffer_manager: 0x55a7de81a420 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.use_adaptive_mutex: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 bash[83821]: ac9b7f8ea8c450e99da900ebf2aacdee713ebd55153caa1a55fcbc65c4a61774 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.rate_limiter: (nil) 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.wal_recovery_mode: 2 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.enable_thread_tracking: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.enable_pipelined_write: 0 2023-12-06T03:08:23.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.unordered_write: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.row_cache: None 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.wal_filter: None 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.allow_ingest_behind: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.preserve_deletes: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.two_write_queues: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.manual_wal_flush: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.atomic_flush: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.persist_stats_to_disk: 0 2023-12-06T03:08:23.046 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.write_dbid_to_manifest: 0 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.log_readahead_size: 0 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_background_jobs: 2 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_background_compactions: -1 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.delayed_write_rate : 16777216 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_total_wal_size: 0 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.stats_dump_period_sec: 600 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.stats_persist_period_sec: 600 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_open_files: -1 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bytes_per_sync: 0 2023-12-06T03:08:23.047 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.wal_bytes_per_sync: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.strict_bytes_per_sync: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_readahead_size: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Compression algorithms supported: 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kZSTD supported: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kXpressCompression supported: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kLZ4HCCompression supported: 1 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kLZ4Compression supported: 1 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kBZip2Compression supported: 0 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kZlibCompression supported: 1 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: kSnappyCompression supported: 1 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Fast CRC32 supported: Supported on x86 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi134/store.db/MANIFEST-000005 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2023-12-06T03:08:23.049 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.049 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-12-06T03:08:23.049 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.merge_operator: 2023-12-06T03:08:23.049 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_filter: None 2023-12-06T03:08:23.049 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_filter_factory: None 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.memtable_factory: SkipListFactory 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.table_factory: BlockBasedTable 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a7ddac7d28) 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cache_index_and_filter_blocks: 1 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cache_index_and_filter_blocks_with_high_priority: 0 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: pin_l0_filter_and_index_blocks_in_cache: 0 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: pin_top_level_index_and_filter: 1 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: index_type: 0 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: data_block_index_type: 0 2023-12-06T03:08:23.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: index_shortening: 1 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: data_block_hash_table_util_ratio: 0.750000 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: hash_index_allow_collision: 1 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: checksum: 1 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: no_block_cache: 0 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_cache: 0x55a7ddb00f10 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_cache_name: BinnedLRUCache 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_cache_options: 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: capacity : 536870912 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: num_shard_bits : 4 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: strict_capacity_limit : 0 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: high_pri_pool_ratio: 0.000 2023-12-06T03:08:23.051 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_cache_compressed: (nil) 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: persistent_cache: (nil) 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_size: 4096 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_size_deviation: 10 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_restart_interval: 16 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: index_block_restart_interval: 1 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: metadata_block_size: 4096 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: partition_filters: 0 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: use_delta_encoding: 1 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: filter_policy: rocksdb.BuiltinBloomFilter 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: whole_key_filtering: 1 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: verify_compression: 0 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: read_amp_bytes_per_bit: 0 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: format_version: 2 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: enable_index_compression: 1 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: block_align: 0 2023-12-06T03:08:23.052 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.write_buffer_size: 33554432 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_write_buffer_number: 2 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression: NoCompression 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression: Disabled 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.prefix_extractor: nullptr 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.num_levels: 7 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-12-06T03:08:23.053 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.window_bits: -14 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.level: 32767 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.strategy: 0 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compression_opts.enabled: false 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.target_file_size_base: 67108864 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.target_file_size_multiplier: 1 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-12-06T03:08:23.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.arena_block_size: 4194304 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.disable_auto_compactions: 0 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-12-06T03:08:23.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.table_properties_collectors: 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.inplace_update_support: 0 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.inplace_update_num_locks: 10000 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.memtable_huge_page_size: 0 2023-12-06T03:08:23.056 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.bloom_locality: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.max_successive_merges: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.optimize_filters_for_hits: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.paranoid_file_checks: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.force_consistency_checks: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.report_bg_io_stats: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.ttl: 2592000 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.783+0000 7fcd2898d880 4 rocksdb: Options.periodic_compaction_seconds: 0 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.784+0000 7fcd2898d880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi134/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-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.784+0000 7fcd2898d880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.784+0000 7fcd2898d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701832102785272, "job": 1, "event": "recovery_started", "log_files": [6]} 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.784+0000 7fcd2898d880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2023-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.784+0000 7fcd2898d880 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-12-06T03:08:23.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.785+0000 7fcd2898d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701832102786087, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83406, "table_properties": {"data_size": 81673, "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": 76185, "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": 1701832102, "oldest_key_time": 3, "file_creation_time": 0}} 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.785+0000 7fcd2898d880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.785+0000 7fcd2898d880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1701832102786533, "job": 1, "event": "recovery_finished"} 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.786+0000 7fcd2898d880 4 rocksdb: DB pointer 0x55a7ddbcb800 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.786+0000 7fcd0f793700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.786+0000 7fcd0f793700 4 rocksdb: [db_impl/db_impl.cc:851] 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** DB Stats ** 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2023-12-06T03:08:23.058 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** Compaction Stats [default] ** 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** Compaction Stats [default] ** 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T03:08:23.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Cumulative compaction: 0.00 GB write, 29.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Interval compaction: 0.00 GB write, 29.24 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** Compaction Stats [default] ** 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: L0 2/0 83.14 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Sum 2/0 83.14 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** Compaction Stats [default] ** 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 138.1 0.00 0.00 1 0.001 0 0 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Uptime(secs): 0.0 total, 0.0 interval 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Flush(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(GB): cumulative 0.000, interval 0.000 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(Total Files): cumulative 0, interval 0 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(L0 Files): cumulative 0, interval 0 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: AddFile(Keys): cumulative 0, interval 0 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Cumulative compaction: 0.00 GB write, 28.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: ** File Read Latency Histogram By Level [default] ** 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.786+0000 7fcd2898d880 0 starting mon.smithi134 rank 0 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi134 fsid 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.787+0000 7fcd2898d880 1 mon.smithi134@-1(???) e1 preinit fsid 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.787+0000 7fcd2898d880 0 mon.smithi134@-1(???).mds e1 new map 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.787+0000 7fcd2898d880 0 mon.smithi134@-1(???).mds e1 print_map 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: e1 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: enable_multiple, ever_enabled_multiple: 1,1 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 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-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: legacy client fscid: -1 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: No filesystems configured 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.788+0000 7fcd2898d880 0 mon.smithi134@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.788+0000 7fcd2898d880 0 mon.smithi134@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.788+0000 7fcd2898d880 0 mon.smithi134@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T03:08:23.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.788+0000 7fcd2898d880 0 mon.smithi134@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: audit 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 2023-12-06T03:08:20. 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: 625558+0000 mon.smithi134 (mon.0) 10 : 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: audit [DBG] from='client.? 172.21.15.134:0/432540107' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: debug 2023-12-06T03:08:22.788+0000 7fcd2898d880 1 mon.smithi134@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 systemd[1]: Started Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715. 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cluster 2023-12-06T03:08:22.803873+0000 mon.smithi134 (mon.0) 1 : cluster [INF] mon.smithi134 is new leader, mons smithi134 in quorum (ranks 0) 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cluster 2023-12-06T03:08:22.803949+0000 mon.smithi134 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0]} removed_ranks: {} 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cluster 2023-12-06T03:08:22.804370+0000 mon.smithi134 (mon.0) 3 : cluster [DBG] fsmap 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cluster 2023-12-06T03:08:22.804402+0000 mon.smithi134 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2023-12-06T03:08:23.063 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:22 smithi134 conmon[83862]: cluster 2023-12-06T03:08:22.804812+0000 mon.smithi134 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2023-12-06T03:08:23.915 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote config to /etc/ceph/ceph.conf 2023-12-06T03:08:23.915 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:08:23.915 INFO:teuthology.orchestra.run.smithi134.stderr:Creating mgr... 2023-12-06T03:08:23.916 INFO:teuthology.orchestra.run.smithi134.stderr:Verifying port 9283 ... 2023-12-06T03:08:24.043 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Failed to reset failed state of unit ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mgr.smithi134.npcsqu.service: Unit ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mgr.smithi134.npcsqu.service not loaded. 2023-12-06T03:08:24.049 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: Created symlink /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715.target.wants/ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mgr.smithi134.npcsqu.service → /etc/systemd/system/ceph-962f3c54-93e4-11ee-95a2-87774f69a715@.service. 2023-12-06T03:08:24.579 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:24 smithi134 conmon[83862]: audit 2023-12-06T03:08:23.315575+0000 mon.smithi134 (mon.0) 6 : audit [INF] from='client.? 172.21.15.134:0/1862223169' entity='client.admin' 2023-12-06T03:08:24.772 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: disabled 2023-12-06T03:08:24.781 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:08:24.781 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2023-12-06T03:08:24.782 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to enable service . firewalld.service is not available 2023-12-06T03:08:24.789 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: disabled 2023-12-06T03:08:24.797 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:08:24.798 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2023-12-06T03:08:24.798 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2023-12-06T03:08:24.798 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr to start... 2023-12-06T03:08:24.798 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr... 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "962f3c54-93e4-11ee-95a2-87774f69a715", 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T03:08:25.387 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 2, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.388 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T03:08:25.389 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": false, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-12-06T03:08:25.390 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-12-06T03:08:17.713346+0000", 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T03:08:25.391 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:08:25.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:25 smithi134 conmon[83862]: audit 2023-12-06T03:08 2023-12-06T03:08:25.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:25 smithi134 conmon[83862]: :25.380677+0000 mon.smithi134 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.134:0/3519056002' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T03:08:25.964 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (1/15)... 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "962f3c54-93e4-11ee-95a2-87774f69a715", 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:28.552 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 5, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T03:08:28.553 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T03:08:28.554 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.555 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": false, 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-12-06T03:08:28.556 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-12-06T03:08:17.713346+0000", 2023-12-06T03:08:28.557 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:28.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:28.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T03:08:28.558 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:08:28.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:28 smithi134 conmon[83862]: audit 2023-12-06T03:08:28.545485+0000 mon.smithi134 (mon.0 2023-12-06T03:08:28.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:28 smithi134 conmon[83862]: ) 8 : audit [DBG] from='client.? 172.21.15.134:0/368686419' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T03:08:29.062 INFO:teuthology.orchestra.run.smithi134.stderr:mgr not available, waiting (2/15)... 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: cluster 2023-12-06T03:08:30.164170+0000 mon.smithi134 (mon.0) 9 : 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: cluster [INF] Activating manager daemon smithi134.npcsqu 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: cluster 2023-12-06T03:08:30.166692+0000 mon.smithi134 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi134.npcsqu(active, starting, since 0.00260862s) 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: :30.167597+0000 mon.smithi134 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 2023-12-06T03:08:30.167718+0000 mon.smithi134 (mon.0) 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 12 : audit [DBG] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08: 2023-12-06T03:08:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 30.167830+0000 mon.smithi134 (mon.0) 13 : audit 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: [DBG] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08:30 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: .167946+0000 mon.smithi134 (mon.0) 14 : audit 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: [DBG] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08: 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 30.168401+0000 mon.smithi134 (mon.0) 15 : audit 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: [DBG] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi134.npcsqu", "id": "smithi134.npcsqu"}]: dispatch 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: cluster 2023-12-06T03:08:30. 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 181482+0000 mon.smithi134 (mon.0) 16 : cluster [INF] 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: Manager daemon smithi134.npcsqu is now available 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 2023-12-06T03:08:30.193001+0000 mon.smithi134 ( 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:08:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 03:08:30.196273+0000 mon.smithi134 (mon. 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 0) 18 : audit [INF] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/mirror_snapshot_schedule"}]: dispatch 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: :08:30.198613+0000 mon.smithi134 (mon.0) 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 19 : audit [INF] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/trash_purge_schedule"}]: dispatch 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: T03:08:30.204081+0000 mon.smithi134 (mon. 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: 0) 20 : audit [INF] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: T03:08:30.208687+0000 mon.smithi134 (mon 2023-12-06T03:08:30.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:30 smithi134 conmon[83862]: .0) 21 : audit [INF] from='mgr.14100 172.21.15.134:0/2978712557' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsid": "962f3c54-93e4-11ee-95a2-87774f69a715", 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "health": { 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "checks": {}, 2023-12-06T03:08:31.796 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mutes": [] 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "election_epoch": 5, 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum": [ 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 0 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_names": [ 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "smithi134" 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "quorum_age": 8, 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "monmap": { 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_mons": 1 2023-12-06T03:08:31.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osdmap": { 2023-12-06T03:08:31.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:31.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_osds": 0, 2023-12-06T03:08:31.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_up_osds": 0, 2023-12-06T03:08:31.798 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_up_since": 0, 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_in_osds": 0, 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "osd_in_since": 0, 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgmap": { 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "pgs_by_state": [], 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pgs": 0, 2023-12-06T03:08:31.801 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_pools": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_objects": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "data_bytes": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_used": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_avail": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "bytes_total": 0 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "fsmap": { 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "by_rank": [], 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "up:standby": 0 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap": { 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standbys": 0, 2023-12-06T03:08:31.802 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modules": [ 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "iostat", 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "nfs", 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "restful" 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ], 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "servicemap": { 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 1, 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "modified": "2023-12-06T03:08:17.713346+0000", 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "services": {} 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: }, 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "progress_events": {} 2023-12-06T03:08:31.803 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:08:32.337 INFO:teuthology.orchestra.run.smithi134.stderr:mgr is available 2023-12-06T03:08:32.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:32 smithi134 conmon[83862]: cluster 2023-12-06T03:08:31.169428+0000 mon.smithi134 (mon.0) 22 2023-12-06T03:08:32.520 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:32 smithi134 conmon[83862]: : cluster [DBG] mgrmap e3: smithi134.npcsqu(active, since 1.00534s) 2023-12-06T03:08:32.520 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:32 smithi134 conmon[83862]: audit 2023-12-06T03:08:31.792946+0000 mon.smithi134 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.134:0/867435702' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [global] 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: fsid = 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2023-12-06T03:08:32.939 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [mgr] 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: [osd] 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2023-12-06T03:08:32.940 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2023-12-06T03:08:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:33 smithi134 conmon[83862]: cluster 2023-12-06T03:08:32.170171+0000 mon.smithi134 (mon.0 2023-12-06T03:08:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:33 smithi134 conmon[83862]: ) 24 : cluster [DBG] mgrmap e4: smithi134.npcsqu(active, since 2s) 2023-12-06T03:08:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:33 smithi134 conmon[83862]: audit 2023-12-06T03:08:32.935816+0000 mon.smithi134 (mon.0) 25 : audit [INF] from='client.? 172.21.15.134:0/2651866550' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-12-06T03:08:33.437 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling cephadm module... 2023-12-06T03:08:34.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:34 smithi134 conmon[83862]: audit 2023-12-06T03:08:34.120570+0000 mon.smithi134 (mon.0) 2023-12-06T03:08:34.429 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:34 smithi134 conmon[83862]: 26 : audit [INF] from='client.? 172.21.15.134:0/1969584730' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-12-06T03:08:35.364 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:08:35.365 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 5, 2023-12-06T03:08:35.365 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-12-06T03:08:35.365 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "active_name": "smithi134.npcsqu", 2023-12-06T03:08:35.365 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T03:08:35.365 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:08:35.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:35 smithi134 conmon[83862]: audit 2023-12-06T03:08:34.173653 2023-12-06T03:08:35.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:35 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 27 : audit [INF] from='client.? 172.21.15.134:0/1969584730' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-12-06T03:08:35.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:35 smithi134 conmon[83862]: cluster 2023-12-06T03:08:35.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:35 smithi134 conmon[83862]: 2023-12-06T03:08:34.173695+0000 mon.smithi134 (mon.0 2023-12-06T03:08:35.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:35 smithi134 conmon[83862]: ) 28 : cluster [DBG] mgrmap e5: smithi134.npcsqu(active, since 4s) 2023-12-06T03:08:35.887 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2023-12-06T03:08:35.887 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr epoch 5... 2023-12-06T03:08:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:36 smithi134 conmon[83862]: audit 2023-12-06T03:08:35.363225+0000 mon.smithi134 (mon.0) 2023-12-06T03:08:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:36 smithi134 conmon[83862]: 29 : audit [DBG] from='client.? 172.21.15.134:0/824206005' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: cluster 2023-12-06T03:08:39.630864+0000 mon.smithi134 (mon.0) 30 : cluster [INF] Active manager daemon smithi134.npcsqu restarted 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: cluster 2023-12-06T03:08:39.631190+0000 mon.smithi134 (mon.0) 31 : cluster [INF] Activating manager daemon smithi134.npcsqu 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: cluster 2023-12-06T03:08:39.634269+0000 mon.smithi134 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: cluster 2023-12-06T03:08:39.634379+0000 mon.smithi134 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi134.npcsqu(active, starting, since 0.00331409s) 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: 12-06T03:08:39.635254+0000 mon.smithi134 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: 2023-12-06T03:08:39.635788+0000 mon.smithi134 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi134.npcsqu", "id": "smithi134.npcsqu"}]: dispatch 2023-12-06T03:08:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.636401+0000 mon.smithi134 (mon.0) 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: 36 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: -06T03:08:39.636601+0000 mon.smithi134 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.636785+0000 mon.smithi134 (mon.0 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: ) 38 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: -06T03:08:39.650979+0000 mon.smithi134 (mon.0) 39 : cluster [INF] Manager daemon smithi134.npcsqu is now available 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.663148+0000 mon.smithi134 (mon 2023-12-06T03:08:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:39 smithi134 conmon[83862]: .0) 40 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:40.643 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:08:40.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2023-12-06T03:08:40.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T03:08:40.644 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:08:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:39.660557+0000 mgr.smithi134.npcsqu (mgr.14116) 1 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: : cephadm [INF] Found migration_current of "None". Setting to last migration. 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.749996+0000 mon.smithi134 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: -12-06T03:08:39.751051+0000 mon.smithi134 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: 03:08:39.752421+0000 mon.smithi134 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.754457+0000 mon.smithi134 (mon.0 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: ) 44 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: 2023-12-06T03:08:39.767561+0000 mon.smithi134 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/mirror_snapshot_schedule"}]: dispatch 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: audit 2023-12-06T03:08:39.770171+0000 mon.smithi134 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/trash_purge_schedule"}]: dispatch 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: cluster 2023-12-06T03:08:40.636467+0000 mon.smithi134 (mon 2023-12-06T03:08:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:40 smithi134 conmon[83862]: .0) 47 : cluster [DBG] mgrmap e7: smithi134.npcsqu(active, since 1.00539s) 2023-12-06T03:08:41.194 INFO:teuthology.orchestra.run.smithi134.stderr:mgr epoch 5 is available 2023-12-06T03:08:41.195 INFO:teuthology.orchestra.run.smithi134.stderr:Setting orchestrator backend to cephadm... 2023-12-06T03:08:42.034 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:41 smithi134 conmon[83862]: audit 2023-12-06T03:08:40.635898+0000 mgr.smithi134.npcsqu (mgr.14116) 2 2023-12-06T03:08:42.034 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:41 smithi134 conmon[83862]: : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T03:08:42.034 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:41 smithi134 conmon[83862]: audit 2023-12-06T03:08:40.642660+0000 mgr.smithi134.npcsqu (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T03:08:43.075 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: value unchanged 2023-12-06T03:08:43.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:42 smithi134 conmon[83862]: cluster 2023-12-06T03:08:41.752281+0000 2023-12-06T03:08:43.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:42 smithi134 conmon[83862]: mon.smithi134 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi134.npcsqu(active, since 2s) 2023-12-06T03:08:43.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:42 smithi134 conmon[83862]: audit 2023-12-06T03:08:41.840939+0000 mgr.smithi134.npcsqu (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:43.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:42 smithi134 conmon[83862]: audit 2023-12-06T03:08:41.845336+0000 mon.smithi134 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:43.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:42 smithi134 conmon[83862]: audit 2023-12-06T03:08:41.878038+0000 mon.smithi134 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:08:43.627 INFO:teuthology.orchestra.run.smithi134.stderr:Generating ssh key... 2023-12-06T03:08:43.887 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:43 smithi134 conmon[83862]: audit 2023-12-06T03:08:43.074255+0000 mgr.smithi134.npcsqu (mgr.14116) 5 : 2023-12-06T03:08:43.888 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:43 smithi134 conmon[83862]: audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:45.797 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoRWmPs1gu79Wd6jX5ju5uiEpqy9Z/AiL/T+CEL6t8JKOLui2ZZH8eN6IqbBGW8wenlNO9TNDNFf+Thxs8LMM2YLYvm6zdVLh+OsVz7E8ZGjLlF6lf97Rbjwb8Tm5KmX6x9mZLTsElgAwaJOGr6RYvRNcPpNuk5D2k+ar0IQjAyX5hEvvSuWEbf+82ufAZ1XeEfURshnj0Zqdc8PCp7urMvheI8EJTkPwofCpba9rvNfbX3Jx6tZCbeHCIgg7xrSKLg94Fx2MiqoDuMMmYyCw0yRgtSMuU8XgcIHYAqHTSJXL01CU2QRw+N5NtB94P/Lrso8pqDCNqmnVCT3a5WjweNkV3prVbk8eHZWfbuErXDQ0Kk+HXGWY9pdFEkrROXG6YcrjdFJkUFFeOBRYGaImq2Xu6r/k+fSoJn/HQeJYNZYaHBoT2VdMCDQi0ygbiZP7fI4dcDHdjykHpSn0ImDtKvRBWGDWRw1MCOMEdbhBmeuwdO7EF7SPA+Niyu46sj4E= ceph-962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:08:45.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:45 smithi134 conmon[83862]: audit 2023-12-06T03:08:44.299238+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:08:45.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:45 smithi134 conmon[83862]: 14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:45.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:45 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:44.299448+0000 mgr.smithi134.npcsqu (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2023-12-06T03:08:45.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:45 smithi134 conmon[83862]: audit 2023-12-06T03:08:44.624595+0000 mon.smithi134 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:45.817 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:45 smithi134 conmon[83862]: audit 2023-12-06T03:08:44.626370+0000 mon.smithi134 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:46.302 INFO:teuthology.orchestra.run.smithi134.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-12-06T03:08:46.302 INFO:teuthology.orchestra.run.smithi134.stderr:Adding key to root@localhost authorized_keys... 2023-12-06T03:08:46.303 INFO:teuthology.orchestra.run.smithi134.stderr:Adding host smithi134... 2023-12-06T03:08:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:46 smithi134 conmon[83862]: audit 2023-12-06T03:08:45.795412+0000 2023-12-06T03:08:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:46 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:47.581 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Added host 'smithi134' with addr '172.21.15.134' 2023-12-06T03:08:47.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:47 smithi134 conmon[83862]: audit 2023-12-06T03:08:46.944280+0000 mgr.smithi134.npcsqu (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "addr": "172.21.15.134", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:47.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:47 smithi134 conmon[83862]: 2023-12-06T03:08:47.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:47 smithi134 conmon[83862]: audit 2023-12-06T03:08:47.579011+0000 mon.smithi134 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:47.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:47 smithi134 conmon[83862]: audit 2023-12-06T03:08:47.604542+0000 mon.smithi134 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:08:48.201 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mon service with default placement... 2023-12-06T03:08:48.925 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled mon update... 2023-12-06T03:08:49.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:48 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:47.579317+0000 mgr.smithi134.npcsqu (mgr.14116) 10 : cephadm [INF] Added host smithi134 2023-12-06T03:08:49.526 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying mgr service with default placement... 2023-12-06T03:08:50.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:49 smithi134 conmon[83862]: audit 2023-12-06T03:08 2023-12-06T03:08:50.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:49 smithi134 conmon[83862]: :48.920228+0000 mgr.smithi134.npcsqu (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:50.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:49 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:48.921431+0000 mgr.smithi134.npcsqu (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2023-12-06T03:08:50.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:49 smithi134 conmon[83862]: audit 2023-12-06T03:08:48.923705+0000 mon.smithi134 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:50.638 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled mgr update... 2023-12-06T03:08:51.209 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying crash service with default placement... 2023-12-06T03:08:51.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:51 smithi134 conmon[83862]: audit 2023-12-06T03:08:50.212673+0000 mon.smithi134 2023-12-06T03:08:51.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:51 smithi134 conmon[83862]: (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:51.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:51 smithi134 conmon[83862]: audit 2023-12-06T03:08:50.490620+0000 mon.smithi134 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:51.480 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:51 smithi134 conmon[83862]: audit 2023-12-06T03:08:50.636612+0000 mon.smithi134 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:51.883 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled crash update... 2023-12-06T03:08:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:52 smithi134 conmon[83862]: audit 2023-12-06T03:08:50.633605+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:08:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:52 smithi134 conmon[83862]: mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:52 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:50.634425+0000 mgr.smithi134.npcsqu (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2023-12-06T03:08:52.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:52 smithi134 conmon[83862]: audit 2023-12-06T03:08:51.882628+0000 mon.smithi134 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:52.611 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying prometheus service with default placement... 2023-12-06T03:08:53.346 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled prometheus update... 2023-12-06T03:08:53.566 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:53 smithi134 conmon[83862]: audit 2023-12-06T03:08:51.879443+0000 mgr.smithi134.npcsqu (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:53.566 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:53 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:51.880373+0000 mgr.smithi134.npcsqu (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2023-12-06T03:08:53.566 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:53 smithi134 conmon[83862]: audit 2023-12-06T03:08:52.590674+0000 mon.smithi134 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:54.284 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying grafana service with default placement... 2023-12-06T03:08:54.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:54 smithi134 conmon[83862]: audit 2023-12-06T03:08:53.341332+0000 mgr.smithi134.npcsqu (mgr.14116) 17 2023-12-06T03:08:54.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:54 smithi134 conmon[83862]: : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:54.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:54 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:53.342206+0000 mgr.smithi134.npcsqu (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2023-12-06T03:08:54.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:54 smithi134 conmon[83862]: audit 2023-12-06T03:08:53.345663+0000 mon.smithi134 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:55.045 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled grafana update... 2023-12-06T03:08:55.600 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying node-exporter service with default placement... 2023-12-06T03:08:56.272 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2023-12-06T03:08:56.298 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:56 smithi134 conmon[83862]: audit 2023-12-06T03:08:55.041089+0000 mgr.smithi134.npcsqu (mgr.14116) 19 : audit [DBG] 2023-12-06T03:08:56.299 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:56 smithi134 conmon[83862]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:56.299 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:56 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:55.041971+0000 mgr.smithi134.npcsqu (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2023-12-06T03:08:56.299 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:56 smithi134 conmon[83862]: audit 2023-12-06T03:08:55.044270+0000 mon.smithi134 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:56.850 INFO:teuthology.orchestra.run.smithi134.stderr:Deploying alertmanager service with default placement... 2023-12-06T03:08:57.525 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2023-12-06T03:08:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:57 smithi134 conmon[83862]: audit 2023-12-06T03:08:56.268732+0000 mgr.smithi134.npcsqu (mgr.14116) 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:57 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:56.269649+0000 mgr.smithi134.npcsqu (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2023-12-06T03:08:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:57 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:08:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:57 smithi134 conmon[83862]: T03:08:56.271940+0000 mon.smithi134 (mon.0) 63 : audit [INF] 2023-12-06T03:08:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:57 smithi134 conmon[83862]: from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:58.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:58 smithi134 conmon[83862]: audit 2023-12-06T03:08:57.520924+0000 mgr.smithi134.npcsqu (mgr.14116) 23 : audit [DBG] 2023-12-06T03:08:58.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:58 smithi134 conmon[83862]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:08:58.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:58 smithi134 conmon[83862]: cephadm 2023-12-06T03:08:57.521776+0000 mgr.smithi134.npcsqu (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2023-12-06T03:08:58.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:58 smithi134 conmon[83862]: audit 2023-12-06T03:08:57.524117+0000 mon.smithi134 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.134:0/2270215006' entity='mgr.smithi134.npcsqu' 2023-12-06T03:08:59.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:59 smithi134 conmon[83862]: audit 2023-12-06T03:08:58.738648+0000 mon.smithi134 (mon.0) 65 : 2023-12-06T03:08:59.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:08:59 smithi134 conmon[83862]: audit [INF] from='client.? 172.21.15.134:0/97635471' entity='client.admin' 2023-12-06T03:09:00.491 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling the dashboard module... 2023-12-06T03:09:01.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:00 smithi134 conmon[83862]: cluster 2023-12-06T03:08:59.637631+0000 mgr.smithi134.npcsqu (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:01.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:00 smithi134 conmon[83862]: audit 2023 2023-12-06T03:09:01.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:00 smithi134 conmon[83862]: -12-06T03:08:59.958884+0000 mon.smithi134 (mon.0) 66 : audit [INF] from='client.? 172.21.15.134:0/2854312428' entity='client.admin' 2023-12-06T03:09:02.218 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:01 smithi134 conmon[83862]: audit 2023-12-06T03:09:01.225143+0000 mon.smithi134 (mon.0) 67 : audit [INF] from='client.? 172.21.15.134:0/2874384615' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-12-06T03:09:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:02 smithi134 conmon[83862]: audit 2023-12-06T03:09:01.964965+0000 mon.smithi134 (mon.0) 68 : audit [INF] from='client.? 172.21.15.134:0/2874384615' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-12-06T03:09:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:02 smithi134 conmon[83862]: cluster 2023-12-06T03:09:01.965023+0000 mon.smithi134 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi134.npcsqu(active, since 22s) 2023-12-06T03:09:03.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:09:03.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "epoch": 9, 2023-12-06T03:09:03.284 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "available": true, 2023-12-06T03:09:03.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "active_name": "smithi134.npcsqu", 2023-12-06T03:09:03.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "num_standby": 0 2023-12-06T03:09:03.285 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:09:03.857 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for the mgr to restart... 2023-12-06T03:09:03.857 INFO:teuthology.orchestra.run.smithi134.stderr:Waiting for mgr epoch 9... 2023-12-06T03:09:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:03 smithi134 conmon[83862]: audit 2023-12-06T03:09:03.283124+0000 mon.smithi134 (mon.0 2023-12-06T03:09:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:03 smithi134 conmon[83862]: ) 70 : audit [DBG] from='client.? 172.21.15.134:0/2806345272' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-12-06T03:09:07.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: cluster 2023-12-06T03:09:07.446939+0000 mon.smithi134 (mon.0) 71 : cluster [INF] Active manager daemon smithi134.npcsqu restarted 2023-12-06T03:09:07.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: cluster 2023-12-06T03 2023-12-06T03:09:07.685 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: :09:07.447177+0000 mon.smithi134 (mon.0) 72 : cluster [INF] Activating manager daemon smithi134.npcsqu 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: cluster 2023-12-06T03:09:07.452808+0000 mon.smithi134 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: cluster 2023-12-06T03:09 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: :07.452915+0000 mon.smithi134 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi134.npcsqu(active, starting, since 0.00583132s) 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: audit 2023-12-06T03:09: 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: 07.453871+0000 mon.smithi134 (mon.0) 75 : audit 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: audit 2023-12-06T03:09:07.454472+0000 mon.smithi134 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi134.npcsqu", "id": "smithi134.npcsqu"}]: dispatch 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: 06T03:09:07.455313+0000 mon.smithi134 (mon 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: .0) 77 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: 06T03:09:07.455463+0000 mon.smithi134 ( 2023-12-06T03:09:07.686 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: 06T03:09:07.455608+0000 mon.smithi134 ( 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: cluster 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: 2023-12-06T03:09:07.469639+0000 2023-12-06T03:09:07.687 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:07 smithi134 conmon[83862]: mon.smithi134 (mon.0) 80 : cluster [INF] Manager daemon smithi134.npcsqu is now available 2023-12-06T03:09:08.464 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: { 2023-12-06T03:09:08.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2023-12-06T03:09:08.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: "initialized": true 2023-12-06T03:09:08.465 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: } 2023-12-06T03:09:08.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:08 smithi134 conmon[83862]: audit 2023-12-06T03:09:07.566737+0000 mon.smithi134 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:09:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:08 smithi134 conmon[83862]: audit 2023-12-06T03:09:07.568081+0000 mon.smithi134 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:09:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:08 smithi134 conmon[83862]: audit 2023-12-06T03:09:07.594375+0000 mon.smithi134 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/mirror_snapshot_schedule"}]: dispatch 2023-12-06T03:09:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:08 smithi134 conmon[83862]: audit 2023-12-06T03:09:07.596904+0000 mon.smithi134 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/trash_purge_schedule"}]: dispatch 2023-12-06T03:09:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:08 smithi134 conmon[83862]: cluster 2023-12-06T03:09:08.452123+0000 mon.smithi134 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi134.npcsqu(active, since 1.00504s) 2023-12-06T03:09:09.115 INFO:teuthology.orchestra.run.smithi134.stderr:mgr epoch 9 is available 2023-12-06T03:09:09.115 INFO:teuthology.orchestra.run.smithi134.stderr:Generating a dashboard self-signed certificate... 2023-12-06T03:09:09.816 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:09 smithi134 conmon[83862]: audit 2023-12-06T03:09:08.451473+0000 mgr.smithi134.npcsqu (mgr.14156) 1 2023-12-06T03:09:09.816 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:09 smithi134 conmon[83862]: : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-12-06T03:09:09.816 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:09 smithi134 conmon[83862]: audit 2023-12-06T03:09:08.463568+0000 mgr.smithi134.npcsqu (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-12-06T03:09:09.816 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:09 smithi134 conmon[83862]: audit 2023-12-06T03:09:09.106365+0000 mon.smithi134 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:09.920 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: Self-signed certificate created 2023-12-06T03:09:10.849 INFO:teuthology.orchestra.run.smithi134.stderr:Creating initial admin user... 2023-12-06T03:09:11.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:10 smithi134 conmon[83862]: audit 2023-12-06T03:09:09.809848+0000 mgr.smithi134.npcsqu (mgr.14156) 3 : 2023-12-06T03:09:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:10 smithi134 conmon[83862]: audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:09:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:10 smithi134 conmon[83862]: audit 2023-12-06T03:09:09.917003+0000 mon.smithi134 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:10 smithi134 conmon[83862]: audit 2023-12-06T03:09:09.918838+0000 mon.smithi134 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:10 smithi134 conmon[83862]: cluster 2023-12-06T03:09:10.107768+0000 mon.smithi134 (mon.0) 89 : cluster [DBG] mgrmap e12: smithi134.npcsqu(active, since 2s) 2023-12-06T03:09:11.720 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$A8.OarHWQeOXXn.4AObJG.CUlOKilzxjNKZK36VrTdgnMzxKwMID.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1701832151, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-12-06T03:09:12.193 INFO:teuthology.orchestra.run.smithi134.stderr:Fetching dashboard port number... 2023-12-06T03:09:12.822 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: 8443 2023-12-06T03:09:13.021 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:12 smithi134 conmon[83862]: audit 2023-12-06T03:09:11.501432+0000 mgr.smithi134.npcsqu (mgr.14156) 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-12-06T03:09:13.021 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:12 smithi134 conmon[83862]: audit 2023-12-06T03:09:11.719777+0000 mon.smithi134 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:13.348 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: disabled 2023-12-06T03:09:13.356 INFO:teuthology.orchestra.run.smithi134.stderr:systemctl: inactive 2023-12-06T03:09:13.356 INFO:teuthology.orchestra.run.smithi134.stderr:firewalld.service is not enabled 2023-12-06T03:09:13.356 INFO:teuthology.orchestra.run.smithi134.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr:Ceph Dashboard is now available at: 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr: URL: https://smithi134.front.sepia.ceph.com:8443/ 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr: User: admin 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr: Password: 535m1nx7ap 2023-12-06T03:09:13.359 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:13.360 INFO:teuthology.orchestra.run.smithi134.stderr:Enabling autotune for osd_memory_target 2023-12-06T03:09:14.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:13 smithi134 conmon[83862]: audit 2023-12-06T03:09:12.821407+0000 mon.smithi134 (mon.0) 91 : audit 2023-12-06T03:09:14.066 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:13 smithi134 conmon[83862]: [DBG] from='client.? 172.21.15.134:0/3478436362' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-12-06T03:09:15.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:14 smithi134 conmon[83862]: cluster 2023-12-06T03:09:13.806197+0000 mon.smithi134 (mon.0) 2023-12-06T03:09:15.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:14 smithi134 conmon[83862]: 92 : cluster [DBG] mgrmap e13: smithi134.npcsqu(active, since 6s) 2023-12-06T03:09:15.256 INFO:teuthology.orchestra.run.smithi134.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2023-12-06T03:09:15.782 INFO:teuthology.orchestra.run.smithi134.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-12-06T03:09:15.782 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.782 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:09:15.782 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr:Or, if you are only running a single cluster on this host: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr:Please consider enabling telemetry to help improve Ceph: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: ceph telemetry on 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr:For more information see: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:09:15.783 INFO:teuthology.orchestra.run.smithi134.stderr:Bootstrap complete. 2023-12-06T03:09:15.830 INFO:tasks.cephadm:Fetching config... 2023-12-06T03:09:15.830 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:09:15.831 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-12-06T03:09:15.847 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-12-06T03:09:15.847 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:09:15.847 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-12-06T03:09:15.903 INFO:tasks.cephadm:Fetching mon keyring... 2023-12-06T03:09:15.903 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:09:15.903 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/keyring of=/dev/stdout 2023-12-06T03:09:15.967 INFO:tasks.cephadm:Fetching pub ssh key... 2023-12-06T03:09:15.968 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:09:15.968 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-12-06T03:09:16.023 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-12-06T03:09:16.024 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoRWmPs1gu79Wd6jX5ju5uiEpqy9Z/AiL/T+CEL6t8JKOLui2ZZH8eN6IqbBGW8wenlNO9TNDNFf+Thxs8LMM2YLYvm6zdVLh+OsVz7E8ZGjLlF6lf97Rbjwb8Tm5KmX6x9mZLTsElgAwaJOGr6RYvRNcPpNuk5D2k+ar0IQjAyX5hEvvSuWEbf+82ufAZ1XeEfURshnj0Zqdc8PCp7urMvheI8EJTkPwofCpba9rvNfbX3Jx6tZCbeHCIgg7xrSKLg94Fx2MiqoDuMMmYyCw0yRgtSMuU8XgcIHYAqHTSJXL01CU2QRw+N5NtB94P/Lrso8pqDCNqmnVCT3a5WjweNkV3prVbk8eHZWfbuErXDQ0Kk+HXGWY9pdFEkrROXG6YcrjdFJkUFFeOBRYGaImq2Xu6r/k+fSoJn/HQeJYNZYaHBoT2VdMCDQi0ygbiZP7fI4dcDHdjykHpSn0ImDtKvRBWGDWRw1MCOMEdbhBmeuwdO7EF7SPA+Niyu46sj4E= ceph-962f3c54-93e4-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T03:09:16.102 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoRWmPs1gu79Wd6jX5ju5uiEpqy9Z/AiL/T+CEL6t8JKOLui2ZZH8eN6IqbBGW8wenlNO9TNDNFf+Thxs8LMM2YLYvm6zdVLh+OsVz7E8ZGjLlF6lf97Rbjwb8Tm5KmX6x9mZLTsElgAwaJOGr6RYvRNcPpNuk5D2k+ar0IQjAyX5hEvvSuWEbf+82ufAZ1XeEfURshnj0Zqdc8PCp7urMvheI8EJTkPwofCpba9rvNfbX3Jx6tZCbeHCIgg7xrSKLg94Fx2MiqoDuMMmYyCw0yRgtSMuU8XgcIHYAqHTSJXL01CU2QRw+N5NtB94P/Lrso8pqDCNqmnVCT3a5WjweNkV3prVbk8eHZWfbuErXDQ0Kk+HXGWY9pdFEkrROXG6YcrjdFJkUFFeOBRYGaImq2Xu6r/k+fSoJn/HQeJYNZYaHBoT2VdMCDQi0ygbiZP7fI4dcDHdjykHpSn0ImDtKvRBWGDWRw1MCOMEdbhBmeuwdO7EF7SPA+Niyu46sj4E= ceph-962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:09:16.113 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoRWmPs1gu79Wd6jX5ju5uiEpqy9Z/AiL/T+CEL6t8JKOLui2ZZH8eN6IqbBGW8wenlNO9TNDNFf+Thxs8LMM2YLYvm6zdVLh+OsVz7E8ZGjLlF6lf97Rbjwb8Tm5KmX6x9mZLTsElgAwaJOGr6RYvRNcPpNuk5D2k+ar0IQjAyX5hEvvSuWEbf+82ufAZ1XeEfURshnj0Zqdc8PCp7urMvheI8EJTkPwofCpba9rvNfbX3Jx6tZCbeHCIgg7xrSKLg94Fx2MiqoDuMMmYyCw0yRgtSMuU8XgcIHYAqHTSJXL01CU2QRw+N5NtB94P/Lrso8pqDCNqmnVCT3a5WjweNkV3prVbk8eHZWfbuErXDQ0Kk+HXGWY9pdFEkrROXG6YcrjdFJkUFFeOBRYGaImq2Xu6r/k+fSoJn/HQeJYNZYaHBoT2VdMCDQi0ygbiZP7fI4dcDHdjykHpSn0ImDtKvRBWGDWRw1MCOMEdbhBmeuwdO7EF7SPA+Niyu46sj4E= ceph-962f3c54-93e4-11ee-95a2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-12-06T03:09:16.164 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoRWmPs1gu79Wd6jX5ju5uiEpqy9Z/AiL/T+CEL6t8JKOLui2ZZH8eN6IqbBGW8wenlNO9TNDNFf+Thxs8LMM2YLYvm6zdVLh+OsVz7E8ZGjLlF6lf97Rbjwb8Tm5KmX6x9mZLTsElgAwaJOGr6RYvRNcPpNuk5D2k+ar0IQjAyX5hEvvSuWEbf+82ufAZ1XeEfURshnj0Zqdc8PCp7urMvheI8EJTkPwofCpba9rvNfbX3Jx6tZCbeHCIgg7xrSKLg94Fx2MiqoDuMMmYyCw0yRgtSMuU8XgcIHYAqHTSJXL01CU2QRw+N5NtB94P/Lrso8pqDCNqmnVCT3a5WjweNkV3prVbk8eHZWfbuErXDQ0Kk+HXGWY9pdFEkrROXG6YcrjdFJkUFFeOBRYGaImq2Xu6r/k+fSoJn/HQeJYNZYaHBoT2VdMCDQi0ygbiZP7fI4dcDHdjykHpSn0ImDtKvRBWGDWRw1MCOMEdbhBmeuwdO7EF7SPA+Niyu46sj4E= ceph-962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:09:16.176 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-12-06T03:09:16.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:16 smithi134 conmon[83862]: audit 2023-12-06T03:09:15.253455+0000 mon.smithi134 (mon.0) 93 : audit [INF] from='client.? 172.21.15.134:0/1862667208' entity='client.admin' 2023-12-06T03:09:19.003 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-12-06T03:09:19.003 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-12-06T03:09:19.592 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:19 smithi134 conmon[83862]: audit 2023-12-06T03:09:18.249187+0000 mon.smithi134 (mon.0) 94 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:19.592 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:19 smithi134 conmon[83862]: audit 2023-12-06T03:09:18.437007+0000 mon.smithi134 (mon.0) 95 : audit [INF] from='client.? 172.21.15.134:0/975899963' entity='client.admin' 2023-12-06T03:09:19.592 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:19 smithi134 conmon[83862]: audit 2023-12-06T03:09:18.618291+0000 mon.smithi134 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:09:19.592 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:19 smithi134 conmon[83862]: audit 2023-12-06T03:09:18.621484+0000 mon.smithi134 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:19.592 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:19 smithi134 conmon[83862]: cephadm 2023-12-06T03:09:18.630320+0000 mgr.smithi134.npcsqu (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi134 on smithi134 2023-12-06T03:09:22.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:22 smithi134 conmon[83862]: audit 2023-12-06T03:09:21.261889+0000 mgr.smithi134.npcsqu (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-12-06T03:09:22.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:22 smithi134 conmon[83862]: audit 2023-12-06T03:09:21.264592+0000 mon.smithi134 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:23.813 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2023-12-06T03:09:23.813 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:09:23.813 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2023-12-06T03:09:23.831 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:09:23.831 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T03:09:23.887 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2023-12-06T03:09:23.887 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch host add smithi149 2023-12-06T03:09:28.234 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: audit 2023-12-06T03:09:26.890699+0000 mon.smithi134 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:28.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: audit 2023-12-06T03:09:26.892238+0000 mon.smithi134 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:09:28.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: audit 2023-12-06T03:09:26.894455+0000 mon.smithi134 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T03:09:28.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: audit 2023-12-06T03:09:26.895011+0000 mon.smithi134 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:09:28.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: cephadm 2023-12-06T03:09:26.895485+0000 mgr.smithi134.npcsqu (mgr.14156) 7 : cephadm [INF] Deploying daemon crash.smithi134 on smithi134 2023-12-06T03:09:28.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:27 smithi134 conmon[83862]: audit 2023-12-06T03:09:27.594537+0000 mon.smithi134 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:28 smithi134 conmon[83862]: cluster 2023-12-06T03:09:27.456670+0000 mgr.smithi134.npcsqu (mgr.14156 2023-12-06T03:09:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:28 smithi134 conmon[83862]: ) 8 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:30.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.166845+0000 mon.smithi134 (mon. 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: 0) 104 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.216488+0000 mon.smithi134 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.218311+0000 mon.smithi134 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.219762+0000 mon.smithi134 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.220110+0000 mgr.smithi134.npcsqu (mgr.14156) 9 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: audit 2023-12-06T03:09:29.222481+0000 mon.smithi134 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: cephadm 2023-12-06T03:09:29.229227+0000 mgr.smithi134.npcsqu (mgr.14156) 10 : cephadm [INF] Deploying daemon grafana.smithi134 on smithi134 2023-12-06T03:09:30.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:30 smithi134 conmon[83862]: cluster 2023-12-06T03:09:29.456949+0000 mgr.smithi134.npcsqu (mgr.14156) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:32.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:32 smithi134 conmon[83862]: cluster 2023-12-06T03:09:31.457192+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:09:32.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:32 smithi134 conmon[83862]: 14156) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:33.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:33 smithi134 conmon[83862]: audit 2023-12-06T03:09:32.597500+0000 mon.smithi134 (mon.0) 109 : audit 2023-12-06T03:09:33.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:33 smithi134 conmon[83862]: [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:35.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:34 smithi134 conmon[83862]: cluster 2023-12-06T03:09:33. 2023-12-06T03:09:35.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:34 smithi134 conmon[83862]: 457424+0000 mgr.smithi134.npcsqu (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:36 smithi134 conmon[83862]: cluster 2023-12-06T03:09:35.457687+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:09:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:36 smithi134 conmon[83862]: 14156) 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:38 smithi134 conmon[83862]: cluster 2023-12-06T03:09:37.457892+0000 mgr.smithi134.npcsqu 2023-12-06T03:09:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:38 smithi134 conmon[83862]: (mgr.14156) 15 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:40 smithi134 conmon[83862]: cluster 2023-12-06T03:09:39.458180+0000 2023-12-06T03:09:41.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:40 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:43.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:42 smithi134 conmon[83862]: cluster 2023-12-06T03:09:41.458527+0000 mgr.smithi134.npcsqu (mgr.14156) 17 : cluster [DBG] 2023-12-06T03:09:43.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:42 smithi134 conmon[83862]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:45.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:44 smithi134 conmon[83862]: cluster 2023-12-06T03:09:43.458896+0000 mgr.smithi134.npcsqu (mgr.14156) 18 : 2023-12-06T03:09:45.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:44 smithi134 conmon[83862]: cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:47.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:46 smithi134 conmon[83862]: cluster 2023-12-06T03:09:45.459333+0000 mgr.smithi134.npcsqu (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:48.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: cluster 2023-12-06T03:09:47.459620+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:09:48.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:48.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: audit 2023-12-06T03:09:47.651154+0000 mon.smithi134 ( 2023-12-06T03:09:48.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:48.763 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: cephadm 2023-12-06T03:09:48.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: 2023-12-06T03:09:47.653336+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:09:48.764 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:48 smithi134 conmon[83862]: 14156) 21 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2023-12-06T03:09:50.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:50 smithi134 conmon[83862]: cluster 2023-12-06T03:09:49.460009+0000 mgr.smithi134.npcsqu (mgr.14156) 22 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:52.301 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: audit 2023-12-06T03:09:51.019982+0000 2023-12-06T03:09:52.301 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: mon.smithi134 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:52.301 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:09:52.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: :09:51.022105+0000 mon.smithi134 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-12-06T03:09:52.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:09:52.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: -06T03:09:51.460260+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:09:52.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:52 smithi134 conmon[83862]: .14156) 23 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:09:53.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:53 smithi134 conmon[83862]: audit 2023-12-06T03:09:52.023964+0000 mon.smithi134 (mon. 2023-12-06T03:09:53.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:53 smithi134 conmon[83862]: 0) 113 : audit [INF] from='mgr.14156 172.21.15.134:0/792942629' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-12-06T03:09:53.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:53 smithi134 conmon[83862]: cluster 2023-12-06T03:09:52.024015+0000 mon.smithi134 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi134.npcsqu(active, since 44s) 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: cluster 2023-12-06T03:09:57.466188+0000 mon.smithi134 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: (mon.0) 115 : cluster [INF] Active manager daemon smithi134.npcsqu restarted 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: cluster 2023-12-06T03:09:57.466419+0000 mon.smithi134 (mon.0) 116 : cluster [INF] 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: Activating manager daemon smithi134.npcsqu 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: cluster 2023-12-06T03:09:57.469142+0000 mon.smithi134 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: cluster 2023-12-06T03:09:57.469247+0000 mon.smithi134 (mon 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: .0) 118 : cluster [DBG] mgrmap e15: smithi134.npcsqu(active, starting, since 0.00291831s) 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: T03:09:57.470276+0000 mon.smithi134 (mon.0) 119 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.470830+0000 mon.smithi134 2023-12-06T03:09:57.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: (mon.0) 120 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi134.npcsqu", "id": "smithi134.npcsqu"}]: dispatch 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.471477+0000 mon.smithi134 (mon 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: .0) 121 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.471650+0000 mon.smithi134 (mon.0 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: ) 122 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: 2023-12-06T03:09:57.471786+0000 mon.smithi134 (mon.0) 123 : audit [DBG] 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: cluster 2023-12-06 2023-12-06T03:09:57.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:57 smithi134 conmon[83862]: T03:09:57.485796+0000 mon.smithi134 (mon.0) 124 : cluster [INF] Manager daemon smithi134.npcsqu is now available 2023-12-06T03:09:58.679 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.582877+0000 mon.smithi134 (mon.0) 125 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:09:58.679 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.584294+0000 mon.smithi134 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit 2023-12-06T03:09:57.608903+0000 mon.smithi134 (mon.0) 127 : 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit 2023-12-06T03: 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: 09:57.619194+0000 mon.smithi134 (mon.0) 128 : audit [INF] 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/mirror_snapshot_schedule"}]: dispatch 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: audit 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: 2023-12-06T03:09:57.622656+0000 mon.smithi134 (mon.0 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: ) 129 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi134.npcsqu/trash_purge_schedule"}]: dispatch 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: cluster 2023-12-06T03:09:58.471522+0000 2023-12-06T03:09:58.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:09:58 smithi134 conmon[83862]: mon.smithi134 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi134.npcsqu(active, since 1.00519s) 2023-12-06T03:10:00.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:00 smithi134 conmon[83862]: cluster 2023-12-06T03:09:59.521075+0000 mon.smithi134 (mon.0) 131 : cluster [DBG] mgrmap e17: smithi134.npcsqu(active, since 2s) 2023-12-06T03:10:02.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023-12-06T03:10:00.916065+0000 mon.smithi134 (mon. 2023-12-06T03:10:02.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: 0) 132 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023-12-06T03:10:01.238163+0000 mon.smithi134 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023-12-06T03:10:01.238973 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 134 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: 2023-12-06T03:10:01.239609+0000 mon.smithi134 (mon.0 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: ) 135 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: -06T03:10:01.304486+0000 mon.smithi134 (mon 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: .0) 136 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: audit 2023 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: -12-06T03:10:01.309376+0000 mon.smithi134 2023-12-06T03:10:02.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:01 smithi134 conmon[83862]: (mon.0) 137 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:03.034 INFO:teuthology.orchestra.run.smithi149.stdout:Added host 'smithi149' with addr '172.21.15.149' 2023-12-06T03:10:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:02 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:01.240624+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:10:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:02 smithi134 conmon[83862]: .14180) 1 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-12-06T03:10:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:02 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:01.260464+0000 mgr.smithi134.npcsqu (mgr.14180) 2 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2023-12-06T03:10:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:02 smithi134 conmon[83862]: cephadm 2023-12-06T03: 2023-12-06T03:10:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:02 smithi134 conmon[83862]: 10:01.321056+0000 mgr.smithi134.npcsqu (mgr.14180) 3 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2023-12-06T03:10:03.589 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch host ls --format=json 2023-12-06T03:10:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:04 smithi134 conmon[83862]: audit 2023-12-06T03:10:02.391318+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:10:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:04 smithi134 conmon[83862]: 14180) 4 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:10:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:04 smithi134 conmon[83862]: audit 2023-12-06T03:10:03.032636+0000 mon.smithi134 (mon.0) 138 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:04 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:03.032964+0000 mgr.smithi134.npcsqu (mgr.14180) 5 : 2023-12-06T03:10:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:04 smithi134 conmon[83862]: cephadm [INF] Added host smithi149 2023-12-06T03:10:05.346 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:10:05.346 INFO:teuthology.orchestra.run.smithi149.stdout:[{"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2023-12-06T03:10:05.908 INFO:tasks.cephadm:Setting crush tunables to default 2023-12-06T03:10:05.909 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd crush tunables default 2023-12-06T03:10:06.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:06 smithi134 conmon[83862]: audit 2023-12-06T03:10:05.344657+0000 mgr.smithi134.npcsqu (mgr.14180) 6 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:10:12.843 INFO:teuthology.orchestra.run.smithi134.stderr:adjusted tunables profile to default 2023-12-06T03:10:13.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:12 smithi134 conmon[83862]: audit 2023-12-06T03:10:12.786029+0000 mon.smithi134 (mon.0) 139 : 2023-12-06T03:10:13.070 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:12 smithi134 conmon[83862]: audit [INF] from='client.? 172.21.15.134:0/2282616036' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-12-06T03:10:13.902 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:13 smithi134 conmon[83862]: audit 2023-12-06T03:10:12.839778+0000 mon.smithi134 (mon.0) 140 : audit [INF] 2023-12-06T03:10:13.903 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:13 smithi134 conmon[83862]: from='client.? 172.21.15.134:0/2282616036' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-12-06T03:10:13.903 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:13 smithi134 conmon[83862]: cluster 2023-12-06T03:10:12.839844+0000 mon.smithi134 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T03:10:14.130 INFO:tasks.cephadm:Adding mon.smithi134 on smithi134 2023-12-06T03:10:14.131 INFO:tasks.cephadm:Adding mon.smithi149 on smithi149 2023-12-06T03:10:14.131 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch apply mon '2;smithi134:172.21.15.134=smithi134;smithi149:172.21.15.149=smithi149' 2023-12-06T03:10:15.868 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mon update... 2023-12-06T03:10:16.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:15 smithi134 conmon[83862]: audit 2023-12-06T03:10:14.664897+0000 mon.smithi134 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:16.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:15 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:10:16.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:15 smithi134 conmon[83862]: 06T03:10:14.666032+0000 mon.smithi134 (mon.0) 143 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:10:16.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:15 smithi134 conmon[83862]: audit 2023-12-06T03:10:15.258480+0000 mon.smithi134 (mon.0) 144 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:16.442 DEBUG:teuthology.orchestra.run.smithi149:mon.smithi149> sudo journalctl -f -n 0 -u ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi149.service 2023-12-06T03:10:16.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T03:10:16.444 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T03:10:16.473 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:-- Logs begin at Wed 2023-12-06 02:55:33 UTC. -- 2023-12-06T03:10:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:16 smithi134 conmon[83862]: audit 2023-12-06T03:10:15.714477+0000 mon.smithi134 (mon.0) 145 2023-12-06T03:10:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:16 smithi134 conmon[83862]: : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:16 smithi134 conmon[83862]: audit 2023-12-06T03:10:15.862954+0000 mgr.smithi134.npcsqu (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi134:172.21.15.134=smithi134;smithi149:172.21.15.149=smithi149", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:10:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:16 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:15.864999+0000 mgr.smithi134.npcsqu (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi134:172.21.15.134=smithi134;smithi149:172.21.15.149=smithi149;count:2 2023-12-06T03:10:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:16 smithi134 conmon[83862]: audit 2023-12-06T03:10:15.867329+0000 mon.smithi134 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:18.963 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:10:18.963 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","modified":"2023-12-06T03:08:15.185516Z","created":"2023-12-06T03:08:15.185516Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T03:10:18.965 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2023-12-06T03:10:19.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:18 smithi134 conmon[83862]: cluster 2023-12-06T03:10:17.472628+0000 mgr.smithi134.npcsqu (mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:19.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:18 smithi134 conmon[83862]: audit 2023-12-06T03:10:17.611770+0000 mon.smithi134 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:19.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:18 smithi134 conmon[83862]: audit 2023-12-06T03:10:17.708476+0000 mon.smithi134 (mon.0) 148 : audit [INF] 2023-12-06T03:10:19.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:18 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:20.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:19 smithi134 conmon[83862]: audit 2023-12-06T03:10:18.962251+0000 mon.smithi134 (mon.0) 149 : audit [DBG] from='client.? 172.21.15.149:0/4257243991' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T03:10:20.924 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T03:10:20.924 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T03:10:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:20 smithi134 conmon[83862]: cluster 2023-12-06T03:10:19.472887+0000 mgr.smithi134.npcsqu (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:20 smithi134 conmon[83862]: audit 2023-12-06T03:10:20.203153+0000 mon.smithi134 (mon.0) 150 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:22.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:20.640620+0000 mon.smithi134 (mon.0) 2023-12-06T03:10:22.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 151 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:20.641525+0000 mon.smithi134 (mon.0) 152 : audit 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 2023-12-06T03:10:20.642603+0000 mon.smithi134 (mon 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: .0) 153 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 03:10:20.643500+0000 mon.smithi134 (mon.0) 154 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: cephadm 2023-12-06T03:10: 2023-12-06T03:10:22.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 20.644887+0000 mgr.smithi134.npcsqu (mgr.14180) 11 : cephadm 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: cephadm 2023-12-06T03:10 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: :20.667962+0000 mgr.smithi134.npcsqu (mgr.14180) 12 : 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: :20.687501+0000 mon.smithi134 (mon.0) 155 : audit 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10: 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 20.690356+0000 mon.smithi134 (mon.0) 156 : audit [INF] 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:20 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: .692188+0000 mon.smithi134 (mon.0) 157 : audit 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:10:22.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:20 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: .694229+0000 mon.smithi134 (mon.0) 158 : audit 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: audit 2023-12-06T03:10:20 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: .695055+0000 mon.smithi134 (mon.0) 159 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: 2023-12-06T03:10:20.695811+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:10:22.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:21 smithi134 conmon[83862]: .14180) 13 : cephadm [INF] Deploying daemon crash.smithi149 on smithi149 2023-12-06T03:10:23.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:22 smithi134 conmon[83862]: cluster 2023-12-06T03:10:21.473287+0000 mgr.smithi134.npcsqu (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:23.519 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:10:23.520 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","modified":"2023-12-06T03:08:15.185516Z","created":"2023-12-06T03:08:15.185516Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T03:10:23.521 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2023-12-06T03:10:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:23 smithi134 conmon[83862]: audit 2023-12-06T03:10:23.518687+0000 mon.smithi134 (mon.0) 160 : audit [DBG] from='client.? 172.21.15.149:0/4111383048' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T03:10:25.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: cluster 2023-12-06T03:10:23.473558+0000 mgr.smithi134.npcsqu (mgr.14180) 15 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: audit 2023-12-06T03:10: 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: 24.130918+0000 mon.smithi134 (mon.0) 161 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: audit 2023-12-06T03:10:24.133191+0000 mon.smithi134 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zwmcvh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: audit 2023-12-06T03:10:24.135961+0000 mon.smithi134 (mon.0) 163 : audit [INF] 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zwmcvh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: audit 2023-12-06T03:10:24.136771+0000 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: mon.smithi134 (mon.0) 164 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: :10:24.137642+0000 mon.smithi134 (mon.0) 165 2023-12-06T03:10:25.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:24 smithi134 conmon[83862]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:25.269 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T03:10:25.270 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T03:10:26.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:25 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:24.138312+0000 mgr.smithi134.npcsqu (mgr.14180) 16 : cephadm [INF] Deploying daemon mgr.smithi149.zwmcvh on smithi149 2023-12-06T03:10:27.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: cluster 2023-12-06T03:10:25.473943+0000 mgr.smithi134.npcsqu (mgr.14180) 17 : cluster [DBG] 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: audit 2023-12-06T03:10:26.813880+0000 mon.smithi134 (mon.0) 166 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: audit 2023-12-06T03:10:26.816030+0000 mon.smithi134 (mon. 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: 0) 167 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: audit 2023-12-06T03:10:26.816807 2023-12-06T03:10:27.109 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:26 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 168 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:27.520 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:10:27.520 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","modified":"2023-12-06T03:08:15.185516Z","created":"2023-12-06T03:08:15.185516Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-12-06T03:10:27.522 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2023-12-06T03:10:28.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:27 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:26.817506+0000 mgr.smithi134.npcsqu (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi149 on smithi149 2023-12-06T03:10:28.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:27 smithi134 conmon[83862]: audit 2023-12-06T03:10:27.518470+0000 mon.smithi134 (mon.0) 169 : audit [DBG] from='client.? 172.21.15.149:0/2694173642' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T03:10:28.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:27 smithi134 conmon[83862]: audit 2023-12-06T03:10:27.617288+0000 mon.smithi134 (mon.0) 170 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:29.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:28 smithi134 conmon[83862]: cluster 2023-12-06T03:10:27.474252+0000 mgr.smithi134.npcsqu (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:29.438 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-12-06T03:10:29.438 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph mon dump -f json 2023-12-06T03:10:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:30 smithi134 conmon[83862]: cluster 2023-12-06T03:10:29.474608+0000 mgr.smithi134.npcsqu (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:31.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:31 smithi149 conmon[88219]: debug 2023-12-06T03:10:31.005+0000 7f0066103700 1 mon.smithi149@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2023-12-06T03:10:36.416 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12-06T03:10:31.012895+0000 mon.smithi134 (mon.0) 172 : audit [DBG] 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12-06T03:10:31.013106+0000 mon.smithi134 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10:31.017795+0000 mon.smithi134 (mon.0) 174 : 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster [INF] mon.smithi134 calling monitor election 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023-12 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -06T03:10:31.474975+0000 mgr.smithi134.npcsqu 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: (mgr.14180) 21 : cluster [DBG] 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10: 2023-12-06T03:10:36.417 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 32.009998+0000 mon.smithi134 (mon.0 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: ) 175 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:32.411860+0000 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi134 (mon.0) 176 : audit [DBG] 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zwmcvh/crt"}]: dispatch 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 06T03:10:33.010396+0000 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi134 (mon.0) 177 : audit [DBG] 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023-12-06 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: T03:10:33.011269+0000 mon.smithi149 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: (mon.1) 1 : cluster [INF] 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi149 calling monitor election 2023-12-06T03:10:36.418 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:33. 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 475277+0000 mgr.smithi134.npcsqu (mgr.14180) 22 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10:34 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: .010240+0000 mon.smithi134 (mon.0) 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 178 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:35. 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 010256+0000 mon.smithi134 (mon.0) 179 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:35.475536 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 23 : 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.419 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:36. 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 010769+0000 mon.smithi134 (mon.0) 180 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:36.044555 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 181 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi149 in quorum (ranks 0,1) 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:36.047383+0000 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi134 (mon.0) 182 : cluster 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:36. 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 059522+0000 mon.smithi134 (mon.0) 2023-12-06T03:10:36.420 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 183 : cluster [DBG] fsmap 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:36. 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 059571+0000 mon.smithi134 (mon.0) 184 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 12-06T03:10:36.059811+0000 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi134 (mon.0) 185 : cluster 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: [DBG] mgrmap e17: smithi134.npcsqu(active, since 38s) 2023-12-06T03:10:36.421 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:36 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: .060831+0000 mon.smithi134 (mon.0 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: ) 186 : cluster [DBG] Standby manager daemon smithi149.zwmcvh started 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10: 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 36.061980+0000 mon.smithi134 (mon. 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 0) 187 : audit [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cluster 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: :36.063582+0000 mon.smithi134 (mon 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: .0) 188 : cluster [INF] 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: overall HEALTH_OK 2023-12-06T03:10:36.422 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -06T03:10:36.064027+0000 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: mon.smithi134 (mon.0) 189 : audit 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zwmcvh/key"}]: dispatch 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 2023-12-06T03:10:36 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: .065755+0000 mon.smithi134 (mon. 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 0) 190 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: audit 2023 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:36. 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 065998+0000 mon.smithi134 (mon.0) 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 191 : audit [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: cephadm 2023 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: -12-06T03:10:36. 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 067597+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:10:36.423 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:36 smithi149 conmon[88219]: 24 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10:31.012895+0000 mon.smithi134 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi134"}]: dispatch 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10:31.013106+0000 mon.smithi134 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10:31.017795+0000 mon.smithi134 (mon.0) 174 : cluster [INF] mon.smithi134 calling monitor election 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 2023-12-06T03:10:31.474975+0000 mgr.smithi134.npcsqu (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10: 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 32.009998+0000 mon.smithi134 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10:32.411860+0000 mon.smithi134 (mon.0) 176 : audit 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zwmcvh/crt"}]: dispatch 2023-12-06T03:10:36.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: -12-06T03:10:33.010396+0000 mon.smithi134 (mon.0) 177 : 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10:33. 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 011269+0000 mon.smithi149 (mon.1) 1 : cluster [INF] 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: mon.smithi149 calling monitor election 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10:33.475277 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 2023-12-06T03:10:34.010240+0000 mon.smithi134 (mon.0 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: ) 178 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03: 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 10:35.010256+0000 mon.smithi134 (mon.0) 179 : audit 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10:35 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: .475536+0000 mgr.smithi134.npcsqu (mgr.14180) 23 : cluster 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10:36.010769 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023- 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 12-06T03:10:36.044555+0000 mon.smithi134 ( 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: mon.0) 181 : cluster [INF] mon.smithi134 is new leader, mons smithi134,smithi149 in quorum (ranks 0,1) 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12- 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 06T03:10:36.047383+0000 mon.smithi134 (mon. 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi134=[v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0],smithi149=[v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0]} removed_ranks: {} 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: :36.059522+0000 mon.smithi134 (mon.0) 183 : 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster [DBG] fsmap 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03: 2023-12-06T03:10:36.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 10:36.059571+0000 mon.smithi134 (mon.0) 184 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: :36.059811+0000 mon.smithi134 (mon.0) 185 : 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster [DBG] mgrmap e17: smithi134.npcsqu(active, since 38s) 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12-06T03:10 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: :36.060831+0000 mon.smithi134 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi149.zwmcvh started 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12-06T03:10: 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 36.061980+0000 mon.smithi134 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: -06T03:10:36.063582+0000 mon.smithi134 ( 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: mon.0) 188 : cluster [INF] overall HEALTH_OK 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: -06T03:10:36.064027+0000 mon.smithi134 (mon 2023-12-06T03:10:36.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: .0) 189 : audit [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi149.zwmcvh/key"}]: dispatch 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 06T03:10:36.065755+0000 mon.smithi134 (mon 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: .0) 190 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 06T03:10:36.065998+0000 mon.smithi134 (mon. 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: 0) 191 : audit [DBG] from='mgr.? 172.21.15.149:0/1742645250' entity='mgr.smithi149.zwmcvh' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: cephadm 2023-12 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: -06T03:10:36.067597+0000 mgr.smithi134.npcsqu 2023-12-06T03:10:36.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:36 smithi134 conmon[83862]: (mgr.14180) 24 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2023-12-06T03:10:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:37 smithi149 conmon[88219]: cluster 2023-12-06T03:10:36.120406+0000 mon.smithi134 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi134.npcsqu(active, since 38s), standbys: smithi149.zwmcvh 2023-12-06T03:10:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:37 smithi149 conmon[88219]: audit 2023-12-06T03:10:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:37 smithi149 conmon[88219]: 2023-12-06T03:10:36.120559+0000 mon.smithi134 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi149.zwmcvh", "id": "smithi149.zwmcvh"}]: dispatch 2023-12-06T03:10:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:37 smithi149 conmon[88219]: audit 2023-12-06T03:10:37.011220+0000 mon.smithi134 (mon.0) 194 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:37.601 INFO:teuthology.orchestra.run.smithi149.stdout: 2023-12-06T03:10:37.601 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":2,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","modified":"2023-12-06T03:10:31.010362Z","created":"2023-12-06T03:08:15.185516Z","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":"smithi134","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi149","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-12-06T03:10:37.603 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 2 2023-12-06T03:10:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:37 smithi134 conmon[83862]: cluster 2023-12-06T03:10:36.120406+0000 mon.smithi134 (mon.0) 192 : cluster [DBG] 2023-12-06T03:10:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:37 smithi134 conmon[83862]: mgrmap e18: smithi134.npcsqu(active, since 38s), standbys: smithi149.zwmcvh 2023-12-06T03:10:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:37 smithi134 conmon[83862]: audit 2023-12-06T03:10:36.120559+0000 mon.smithi134 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr metadata", "who": "smithi149.zwmcvh", "id": "smithi149.zwmcvh"}]: dispatch 2023-12-06T03:10:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:37 smithi134 conmon[83862]: audit 2023-12-06T03:10:37.011220+0000 mon.smithi134 (mon.0 2023-12-06T03:10:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:37 smithi134 conmon[83862]: ) 194 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mon metadata", "id": "smithi149"}]: dispatch 2023-12-06T03:10:38.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:38 smithi134 conmon[83862]: cluster 2023-12-06T03:10:37.475961+0000 mgr.smithi134.npcsqu (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:38.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:38 smithi134 conmon[83862]: audit 2023-12-06T03:10:38.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:38 smithi134 conmon[83862]: 2023-12-06T03:10:37.599154+0000 mon.smithi134 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.149:0/3262446113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T03:10:38.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:38 smithi134 conmon[83862]: audit 2023-12-06T03:10:37.628557+0000 mon.smithi134 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:38.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:38 smithi149 conmon[88219]: cluster 2023-12-06T03:10:37.475961+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:10:38.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:38 smithi149 conmon[88219]: 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:38.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:38 smithi149 conmon[88219]: audit 2023-12-06T03:10:37.599154+0000 mon.smithi134 (mon.0) 195 : audit [DBG] from='client.? 172.21.15.149:0/3262446113' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-12-06T03:10:38.466 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:38 smithi149 conmon[88219]: audit 2023-12-06T03:10:37.628557+0000 mon.smithi134 (mon.0) 196 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:38.490 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-12-06T03:10:38.490 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph config generate-minimal-conf 2023-12-06T03:10:40.426 INFO:teuthology.orchestra.run.smithi134.stdout:# minimal ceph.conf for 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:10:40.426 INFO:teuthology.orchestra.run.smithi134.stdout:[global] 2023-12-06T03:10:40.426 INFO:teuthology.orchestra.run.smithi134.stdout: fsid = 962f3c54-93e4-11ee-95a2-87774f69a715 2023-12-06T03:10:40.426 INFO:teuthology.orchestra.run.smithi134.stdout: mon_host = [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2023-12-06T03:10:41.022 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-12-06T03:10:41.023 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:10:41.023 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T03:10:41.051 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:10:41.051 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T03:10:41.116 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:10:41.116 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2023-12-06T03:10:41.146 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:10:41.146 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-12-06T03:10:41.212 INFO:tasks.cephadm:Deploying OSDs... 2023-12-06T03:10:41.212 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:10:41.212 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:10:41.228 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T03:10:41.228 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme1n1 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme1n1 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 245136 Links: 1 Device type: 103,1 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:09:18.782800631 +0000 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:09:18.693802697 +0000 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:09:18.693802697 +0000 2023-12-06T03:10:41.284 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:10:41.285 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T03:10:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:40 smithi149 conmon[88219]: cluster 2023-12-06T03:10:39.476280+0000 mgr.smithi134.npcsqu (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:40 smithi149 conmon[88219]: audit 2023-12-06T03:10:39.963469+0000 mon.smithi134 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:40 smithi149 conmon[88219]: audit 2023-12-06T03:10:39.964769+0000 mon.smithi134 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:10:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:40 smithi149 conmon[88219]: audit 2023-12-06T03:10:40.425859+0000 mon.smithi134 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.134:0/1264175227' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:41.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:40 smithi134 conmon[83862]: cluster 2023-12-06T03:10:39.476280+0000 mgr.smithi134.npcsqu (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:41.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:40 smithi134 conmon[83862]: audit 2023-12-06T03:10:39.963469+0000 mon.smithi134 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:41.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:40 smithi134 conmon[83862]: audit 2023-12-06T03:10:39.964769+0000 mon.smithi134 (mon.0) 198 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:10:41.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:40 smithi134 conmon[83862]: audit 2023-12-06T03:10:40.425859+0000 mon.smithi134 (mon.0) 199 : audit [DBG] from='client.? 172.21.15.134:0/1264175227' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:41.348 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:10:41.348 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:10:41.348 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000279582 s, 1.8 MB/s 2023-12-06T03:10:41.349 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T03:10:41.405 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme2n1 2023-12-06T03:10:41.460 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme2n1 2023-12-06T03:10:41.460 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:41.460 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 248070 Links: 1 Device type: 103,2 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:09:18.793800376 +0000 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:09:18.695802650 +0000 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:09:18.695802650 +0000 2023-12-06T03:10:41.461 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:10:41.461 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T03:10:41.526 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:10:41.526 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:10:41.526 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000270967 s, 1.9 MB/s 2023-12-06T03:10:41.527 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T03:10:41.584 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme3n1 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme3n1 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 248120 Links: 1 Device type: 103,3 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:09:18.804800120 +0000 2023-12-06T03:10:41.639 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:09:18.697802604 +0000 2023-12-06T03:10:41.640 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:09:18.697802604 +0000 2023-12-06T03:10:41.640 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:10:41.640 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T03:10:41.703 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:10:41.703 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:10:41.704 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.00024789 s, 2.1 MB/s 2023-12-06T03:10:41.704 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T03:10:41.761 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/nvme4n1 2023-12-06T03:10:41.816 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/nvme4n1 2023-12-06T03:10:41.816 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:41.816 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 6h/6d Inode: 248194 Links: 1 Device type: 103,4 2023-12-06T03:10:41.816 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2023-12-06 03:09:18.816799842 +0000 2023-12-06T03:10:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2023-12-06 03:09:18.699802557 +0000 2023-12-06T03:10:41.817 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2023-12-06 03:09:18.699802557 +0000 2023-12-06T03:10:41.817 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2023-12-06T03:10:41.817 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T03:10:41.879 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2023-12-06T03:10:41.880 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2023-12-06T03:10:41.880 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000238757 s, 2.1 MB/s 2023-12-06T03:10:41.881 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T03:10:41.939 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:10:41.939 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2023-12-06T03:10:41.955 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-12-06T03:10:41.955 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme1n1 2023-12-06T03:10:42.011 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme1n1 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 245299 Links: 1 Device type: 103,1 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:10:18.724407924 +0000 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:10:18.665409143 +0000 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:10:18.665409143 +0000 2023-12-06T03:10:42.012 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:10:42.012 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-12-06T03:10:42.076 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:10:42.076 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:10:42.076 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000343601 s, 1.5 MB/s 2023-12-06T03:10:42.077 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-12-06T03:10:42.134 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme2n1 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme2n1 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 236396 Links: 1 Device type: 103,2 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:10:18.736407675 +0000 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:10:18.667409102 +0000 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:10:18.667409102 +0000 2023-12-06T03:10:42.190 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:10:42.191 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-12-06T03:10:42.254 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:10:42.254 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:10:42.254 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000267089 s, 1.9 MB/s 2023-12-06T03:10:42.255 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-12-06T03:10:42.311 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme3n1 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme3n1 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 245323 Links: 1 Device type: 103,3 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:42.366 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:10:18.747407448 +0000 2023-12-06T03:10:42.367 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:10:18.670409040 +0000 2023-12-06T03:10:42.367 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:10:18.670409040 +0000 2023-12-06T03:10:42.367 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:10:42.367 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-12-06T03:10:42.429 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:10:42.430 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:10:42.430 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000260309 s, 2.0 MB/s 2023-12-06T03:10:42.431 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-12-06T03:10:42.486 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/nvme4n1 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/nvme4n1 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 6h/6d Inode: 236496 Links: 1 Device type: 103,4 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2023-12-06 03:10:18.758407221 +0000 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2023-12-06 03:10:18.673408978 +0000 2023-12-06T03:10:42.541 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2023-12-06 03:10:18.673408978 +0000 2023-12-06T03:10:42.542 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2023-12-06T03:10:42.542 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-12-06T03:10:42.606 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2023-12-06T03:10:42.606 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2023-12-06T03:10:42.606 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000249151 s, 2.1 MB/s 2023-12-06T03:10:42.606 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.440427+0000 mon.smithi134 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.441087+0000 mon.smithi134 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.441668+0000 mon.smithi134 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:41.442467+0000 mgr.smithi134.npcsqu (mgr.14180) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:41.442696+0000 mgr.smithi134.npcsqu (mgr.14180) 28 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.464432+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.466973+0000 mon.smithi134 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.469869+0000 mon.smithi134 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:41.472356+0000 mgr.smithi134.npcsqu (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi134 (unknown last config time)... 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.472554+0000 mon.smithi134 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.473110+0000 mon.smithi134 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: audit 2023-12-06T03:10:41.473591+0000 mon.smithi134 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:41.474039+0000 mgr.smithi134.npcsqu (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2023-12-06T03:10:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:42 smithi134 conmon[83862]: cluster 2023-12-06T03:10:41.476498+0000 mgr.smithi134.npcsqu (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:42.662 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch apply osd --all-available-devices 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.440427+0000 mon.smithi134 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.441087+0000 mon.smithi134 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.441668+0000 mon.smithi134 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:41.442467+0000 mgr.smithi134.npcsqu (mgr.14180) 27 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:41.442696+0000 mgr.smithi134.npcsqu (mgr.14180) 28 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.464432+0000 mon.smithi134 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.466973+0000 mon.smithi134 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.469869+0000 mon.smithi134 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:42.724 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:41.472356+0000 mgr.smithi134.npcsqu (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi134 (unknown last config time)... 2023-12-06T03:10:42.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.472554+0000 mon.smithi134 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T03:10:42.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.473110+0000 mon.smithi134 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T03:10:42.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: audit 2023-12-06T03:10:41.473591+0000 mon.smithi134 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:42.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:41.474039+0000 mgr.smithi134.npcsqu (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi134 on smithi134 2023-12-06T03:10:42.725 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:42 smithi149 conmon[88219]: cluster 2023-12-06T03:10:41.476498+0000 mgr.smithi134.npcsqu (mgr.14180) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: audit 2023-12-06T03:10:42.633162+0000 mon.smithi134 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: audit 2023-12-06T03:10:42.727633+0000 mon.smithi134 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:42.728193+0000 mgr.smithi134.npcsqu (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi134.npcsqu (unknown last config time)... 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: audit 2023-12-06T03:10:42.728406+0000 mon.smithi134 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.npcsqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: audit 2023-12-06T03:10:42.729014+0000 mon.smithi134 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: audit 2023-12-06T03:10:42.729487+0000 mon.smithi134 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:42.729932+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:10:43.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:43 smithi149 conmon[88219]: ) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi134.npcsqu on smithi134 2023-12-06T03:10:43.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: audit 2023-12-06T03:10:42.633162+0000 mon.smithi134 (mon.0) 209 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:43.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: audit 2023-12-06T03:10:42.727633+0000 mon.smithi134 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:43.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:42.728193+0000 mgr.smithi134.npcsqu (mgr.14180) 32 : cephadm [INF] Reconfiguring mgr.smithi134.npcsqu (unknown last config time)... 2023-12-06T03:10:43.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: audit 2023-12-06T03:10:42.728406+0000 mon.smithi134 (mon.0) 211 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi134.npcsqu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T03:10:43.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: audit 2023-12-06T03:10:42.729014+0000 mon.smithi134 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T03:10:43.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: audit 2023-12-06T03:10:42.729487+0000 mon.smithi134 (mon.0) 213 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:43.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:43 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:42.729932+0000 mgr.smithi134.npcsqu (mgr.14180) 33 : cephadm [INF] Reconfiguring daemon mgr.smithi134.npcsqu on smithi134 2023-12-06T03:10:44.697 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled osd.all-available-devices update... 2023-12-06T03:10:45.251 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: cluster 2023-12-06T03:10:43.476687+0000 mgr.smithi134.npcsqu (mgr.14180) 34 2023-12-06T03:10:45.252 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:45.252 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: audit 2023-12-06T03:10:43.977746+0000 mon.smithi134 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:45.252 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:43.978411+0000 mgr.smithi134.npcsqu (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi134 (dependencies changed)... 2023-12-06T03:10:45.252 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:43.984545+0000 mgr.smithi134.npcsqu (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi134 on smithi134 2023-12-06T03:10:45.252 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:44 smithi149 conmon[88219]: audit 2023-12-06T03:10:44.696615+0000 mon.smithi134 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:45.266 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-12-06T03:10:45.266 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: cluster 2023-12-06T03:10:43.476687+0000 mgr.smithi134.npcsqu (mgr.14180) 34 : cluster 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: audit 2023-12-06T03:10:43.977746+0000 mon.smithi134 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:43.978411+0000 mgr.smithi134.npcsqu (mgr.14180) 35 : cephadm [INF] Reconfiguring alertmanager.smithi134 (dependencies changed)... 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:43.984545+0000 mgr.smithi134.npcsqu (mgr.14180) 36 : cephadm [INF] Reconfiguring daemon alertmanager.smithi134 on smithi134 2023-12-06T03:10:45.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:44 smithi134 conmon[83862]: audit 2023-12-06T03:10:44.696615+0000 mon.smithi134 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:46.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:45 smithi134 conmon[83862]: audit 2023-12-06T03:10:44.691757+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:10:46.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:45 smithi134 conmon[83862]: ) 37 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:10:46.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:45 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:44.693155+0000 mgr.smithi134.npcsqu (mgr.14180) 38 : cephadm [INF] Marking host: smithi134 for OSDSpec preview refresh. 2023-12-06T03:10:46.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:45 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:44.693213+0000 mgr.smithi134.npcsqu (mgr.14180) 39 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2023-12-06T03:10:46.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:45 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:44.693474+0000 mgr.smithi134.npcsqu (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T03:10:46.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:45 smithi149 conmon[88219]: audit 2023-12-06T03:10:44.691757+0000 mgr.smithi134.npcsqu (mgr.14180) 37 : audit [DBG] 2023-12-06T03:10:46.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:45 smithi149 conmon[88219]: from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:10:46.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:45 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:44.693155+0000 mgr.smithi134.npcsqu (mgr.14180) 38 : cephadm [INF] Marking host: smithi134 for OSDSpec preview refresh. 2023-12-06T03:10:46.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:45 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:44.693213+0000 mgr.smithi134.npcsqu (mgr.14180) 39 : cephadm [INF] Marking host: smithi149 for OSDSpec preview refresh. 2023-12-06T03:10:46.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:45 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:44.693474+0000 mgr.smithi134.npcsqu (mgr.14180) 40 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2023-12-06T03:10:47.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:46 smithi134 conmon[83862]: cluster 2023-12-06T03:10: 2023-12-06T03:10:47.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:46 smithi134 conmon[83862]: 45.476948+0000 mgr.smithi134.npcsqu (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:47.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:46 smithi149 conmon[88219]: cluster 2023-12-06T03:10:45. 2023-12-06T03:10:47.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:46 smithi149 conmon[88219]: 476948+0000 mgr.smithi134.npcsqu (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:47.654 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:10:48.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:47 smithi149 conmon[88219]: audit 2023-12-06T03:10:47. 2023-12-06T03:10:48.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:47 smithi149 conmon[88219]: 653049+0000 mon.smithi134 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.134:0/3382241620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:48.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:47 smithi134 conmon[83862]: audit 2023-12-06T03:10:47.653049+0000 mon.smithi134 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.134:0/3382241620' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:48.571 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:10:49.246 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:48 smithi134 conmon[83862]: cluster 2023-12-06T03:10:47.477201+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:10:49.247 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:48 smithi134 conmon[83862]: ) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:48 smithi149 conmon[88219]: cluster 2023-12-06T03:10:47.477201+0000 2023-12-06T03:10:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:48 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:49.572 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: audit 2023-12-06T03:10:49.396325+0000 mon.smithi134 (mon. 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: 0) 217 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:49.396855+0000 mgr.smithi134.npcsqu (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: audit 2023-12-06T03:10:49.397070+0000 mon.smithi134 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: audit 2023-12-06T03:10:49.397680+0000 mon.smithi134 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:49.398147+0000 mgr.smithi134.npcsqu (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2023-12-06T03:10:50.510 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:50 smithi134 conmon[83862]: cluster 2023-12-06T03:10:49.477462+0000 mgr.smithi134.npcsqu (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: audit 2023-12-06T03:10:49.396325+0000 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: mon.smithi134 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:49.396855 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi134 (monmap changed)... 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: audit 2023-12-06T03:10:49. 2023-12-06T03:10:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: 397070+0000 mon.smithi134 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi134", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: audit 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: 2023-12-06T03:10:49.397680+0000 mon.smithi134 (mon 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: .0) 219 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: cephadm 2023- 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: 12-06T03:10:49.398147+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: ) 44 : cephadm [INF] Reconfiguring daemon crash.smithi134 on smithi134 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: 12-06T03:10:49.477462+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:10:50.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:50 smithi149 conmon[88219]: 14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:52.024 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: audit 2023-12-06T03:10:51.231659+0000 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: mon.smithi134 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:51.232240+0000 mgr.smithi134.npcsqu (mgr.14180) 46 : cephadm 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: [INF] Reconfiguring grafana.smithi134 (dependencies changed)... 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: cephadm 2023 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: -12-06T03:10:51.264078+0000 mgr.smithi134.npcsqu (mgr.14180) 47 : cephadm [INF] 2023-12-06T03:10:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: Reconfiguring daemon grafana.smithi134 on smithi134 2023-12-06T03:10:52.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: cluster 2023-12-06T03:10:51.477745 2023-12-06T03:10:52.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:52.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: audit 2023-12-06T03:10:52.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: 2023-12-06T03:10:52.023426+0000 mon.smithi134 (mon. 2023-12-06T03:10:52.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:52 smithi149 conmon[88219]: 0) 221 : audit [DBG] from='client.? 172.21.15.134:0/1856874897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:52.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:10:52.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: :10:51.231659+0000 mon.smithi134 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:52.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:51.232240+0000 mgr.smithi134.npcsqu (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi134 (dependencies changed)... 2023-12-06T03:10:52.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:51.264078+0000 mgr.smithi134.npcsqu (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi134 on smithi134 2023-12-06T03:10:52.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: cluster 2023-12-06T03:10:51.477745+0000 mgr.smithi134.npcsqu (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:52.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:52 smithi134 conmon[83862]: audit 2023-12-06T03:10:52.023426+0000 mon.smithi134 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.134:0/1856874897' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:53.138 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:10:54.138 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:10:55.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:54 smithi134 conmon[83862]: cluster 2023-12-06T03:10:53.477969+0000 mgr.smithi134.npcsqu 2023-12-06T03:10:55.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:54 smithi134 conmon[83862]: (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:55.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:54 smithi149 conmon[88219]: cluster 2023-12-06T03:10:53.477969+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:10:55.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:54 smithi149 conmon[88219]: mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:56.456 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:10:57.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:56 smithi134 conmon[83862]: cluster 2023-12-06T03:10:55.478326+0000 mgr.smithi134.npcsqu (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:57.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:56 smithi134 conmon[83862]: audit 2023-12-06T03:10:57.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:56 smithi134 conmon[83862]: 2023-12-06T03:10:56.455376+0000 mon.smithi134 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.134:0/4211217099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:57.163 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:10:57.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:56 smithi149 conmon[88219]: cluster 2023-12-06T03:10:55.478326+0000 mgr.smithi134.npcsqu (mgr.14180) 50 2023-12-06T03:10:57.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:56 smithi149 conmon[88219]: : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:57.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:56 smithi149 conmon[88219]: audit 2023-12-06T03:10:56.455376+0000 mon.smithi134 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.134:0/4211217099' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:10:58.165 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: audit 2023-12-06T03:10:56.995938+0000 mon.smithi134 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:56.996869+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: .14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi134 (dependencies changed)... 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: cephadm 2023-12-06T03:10:57.003023+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:10:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:57 smithi149 conmon[88219]: .14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi134 on smithi134 2023-12-06T03:10:58.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:57 smithi134 conmon[83862]: audit 2023-12-06T03:10:56.995938+0000 mon.smithi134 ( 2023-12-06T03:10:58.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:57 smithi134 conmon[83862]: mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:10:58.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:57 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:56.996869+0000 mgr.smithi134.npcsqu (mgr.14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi134 (dependencies changed)... 2023-12-06T03:10:58.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:57 smithi134 conmon[83862]: cephadm 2023-12-06T03:10:57.003023+0000 mgr.smithi134.npcsqu (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi134 on smithi134 2023-12-06T03:10:59.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:59 smithi134 conmon[83862]: cluster 2023-12-06T03:10:57.478520+0000 mgr.smithi134.npcsqu (mgr.14180) 53 2023-12-06T03:10:59.236 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:10:59 smithi134 conmon[83862]: : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:10:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:59 smithi149 conmon[88219]: cluster 2023-12-06T03:10:57.478520 2023-12-06T03:10:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:10:59 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:00.726 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:01 smithi149 conmon[88219]: cluster 2023-12-06T03:10:59.478798+0000 2023-12-06T03:11:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:01 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:01 smithi149 conmon[88219]: audit 2023-12-06T03:11:00.723348+0000 mon.smithi134 (mon 2023-12-06T03:11:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:01 smithi149 conmon[88219]: .0) 224 : audit [DBG] from='client.? 172.21.15.134:0/472893627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:01 smithi134 conmon[83862]: cluster 2023-12-06T03:10:59.478798+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:11:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:01 smithi134 conmon[83862]: 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:01 smithi134 conmon[83862]: audit 2023-12-06T03:11:00.723348+0000 mon.smithi134 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.134:0/472893627' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:01.594 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:11:02.595 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:03 smithi149 conmon[88219]: cluster 2023-12-06T03:11:01.479074+0000 2023-12-06T03:11:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:03 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:03 smithi149 conmon[88219]: audit 2023-12-06T03:11:02.350186+0000 mon.smithi134 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:03 smithi149 conmon[88219]: audit 2023-12-06T03:11:02.351048+0000 mon.smithi134 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:11:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:03 smithi149 conmon[88219]: audit 2023-12-06T03:11:02.351666+0000 mon.smithi134 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: cluster 2023-12-06T03:11:01.479074+0000 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 55 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: audit 2023-12-06T03:11:02.350186+0000 mon.smithi134 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: audit 2023-12-06T03:11:02.351048+0000 mon.smithi134 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi149", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: audit 2023-12-06T03:11:02.351666+0000 mon.smithi134 (mon.0) 227 : audit 2023-12-06T03:11:03.272 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:03 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:02.350752 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 56 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:02.352163+0000 mgr.smithi134.npcsqu (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: audit 2023-12-06T03:11:03.591805+0000 mon.smithi134 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: audit 2023-12-06T03:11:03.592568+0000 mon.smithi134 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zwmcvh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: audit 2023-12-06T03:11:03.593237+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T03:11:04.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:04 smithi134 conmon[83862]: audit 2023-12-06T03:11:03.593737+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:02.350752+0000 mgr.smithi134.npcsqu (mgr.14180) 56 : cephadm [INF] Reconfiguring crash.smithi149 (monmap changed)... 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:02.352163+0000 mgr.smithi134.npcsqu (mgr.14180) 57 : cephadm [INF] Reconfiguring daemon crash.smithi149 on smithi149 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: audit 2023-12-06T03:11:03.591805+0000 mon.smithi134 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: audit 2023-12-06T03:11:03.592568+0000 mon.smithi134 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi149.zwmcvh", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: audit 2023-12-06T03:11:03.593237+0000 mon.smithi134 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "mgr services"}]: dispatch 2023-12-06T03:11:04.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:04 smithi149 conmon[88219]: audit 2023-12-06T03:11:03.593737+0000 mon.smithi134 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:04.540 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:05.236 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:11:05.281 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: cluster 2023-12-06T03:11:03.479364+0000 mgr.smithi134.npcsqu (mgr.14180) 58 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:03.592346+0000 mgr.smithi134.npcsqu (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi149.zwmcvh (monmap changed)... 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:03.594240+0000 mgr.smithi134.npcsqu (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi149.zwmcvh on smithi149 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: audit 2023-12-06T03:11:04.539489+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.134:0/1808934038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: audit 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: 2023-12-06T03:11:04.789907+0000 mon.smithi134 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: 06T03:11:04.790851+0000 mon.smithi134 (mon.0 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: ) 234 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: :04.791518+0000 mon.smithi134 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: audit 2023-12-06T03:11:04.792042+0000 mon.smithi134 2023-12-06T03:11:05.282 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:05 smithi149 conmon[88219]: (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:05.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: cluster 2023-12-06T03:11:03.479364+0000 mgr.smithi134.npcsqu (mgr.14180) 58 : cluster [DBG] 2023-12-06T03:11:05.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:03.592346+0000 mgr.smithi134.npcsqu (mgr.14180) 59 : cephadm [INF] Reconfiguring mgr.smithi149.zwmcvh (monmap changed)... 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:03.594240+0000 mgr.smithi134.npcsqu (mgr.14180) 60 : cephadm [INF] Reconfiguring daemon mgr.smithi149.zwmcvh on smithi149 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: audit 2023-12-06T03:11:04.539489+0000 mon.smithi134 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.134:0/1808934038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: audit 2023-12-06T03:11:04.789907+0000 mon.smithi134 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: audit 2023-12-06T03:11:04.790851+0000 mon.smithi134 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: audit 2023-12-06T03:11:04.791518+0000 mon.smithi134 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-12-06T03:11:05.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:05 smithi134 conmon[83862]: audit 2023-12-06T03:11:04.792042+0000 mon.smithi134 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:06.236 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:06.274 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:06 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:04.790606+0000 mgr.smithi134.npcsqu (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2023-12-06T03:11:06.274 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:06 smithi134 conmon[83862]: 2023-12-06T03:11:06.274 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:06 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:04.792563+0000 mgr.smithi134.npcsqu (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2023-12-06T03:11:06.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:06 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:04.790606+0000 mgr.smithi134.npcsqu (mgr.14180) 61 2023-12-06T03:11:06.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:06 smithi149 conmon[88219]: : cephadm [INF] Reconfiguring mon.smithi149 (monmap changed)... 2023-12-06T03:11:06.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:06 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:04.792563+0000 mgr.smithi134.npcsqu (mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi149 on smithi149 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: cluster 2023-12-06T03:11:05.479683 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.021598+0000 mon.smithi134 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.024794+0000 mon.smithi134 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.025221+0000 mgr.smithi134.npcsqu (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.026406+0000 2023-12-06T03:11:07.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: mon.smithi134 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.026705+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06. 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 030733+0000 mon.smithi134 (mon.0) 240 : audit [INF] 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: .036660+0000 mon.smithi134 (mon.0) 241 : audit 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: .037055+0000 mgr.smithi134.npcsqu (mgr.14180) 66 : audit 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 03:11:06.041273+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 242 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T03:11:07.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 03:11:06.041619+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: ) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 06T03:11:06.045775+0000 mon.smithi134 (mon. 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 0) 243 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.050576+0000 mon.smithi134 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: T03:11:06.051056+0000 mgr.smithi134.npcsqu (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.055191 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 245 : audit [INF] 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06.055527 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 69 : audit [DBG] 2023-12-06T03:11:07.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06. 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: 060088+0000 mon.smithi134 (mon.0) 246 : audit [INF] 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: audit 2023-12-06T03:11:06 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: .062229+0000 mon.smithi134 (mon.0) 247 : audit [DBG] 2023-12-06T03:11:07.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:07 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: cluster 2023-12-06T03:11:05. 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 479683+0000 mgr.smithi134.npcsqu (mgr.14180) 63 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:06.021598+0000 mon.smithi134 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:06.024794+0000 mon.smithi134 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:06.025221+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: -06T03:11:06.026406+0000 mon.smithi134 ( 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mon.0) 239 : audit 2023-12-06T03:11:07.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: -06T03:11:06.026705+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mgr.14180) 65 : audit [DBG] 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi134.front.sepia.ceph.com:9093"}]: dispatch 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03:11:06 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .030733+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 240 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: -06T03:11:06.036660+0000 mon.smithi134 ( 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mon.0) 241 : audit [DBG] 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03:11 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: :06.037055+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: -06T03:11:06.041273+0000 mon.smithi134 (mon 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .0) 242 : audit [INF] 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 11:06.041619+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:07.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .14180) 67 : audit [DBG] 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi134.front.sepia.ceph.com:3000"}]: dispatch 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 11:06.045775+0000 mon.smithi134 (mon 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .0) 243 : audit [INF] 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 11:06.050576+0000 mon.smithi134 (mon 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .0) 244 : audit [DBG] 2023-12-06T03:11:07.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T03:11:06.051056+0000 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 68 : audit 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 03:11:06.055191+0000 mon.smithi134 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: (mon.0) 245 : audit 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 06T03:11:06.055527+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:07.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .14180) 69 : audit [DBG] 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi134.front.sepia.ceph.com:9095"}]: dispatch 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 12-06T03:11:06.060088+0000 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: mon.smithi134 (mon.0) 246 : audit 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 2023-12-06T 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: 03:11:06.062229+0000 mon.smithi134 (mon 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: .0) 247 : audit [DBG] 2023-12-06T03:11:07.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:07 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:11:08.670 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:08.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:08 smithi134 conmon[83862]: cluster 2023-12-06T03:11:07.479943+0000 mgr.smithi134.npcsqu (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:08 smithi134 conmon[83862]: audit 2023-12-06T03:11:07.568308+0000 mon.smithi134 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:08 smithi134 conmon[83862]: audit 2023-12-06T03:11:07.572002+0000 mon.smithi134 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:08 smithi149 conmon[88219]: cluster 2023-12-06T03:11:07.479943+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:08 smithi149 conmon[88219]: ) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:08 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.568308+0000 mon.smithi134 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:08 smithi149 conmon[88219]: audit 2023-12-06T03:11:07.572002+0000 mon.smithi134 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:09.440 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:11:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:09 smithi134 conmon[83862]: audit 2023-12-06T03:11:08.670031+0000 mon.smithi134 ( 2023-12-06T03:11:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:09 smithi134 conmon[83862]: mon.0) 250 : audit [DBG] from='client.? 172.21.15.134:0/30642494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:09 smithi149 conmon[88219]: audit 2023-12-06T03:11:08.670031+0000 mon.smithi134 2023-12-06T03:11:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:09 smithi149 conmon[88219]: (mon.0) 250 : audit [DBG] from='client.? 172.21.15.134:0/30642494' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:10.441 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:10 smithi134 conmon[83862]: cluster 2023-12-06T03:11:09.480184+0000 mgr.smithi134.npcsqu (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:10 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.472546+0000 mon.smithi134 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:10 smithi149 conmon[88219]: cluster 2023-12-06T03:11:09.480184+0000 2023-12-06T03:11:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:10 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:10 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:10 smithi149 conmon[88219]: :10.472546+0000 mon.smithi134 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.811886+0000 mon.smithi134 (mon.0 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: ) 252 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.812638+0000 mon.smithi134 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.813275+0000 mon.smithi134 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.818700+0000 mon.smithi134 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.822093+0000 mon.smithi134 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.825148+0000 mon.smithi134 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.826072+0000 mon.smithi134 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:11:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.826273+0000 mon.smithi134 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:11 smithi149 conmon[88219]: audit 2023-12-06T03:11:10.826736+0000 mon.smithi134 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.811886+0000 mon.smithi134 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.812638+0000 mon.smithi134 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.813275+0000 mon.smithi134 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.818700+0000 mon.smithi134 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.822093+0000 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: mon.smithi134 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.825148+0000 mon.smithi134 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.826072+0000 mon.smithi134 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:11:12.054 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.826273+0000 mon.smithi134 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.055 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:11 smithi134 conmon[83862]: audit 2023-12-06T03:11:10.826736+0000 mon.smithi134 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:12.419 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:13.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:12 smithi134 conmon[83862]: cluster 2023-12-06T03:11:11.480519+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:13.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:12 smithi134 conmon[83862]: ) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:13.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:12 smithi134 conmon[83862]: audit 2023-12-06T03:11:12.418835+0000 mon.smithi134 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.134:0/3128083038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:13.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:12 smithi149 conmon[88219]: cluster 2023-12-06T03:11:11.480519+0000 mgr.smithi134.npcsqu (mgr.14180) 72 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:13.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:12 smithi149 conmon[88219]: audit 2023-12-06T03:11:12.418835+0000 mon.smithi134 (mon.0) 261 : audit [DBG] from='client.? 172.21.15.134:0/3128083038' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:13.561 INFO:teuthology.orchestra.run.smithi134.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-12-06T03:11:14.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: audit 2023-12-06T03:11:13.390835+0000 mon.smithi149 2023-12-06T03:11:14.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: (mon.1) 2 : audit [INF] from='client.? 172.21.15.149:0/82915557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]: dispatch 2023-12-06T03:11:14.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: audit 2023-12-06T03:11:13.391421+0000 mon.smithi134 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]: dispatch 2023-12-06T03:11:14.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: audit 2023-12-06T03:11:13.394851+0000 mon.smithi134 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]': finished 2023-12-06T03:11:14.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: cluster 2023-12-06T03:11:13.394903+0000 mon.smithi134 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T03:11:14.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:13 smithi134 conmon[83862]: audit 2023-12-06T03:11:13.394987+0000 mon.smithi134 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: audit 2023-12-06T03:11:13.390835+0000 mon.smithi149 (mon. 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: 1) 2 : audit [INF] from='client.? 172.21.15.149:0/82915557' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]: dispatch 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: audit 2023-12-06T03:11:13.391421+0000 mon.smithi134 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]: dispatch 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: audit 2023-12-06T03:11:13.394851+0000 mon.smithi134 (mon.0) 263 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "21861970-703b-4317-bb28-067ec1d1e016"}]': finished 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: cluster 2023-12-06T03:11:13.394903+0000 mon.smithi134 (mon.0) 264 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2023-12-06T03:11:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:13 smithi149 conmon[88219]: audit 2023-12-06T03:11:13.394987+0000 mon.smithi134 (mon.0) 265 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:14.564 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:14.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: cluster 2023-12-06T03:11:13.480958+0000 mgr.smithi134.npcsqu (mgr.14180) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: audit 2023-12-06T03:11:14.506225+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/4263836525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: audit 2023-12-06T03:11:14.768496+0000 mon.smithi134 (mon.0) 266 : audit [INF] from='client.? 172.21.15.134:0/3538739808' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2691eeb-b820-43ad-90dc-e66684374856"}]: dispatch 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: audit 2023-12-06T03:11:14.774437+0000 mon.smithi134 (mon.0) 267 : audit [INF] from='client.? 172.21.15.134:0/3538739808' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2691eeb-b820-43ad-90dc-e66684374856"}]': finished 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: cluster 2023-12-06T03:11:14.774481+0000 mon.smithi134 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: audit 2023-12-06T03:11:14.774567+0000 mon.smithi134 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:14.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:14 smithi134 conmon[83862]: audit 2023-12-06T03:11:14.774847+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:15.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: cluster 2023-12-06T03:11:13.480958+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:15.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: ) 73 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: audit 2023-12-06T03:11:14.506225+0000 mon.smithi149 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.149:0/4263836525' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: audit 2023-12-06T03:11:14.768496+0000 mon.smithi134 (mon.0) 266 : audit [INF] from='client.? 172.21.15.134:0/3538739808' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2691eeb-b820-43ad-90dc-e66684374856"}]: dispatch 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: audit 2023-12-06T03:11:14.774437+0000 mon.smithi134 (mon.0) 267 : audit [INF] from='client.? 172.21.15.134:0/3538739808' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2691eeb-b820-43ad-90dc-e66684374856"}]': finished 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: cluster 2023-12-06T03:11:14.774481+0000 mon.smithi134 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: audit 2023-12-06T03:11:14.774567+0000 mon.smithi134 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:15.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:14 smithi149 conmon[88219]: audit 2023-12-06T03:11:14.774847+0000 mon.smithi134 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:16.906 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:16 smithi134 conmon[83862]: cluster 2023-12-06T03:11:15.481288+0000 mgr.smithi134.npcsqu (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:16 smithi134 conmon[83862]: audit 2023-12-06T03:11:16.508906+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.134:0/1995964245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:17.126 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:16 smithi149 conmon[88219]: cluster 2023-12-06T03:11:15.481288+0000 2023-12-06T03:11:17.127 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:16 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 74 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:17.127 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:16 smithi149 conmon[88219]: audit 2023-12-06T03:11:16. 2023-12-06T03:11:17.127 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:16 smithi149 conmon[88219]: 508906+0000 mon.smithi134 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.134:0/1995964245' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:17.632 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1701832274,"num_remapped_pgs":0} 2023-12-06T03:11:18.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:16.905698+0000 mon.smithi134 ( 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: mon.0) 272 : audit [DBG] from='client.? 172.21.15.134:0/140588216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:17.021203+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3027556643' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]: dispatch 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:17.021826+0000 mon.smithi134 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]: dispatch 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:17.025181+0000 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: mon.smithi134 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]': finished 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: cluster 2023- 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 12-06T03:11:17.025233+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 06T03:11:17.025356+0000 mon.smithi134 (mon 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: .0) 276 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:18.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 2023-12-06T03:11:17.025593+0000 mon.smithi134 ( 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: audit 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 2023-12-06T03:11:17. 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: 025747+0000 mon.smithi134 (mon.0) 278 : audit [DBG] 2023-12-06T03:11:18.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:17 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:18.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:16.905698+0000 mon.smithi134 (mon.0) 272 : audit [DBG] from='client.? 172.21.15.134:0/140588216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.021203+0000 mon.smithi149 (mon.1) 4 : audit [INF] from='client.? 172.21.15.149:0/3027556643' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]: dispatch 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.021826+0000 mon.smithi134 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]: dispatch 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.025181+0000 mon.smithi134 (mon.0) 274 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0f93f39-e12e-4ef4-a253-2631adda2ba5"}]': finished 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: cluster 2023-12-06T03:11:17.025233+0000 mon.smithi134 (mon.0) 275 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.025356+0000 mon.smithi134 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.025593+0000 mon.smithi134 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:18.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:17 smithi149 conmon[88219]: audit 2023-12-06T03:11:17.025747+0000 mon.smithi134 (mon.0) 278 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:18.632 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:19 smithi149 conmon[88219]: cluster 2023-12-06T03:11:17.481662+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:19 smithi149 conmon[88219]: ) 75 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:19 smithi149 conmon[88219]: audit 2023-12-06T03:11:18.114459+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/1384077341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:19.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:19 smithi134 conmon[83862]: cluster 2023-12-06T03:11:17.481662+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:11:19.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:19 smithi134 conmon[83862]: 14180) 75 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:19.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:19 smithi134 conmon[83862]: audit 2023-12-06T03:11:18.114459+0000 mon.smithi149 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.149:0/1384077341' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:20.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11:19.071869+0000 mon.smithi134 (mon 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: .0) 279 : audit [INF] from='client.? 172.21.15.134:0/797523372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f172396-b5ab-46e2-ba58-e6bcf99881a8"}]: dispatch 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11:19.078809+0000 mon.smithi134 (mon.0) 280 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: : audit [INF] from='client.? 172.21.15.134:0/797523372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f172396-b5ab-46e2-ba58-e6bcf99881a8"}]': finished 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: 12-06T03:11:19.078885+0000 mon.smithi134 (mon.0) 281 : cluster 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11:19. 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: 079034+0000 mon.smithi134 (mon.0) 282 : audit [DBG] 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11:19. 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: 079360+0000 mon.smithi134 (mon.0) 283 : audit [DBG] 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11:19. 2023-12-06T03:11:20.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: 079538+0000 mon.smithi134 (mon.0) 284 : audit [DBG] 2023-12-06T03:11:20.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:20.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:20.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: :19.079708+0000 mon.smithi134 (mon.0) 285 : audit 2023-12-06T03:11:20.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:20 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.071869+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: 279 : audit [INF] from='client.? 172.21.15.134:0/797523372' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8f172396-b5ab-46e2-ba58-e6bcf99881a8"}]: dispatch 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.078809+0000 mon.smithi134 (mon.0) 280 : audit [INF] from='client.? 172.21.15.134:0/797523372' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8f172396-b5ab-46e2-ba58-e6bcf99881a8"}]': finished 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: cluster 2023-12-06T03:11:19.078885+0000 mon.smithi134 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.079034+0000 mon.smithi134 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.079360+0000 mon.smithi134 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.079538+0000 mon.smithi134 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:20.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:20 smithi134 conmon[83862]: audit 2023-12-06T03:11:19.079708+0000 mon.smithi134 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:20.797 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: cluster 2023-12-06T03:11:19.481875+0000 mgr.smithi134.npcsqu (mgr.14180) 76 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.624358+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/703348373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]: dispatch 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.625757+0000 mon.smithi134 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]: dispatch 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.629656+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]': finished 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: cluster 2023-12-06T03:11:20.629701+0000 mon.smithi134 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: 2023-12-06T03:11:20.629784+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.630003+0000 mon.smithi134 (mon.0) 290 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.630142+0000 mon.smithi134 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:21.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.630284+0000 mon.smithi134 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:21.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.630415+0000 mon.smithi134 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:21.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.761106+0000 mon.smithi134 (mon.0) 294 : audit [DBG] from='client.? 172.21.15.134:0/1535355288' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:21.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:21 smithi134 conmon[83862]: audit 2023-12-06T03:11:20.795982+0000 mon.smithi134 (mon.0) 295 : audit [DBG] from='client.? 172.21.15.134:0/1683829925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:21.431 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1701832280,"num_remapped_pgs":0} 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: cluster 2023-12-06T03:11:19.481875+0000 mgr.smithi134.npcsqu (mgr.14180) 76 : 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20.624358+0000 mon.smithi149 (mon.1) 6 : audit [INF] from='client.? 172.21.15.149:0/703348373' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]: dispatch 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20.625757+0000 mon.smithi134 (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]: dispatch 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20.629656+0000 mon.smithi134 (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9d32304f-82d8-40f2-b752-de9af37c774b"}]': finished 2023-12-06T03:11:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: cluster 2023-12-06T03:11:20.629701+0000 mon.smithi134 (mon.0) 288 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20.629784+0000 mon.smithi134 (mon.0) 289 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: 06T03:11:20.630003+0000 mon.smithi134 (mon 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: .0) 290 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20.630142+0000 mon.smithi134 (mon.0 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: ) 291 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: 11:20.630284+0000 mon.smithi134 (mon.0) 292 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: 11:20.630415+0000 mon.smithi134 (mon.0) 293 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:21.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: :20.761106+0000 mon.smithi134 (mon.0) 294 : audit 2023-12-06T03:11:21.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/1535355288' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:21.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: audit 2023-12-06T03:11:20 2023-12-06T03:11:21.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: .795982+0000 mon.smithi134 (mon.0) 295 : audit 2023-12-06T03:11:21.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:21 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/1683829925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:22 smithi134 conmon[83862]: audit 2023-12-06T03:11:21.722752+0000 mon.smithi149 (mon.1 2023-12-06T03:11:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:22 smithi134 conmon[83862]: ) 7 : audit [DBG] from='client.? 172.21.15.149:0/4061045091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:22.433 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:22 smithi149 conmon[88219]: audit 2023-12-06T03:11:21.722752+0000 mon.smithi149 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.149:0/4061045091' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:23.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:23 smithi134 conmon[83862]: cluster 2023-12-06T03:11:21.482244+0000 mgr.smithi134.npcsqu 2023-12-06T03:11:23.260 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:23 smithi134 conmon[83862]: (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:23 smithi149 conmon[88219]: cluster 2023-12-06T03:11:21.482244+0000 mgr.smithi134.npcsqu (mgr.14180) 77 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:23 smithi149 conmon[88219]: 2023-12-06T03:11:24.343 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03:11:23.304331+0000 mon.smithi134 (mon.0) 296 : audit [INF] 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: from='client.? 172.21.15.134:0/1501013573' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6ad9142-70ea-43e2-87cb-0710a83bc334"}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03:11:23.312652+0000 mon.smithi134 (mon.0) 297 : audit [INF] from='client.? 172.21.15.134:0/1501013573' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6ad9142-70ea-43e2-87cb-0710a83bc334"}]': finished 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: cluster 2023-12-06T03:11:23.312704+0000 mon.smithi134 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: -12-06T03:11:23.312792+0000 mon.smithi134 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03:11:23.313154+0000 mon.smithi134 (mon.0) 300 : audit 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03:11:23.313370+0000 mon.smithi134 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: :11:23.313585+0000 mon.smithi134 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03:11:23.313815+0000 mon.smithi134 (mon.0) 303 : 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:24.344 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: :11:23.314027+0000 mon.smithi134 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:24.345 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: cluster 2023-12-06T03:11:23.482537+0000 mgr.smithi134.npcsqu 2023-12-06T03:11:24.345 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:24 smithi149 conmon[88219]: (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:24.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.304331+0000 mon.smithi134 (mon.0) 296 : audit [INF] from='client.? 172.21.15.134:0/1501013573' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6ad9142-70ea-43e2-87cb-0710a83bc334"}]: dispatch 2023-12-06T03:11:24.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.312652+0000 mon.smithi134 (mon.0) 297 : audit [INF] from='client.? 172.21.15.134:0/1501013573' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6ad9142-70ea-43e2-87cb-0710a83bc334"}]': finished 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: cluster 2023-12-06T03:11:23.312704+0000 mon.smithi134 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.312792+0000 mon.smithi134 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.313154+0000 mon.smithi134 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.313370+0000 mon.smithi134 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.313585+0000 mon.smithi134 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.313815+0000 mon.smithi134 (mon.0) 303 : audit 2023-12-06T03:11:24.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:24.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: audit 2023-12-06T03:11:23.314027+0000 mon.smithi134 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:24.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:24 smithi134 conmon[83862]: cluster 2023-12-06T03:11:23.482537+0000 mgr.smithi134.npcsqu (mgr.14180) 78 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:24.493 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:25.082 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1701832284,"num_remapped_pgs":0} 2023-12-06T03:11:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.230734+0000 mon.smithi149 (mon.1) 8 : audit [INF] from='client.? 172.21.15.149:0/251146884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]: dispatch 2023-12-06T03:11:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.231253+0000 mon.smithi134 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]: dispatch 2023-12-06T03:11:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.235740+0000 mon.smithi134 (mon.0) 306 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]': finished 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: cluster 2023-12-06T03:11:24.235799+0000 mon.smithi134 (mon.0) 307 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.235914+0000 mon.smithi134 (mon.0) 308 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.236293+0000 mon.smithi134 (mon.0) 309 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.236492+0000 mon.smithi134 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.236693+0000 mon.smithi134 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: T03:11:24.236888+0000 mon.smithi134 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.237085+0000 mon.smithi134 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.237288+0000 mon.smithi134 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.492731+0000 mon.smithi134 (mon.0) 315 : audit [DBG] from='client.? 172.21.15.134:0/4005238647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:25 smithi134 conmon[83862]: audit 2023-12-06T03:11:24.746157+0000 mon.smithi134 (mon.0) 316 : audit [DBG] from='client.? 172.21.15.134:0/851676146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11:24.230734+0000 mon.smithi149 (mon.1 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: ) 8 : audit [INF] from='client.? 172.21.15.149:0/251146884' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]: dispatch 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11:24.231253+0000 mon.smithi134 (mon.0) 305 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]: dispatch 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11:24.235740+0000 mon.smithi134 (mon.0) 306 : audit [INF] 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "cd1b66d5-e529-4e94-8abc-88cc0ebe96fe"}]': finished 2023-12-06T03:11:25.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: cluster 2023-12-06T03:11:24. 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 235799+0000 mon.smithi134 (mon.0) 307 : cluster [DBG] 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: osdmap e12: 7 total, 0 up, 7 in 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 24.235914+0000 mon.smithi134 (mon.0) 308 : audit 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 24.236293+0000 mon.smithi134 (mon.0) 309 : audit 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:25.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: :24.236492+0000 mon.smithi134 (mon.0) 310 : 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 11:24.236693+0000 mon.smithi134 (mon.0) 311 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:25.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 03:11:24.236888+0000 mon.smithi134 (mon.0 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: ) 312 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: T03:11:24.237085+0000 mon.smithi134 (mon. 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 0) 313 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 12-06T03:11:24.237288+0000 mon.smithi134 ( 2023-12-06T03:11:25.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 12-06T03:11:24.492731+0000 mon.smithi134 ( 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: mon.0) 315 : audit [DBG] from='client.? 172.21.15.134:0/4005238647' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: 12-06T03:11:24.746157+0000 mon.smithi134 2023-12-06T03:11:25.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:25 smithi149 conmon[88219]: (mon.0) 316 : audit [DBG] from='client.? 172.21.15.134:0/851676146' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:26.083 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:26.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:26 smithi134 conmon[83862]: audit 2023-12-06T03:11:25.377233+0000 mon.smithi149 (mon.1) 9 : audit [DBG] 2023-12-06T03:11:26.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:26 smithi134 conmon[83862]: from='client.? 172.21.15.149:0/4025137399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:26.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:26 smithi134 conmon[83862]: cluster 2023-12-06T03:11:25.482904+0000 mgr.smithi134.npcsqu (mgr.14180) 79 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:26 smithi149 conmon[88219]: audit 2023-12-06T03:11:25.377233+0000 mon.smithi149 (mon.1) 2023-12-06T03:11:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:26 smithi149 conmon[88219]: 9 : audit [DBG] from='client.? 172.21.15.149:0/4025137399' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:26 smithi149 conmon[88219]: cluster 2023-12-06T03:11:25.482904+0000 mgr.smithi134.npcsqu (mgr.14180) 79 : cluster [DBG] 2023-12-06T03:11:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:26 smithi149 conmon[88219]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.288784+0000 mon.smithi134 (mon.0) 317 : audit [INF] from='client.? 172.21.15.134:0/3914820435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ecac85fe-dfd5-4ca8-9319-cc142623794f"}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.294663+0000 mon.smithi134 (mon.0) 318 : audit [INF] from='client.? 172.21.15.134:0/3914820435' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ecac85fe-dfd5-4ca8-9319-cc142623794f"}]': finished 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: cluster 2023-12-06T03:11:27.294704+0000 mon.smithi134 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.294811+0000 mon.smithi134 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295071+0000 mon.smithi134 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295229+0000 mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295387+0000 mon.smithi134 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295546+0000 mon.smithi134 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295694+0000 mon.smithi134 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295831+0000 mon.smithi134 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:27.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:27 smithi134 conmon[83862]: audit 2023-12-06T03:11:27.295979+0000 mon.smithi134 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023-12-06T03:11:27.288784+0000 mon.smithi134 ( 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: mon.0) 317 : audit [INF] from='client.? 172.21.15.134:0/3914820435' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ecac85fe-dfd5-4ca8-9319-cc142623794f"}]: dispatch 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023-12-06T03:11:27.294663+0000 mon.smithi134 (mon.0) 318 : audit [INF] from='client.? 172.21.15.134:0/3914820435' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ecac85fe-dfd5-4ca8-9319-cc142623794f"}]': finished 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: cluster 2023-12-06T03:11: 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: 27.294704+0000 mon.smithi134 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: 2023-12-06T03:11:27.294811+0000 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: mon.smithi134 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:27.641 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295071+0000 mon.smithi134 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295229+0000 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: mon.smithi134 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.642 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295387+0000 mon.smithi134 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295546+0000 mon.smithi134 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: 12-06T03:11:27.295694+0000 mon.smithi134 ( 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295831+0000 mon.smithi134 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: -12-06T03:11:27.295979+0000 mon.smithi134 2023-12-06T03:11:27.643 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:27 smithi149 conmon[88219]: (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:28.049 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:28.689 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:29.001 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:28 smithi149 conmon[88219]: cluster 2023-12-06T03:11:27.483182+0000 mgr.smithi134.npcsqu (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:29.001 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:28 smithi149 conmon[88219]: audit 2023-12-06T03:11:28.048592+0000 mon.smithi134 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.134:0/2560770617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:29.001 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:28 smithi149 conmon[88219]: audit 2023-12-06T03:11:28.514095+0000 mon.smithi134 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.134:0/3218750485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:29.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: cluster 2023-12-06T03:11:27.483182+0000 mgr.smithi134.npcsqu 2023-12-06T03:11:29.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: audit 2023-12-06T03:11:28.048592+0000 mon.smithi134 ( 2023-12-06T03:11:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: mon.0) 328 : audit [DBG] from='client.? 172.21.15.134:0/2560770617' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: audit 2023-12-06T03:11:28.514095+0000 2023-12-06T03:11:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:28 smithi134 conmon[83862]: mon.smithi134 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.134:0/3218750485' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-12-06T03:11:29.690 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:31.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:30 smithi134 conmon[83862]: cluster 2023-12-06T03:11:29.483459+0000 mgr.smithi134.npcsqu (mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:31.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:30 smithi134 conmon[83862]: audit 2023-12-06T03:11:30.583718+0000 mon.smithi134 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T03:11:31.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:30 smithi134 conmon[83862]: audit 2023-12-06T03:11:30.584341+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:31.125 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:30 smithi149 conmon[88219]: cluster 2023-12-06T03:11:29.483459+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:11:31.125 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:30 smithi149 conmon[88219]: mgr.14180) 81 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:31.125 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:30 smithi149 conmon[88219]: audit 2023-12-06T03:11:30.583718+0000 mon.smithi134 (mon.0) 330 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-12-06T03:11:31.125 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:30 smithi149 conmon[88219]: audit 2023-12-06T03:11:30.584341+0000 mon.smithi134 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:32.060 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:32.087 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:31 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:30.584854+0000 mgr.smithi134.npcsqu (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.0 on smithi149 2023-12-06T03:11:32.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:31 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:30.584854+0000 mgr.smithi134.npcsqu 2023-12-06T03:11:32.088 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:31 smithi134 conmon[83862]: (mgr.14180) 82 : cephadm [INF] Deploying daemon osd.0 on smithi149 2023-12-06T03:11:32.866 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:32 smithi134 conmon[83862]: cluster 2023-12-06T03:11:31.483780+0000 mgr.smithi134.npcsqu (mgr.14180) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:32.866 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:32 smithi134 conmon[83862]: audit 2023-12-06T03:11:32.059882+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.134:0/3035505789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:32.873 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:33.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:32 smithi149 conmon[88219]: cluster 2023-12-06T03:11:31.483780+0000 mgr.smithi134.npcsqu (mgr.14180) 83 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:33.149 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:32 smithi149 conmon[88219]: audit 2023-12-06T03:11:32.059882+0000 mon.smithi134 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.134:0/3035505789' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:33.874 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:35.099 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:34 smithi134 conmon[83862]: cluster 2023-12-06T03:11:33.484062+0000 mgr.smithi134.npcsqu (mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:35.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:34 smithi149 conmon[88219]: cluster 2023-12-06T03:11:33.484062+0000 mgr.smithi134.npcsqu (mgr.14180) 84 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:36.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: audit 2023-12-06T03:11:34.916439+0000 mon.smithi134 (mon. 2023-12-06T03:11:36.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: 0) 333 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T03:11:36.092 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: audit 2023-12-06T03:11:34.917089+0000 mon.smithi134 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:36.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:34.917655+0000 mgr.smithi134.npcsqu (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.1 on smithi134 2023-12-06T03:11:36.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: audit 2023-12-06T03:11:35.538979+0000 mon.smithi134 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:36.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: audit 2023-12-06T03:11:35.539574+0000 mon.smithi134 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T03:11:36.093 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:35 smithi134 conmon[83862]: audit 2023-12-06T03:11:35.540080+0000 mon.smithi134 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: audit 2023-12-06T03:11:34.916439+0000 mon.smithi134 (mon.0 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: ) 333 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: audit 2023-12-06T03:11:34.917089+0000 mon.smithi134 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:34.917655+0000 mgr.smithi134.npcsqu (mgr.14180) 85 : cephadm [INF] Deploying daemon osd.1 on smithi134 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: audit 2023-12-06T03:11:35.538979+0000 mon.smithi134 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: T03:11:35.539574+0000 mon.smithi134 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:36.150 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:35 smithi149 conmon[88219]: 35.540080+0000 mon.smithi134 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:36.515 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:36 smithi134 conmon[83862]: cluster 2023-12-06T03:11:35.484254+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:11:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:36 smithi134 conmon[83862]: 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:37.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:36 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:35.540556+0000 mgr.smithi134.npcsqu (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.2 on smithi149 2023-12-06T03:11:37.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:36 smithi134 conmon[83862]: audit 2023-12-06T03:11:36.514873+0000 mon.smithi134 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.134:0/1086527070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:37.243 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:36 smithi149 conmon[88219]: cluster 2023-12-06T03:11:35.484254+0000 mgr.smithi134.npcsqu (mgr.14180) 86 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:37.243 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:36 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:35.540556+0000 mgr.smithi134.npcsqu (mgr.14180) 87 : cephadm [INF] Deploying daemon osd.2 on smithi149 2023-12-06T03:11:37.243 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:36 smithi149 conmon[88219]: audit 2023-12-06T03:11:36.514873+0000 mon.smithi134 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.134:0/1086527070' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:37.256 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:38.257 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: cluster 2023-12-06T03:11:37.484496+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:11:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: 14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: audit 2023-12-06T03:11:38.769169+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: 11:38.770086+0000 mon.smithi134 (mon 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: .0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T03:11:39.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:38 smithi149 conmon[88219]: 2023-12-06T03:11:39.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:38 smithi134 conmon[83862]: cluster 2023-12-06T03:11:37.484496+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:39.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:38 smithi134 conmon[83862]: .14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:39.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:38 smithi134 conmon[83862]: audit 2023-12-06T03:11:38.769169+0000 mon.smithi149 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T03:11:39.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:38 smithi134 conmon[83862]: audit 2023-12-06T03:11:38.770086+0000 mon.smithi134 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 06T03:11:38.855007+0000 mon.smithi134 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: cluster 2023-12-06T03:11:38.855118 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: -12-06T03:11: 2023-12-06T03:11:40.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 38.855225+0000 mon.smithi134 (mon. 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 0) 342 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 03:11:38.855520+0000 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: mon.smithi134 (mon.0) 343 : audit [DBG] 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: T03:11:38.855674+0000 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: mon.smithi149 (mon.1) 11 : 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit [INF] from='osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: T03:11:38.855693+0000 mon.smithi134 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 06T03:11:38.855871+0000 2023-12-06T03:11:40.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: mon.smithi134 (mon.0) 345 : audit 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: -12-06T03:11:38 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: .856083+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 346 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: :38.856330+0000 mon.smithi134 (mon.0) 347 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11:38.856548+0000 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: mon.smithi134 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:11:40.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: -06T03:11:38.856715+0000 mon.smithi134 (mon.0) 349 : audit [DBG] 2023-12-06T03:11:40.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:40.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: 2023-12-06T03:11:38.856881+0000 mon.smithi134 2023-12-06T03:11:40.108 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:39 smithi134 conmon[83862]: (mon.0) 350 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:40.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:38.855007+0000 mon.smithi134 (mon.0) 340 : 2023-12-06T03:11:40.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: cluster 2023-12-06T03:11:38.855118+0000 mon.smithi134 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 03:11:38.855225+0000 mon.smithi134 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:38. 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 855520+0000 mon.smithi134 (mon.0) 343 : audit [DBG] 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 2023-12-06T03:11:38.855674+0000 mon.smithi149 (mon.1) 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 11 : audit [INF] from='osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 11:38.855693+0000 mon.smithi134 (mon.0) 344 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 38.855871+0000 mon.smithi134 (mon.0) 345 : 2023-12-06T03:11:40.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:38 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: .856083+0000 mon.smithi134 (mon.0) 346 : audit 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:38. 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 856330+0000 mon.smithi134 (mon.0) 347 : audit [INF] 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 2023-12-06T03:11:38.856548+0000 mon.smithi134 ( 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 06T03:11:38.856715+0000 mon.smithi134 (mon 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: .0) 349 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:40.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: 03:11:38.856881+0000 mon.smithi134 (mon.0 2023-12-06T03:11:40.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:39 smithi149 conmon[88219]: ) 350 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:40.575 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:41.146 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: cluster 2023-12-06T03:11:39.484783+0000 mgr.smithi134.npcsqu (mgr.14180) 89 : 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.860282+0000 mon.smithi134 (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=smithi149", "root=default"]}]': finished 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: cluster 2023-12-06T03:11:39.860342+0000 mon.smithi134 (mon.0) 352 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.860620+0000 mon.smithi134 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.861117+0000 mon.smithi134 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.861340+0000 mon.smithi134 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.861553+0000 mon.smithi134 (mon.0) 356 : audit 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.861768+0000 mon.smithi134 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.862000+0000 mon.smithi134 (mon 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: .0) 358 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: .862239+0000 mon.smithi134 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:41.147 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: 06T03:11:39.862449+0000 mon.smithi134 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:39.864972+0000 mon.smithi134 (mon.0) 361 : audit 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: 2023-12-06T03:11:40.573900+0000 mon.smithi134 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.134:0/951520559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: :40.697250+0000 mon.smithi134 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: 06T03:11:40.697869+0000 mon.smithi134 (mon.0) 364 : audit [INF] 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:41.148 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:40 smithi149 conmon[88219]: 12-06T03:11:40.698450+0000 mon.smithi134 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: cluster 2023-12-06T03:11:39.484783+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: .14180) 89 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.860282+0000 mon.smithi134 (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=smithi149", "root=default"]}]': finished 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: cluster 2023-12-06T03:11:39.860342+0000 mon.smithi134 (mon.0) 352 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.860620+0000 mon.smithi134 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:41.232 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.861117+0000 mon.smithi134 (mon.0) 354 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.861340+0000 mon.smithi134 (mon.0) 355 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.861553+0000 mon.smithi134 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.861768+0000 mon.smithi134 (mon.0) 357 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.862000+0000 mon.smithi134 (mon.0) 358 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.862239+0000 mon.smithi134 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.862449+0000 mon.smithi134 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:39.864972+0000 mon.smithi134 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.573900+0000 mon.smithi134 (mon.0) 362 : audit [DBG] from='client.? 172.21.15.134:0/951520559' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.697250+0000 mon.smithi134 (mon.0) 363 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: :11:40.697869+0000 mon.smithi134 (mon.0) 364 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-12-06T03:11:41.233 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:40 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.698450+0000 mon.smithi134 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:41.611 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:42.257 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: cluster 2023-12-06T03:11:39.777479+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:42.257 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: cluster 2023-12-06T03:11:39.777577+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:42.257 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:40.698957+0000 mgr.smithi134.npcsqu (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi149 2023-12-06T03:11:42.257 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: cluster 2023-12-06T03:11:40.864673+0000 mon.smithi134 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778] boot 2023-12-06T03:11:42.257 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: cluster 2023-12-06T03:11:40.864703+0000 mon.smithi134 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.865751+0000 mon.smithi134 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866045+0000 mon.smithi134 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866247+0000 mon.smithi134 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866529+0000 mon.smithi134 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866672+0000 mon.smithi134 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866808+0000 mon.smithi134 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:42.258 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.866945+0000 mon.smithi134 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:42.259 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:41 smithi149 conmon[88219]: audit 2023-12-06T03:11:40.867080+0000 mon.smithi134 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:42.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: cluster 2023-12-06T03:11:39.777479+0000 osd.0 (osd. 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: 0) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: cluster 2023-12-06T03:11:39.777577+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:40.698957+0000 mgr.smithi134.npcsqu (mgr.14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi149 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: cluster 2023-12-06T03:11:40.864673+0000 mon.smithi134 (mon.0) 366 : cluster [INF] osd.0 [v2:172.21.15.149:6800/2621432778,v1:172.21.15.149:6801/2621432778] boot 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: cluster 2023-12-06T03:11:40.864703+0000 mon.smithi134 (mon.0) 367 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.865751+0000 mon.smithi134 (mon.0) 368 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866045+0000 mon.smithi134 (mon.0) 369 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866247+0000 mon.smithi134 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866529+0000 mon.smithi134 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866672+0000 mon.smithi134 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866808+0000 mon.smithi134 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.866945+0000 mon.smithi134 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:41 smithi134 conmon[83862]: audit 2023-12-06T03:11:40.867080+0000 mon.smithi134 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:42.612 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: cluster 2023-12-06T03:11:41.485260 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: cluster 2023-12-06T03:11:41.874282+0000 mon.smithi134 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.874390+0000 mon.smithi134 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.874692+0000 mon.smithi134 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.874844+0000 mon.smithi134 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.875005+0000 mon.smithi134 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:43.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.875167+0000 mon.smithi134 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:43.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.875332+0000 mon.smithi134 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:43.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.875484+0000 mon.smithi134 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:43.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.992024+0000 mon.smithi134 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:43.110 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.992658+0000 mon.smithi134 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T03:11:43.110 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: audit 2023-12-06T03:11:41.993212+0000 mon.smithi134 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:43.110 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:41.993672+0000 mgr.smithi134.npcsqu (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.3 on smithi134 2023-12-06T03:11:43.154 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: cluster 2023-12-06T03:11:41.485260+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: ) 91 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: cluster 2023-12-06T03:11:41.874282+0000 mon.smithi134 (mon.0) 376 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.874390+0000 mon.smithi134 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.874692+0000 mon.smithi134 (mon.0) 378 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.874844+0000 mon.smithi134 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.875005+0000 mon.smithi134 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.875167+0000 mon.smithi134 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.875332+0000 mon.smithi134 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.875484+0000 mon.smithi134 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.992024+0000 mon.smithi134 (mon.0) 384 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.992658+0000 mon.smithi134 (mon.0) 385 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: audit 2023-12-06T03:11:41.993212+0000 mon.smithi134 (mon.0) 386 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:43.155 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:41.993672+0000 mgr.smithi134.npcsqu (mgr.14180) 92 : cephadm [INF] Deploying daemon osd.3 on smithi134 2023-12-06T03:11:45.178 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:44 smithi134 conmon[83862]: cluster 2023-12-06T03:11:43.485559+0000 mgr.smithi134.npcsqu (mgr.14180) 93 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T03:11:45.178 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:44 smithi134 conmon[83862]: audit 2023-12-06T03:11:43.877740+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T03:11:45.179 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:44 smithi134 conmon[83862]: audit 2023-12-06T03:11:43.878311+0000 mon.smithi134 (mon.0) 387 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T03:11:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:44 smithi149 conmon[88219]: cluster 2023-12-06T03:11:43.485559+0000 mgr.smithi134.npcsqu (mgr.14180) 93 2023-12-06T03:11:45.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:44 smithi149 conmon[88219]: : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T03:11:45.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:44 smithi149 conmon[88219]: audit 2023-12-06T03:11:43.877740+0000 mon.smithi149 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T03:11:45.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:44 smithi149 conmon[88219]: audit 2023-12-06T03:11:43.878311+0000 mon.smithi134 (mon.0) 387 2023-12-06T03:11:45.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:44 smithi149 conmon[88219]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-12-06T03:11:45.681 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.880971+0000 mon.smithi134 (mon. 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: 0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: cluster 2023-12-06T03:11:44.881072+0000 mon.smithi134 (mon.0) 389 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.881448+0000 mon.smithi134 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.881697+0000 mon.smithi134 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.881828+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.881892+0000 mon.smithi134 (mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.882050+0000 mon.smithi134 (mon.0) 393 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:46.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.882208+0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.882357+0000 mon.smithi134 (mon.0) 395 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.882535+0000 mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:44.887725+0000 mon.smithi134 (mon.0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:45.180472+0000 mon.smithi134 (mon.0) 398 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:45.680465+0000 mon.smithi134 (mon.0) 399 : audit [DBG] from='client.? 172.21.15.134:0/3524026176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:45.819683+0000 mon.smithi134 (mon.0) 400 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:45.820352+0000 mon.smithi134 (mon.0) 401 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T03:11:46.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:45 smithi134 conmon[83862]: audit 2023-12-06T03:11:45.821018+0000 mon.smithi134 (mon.0) 402 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.880971+0000 mon.smithi134 (mon. 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: cluster 2023-12-06T03:11:44.881072+0000 mon.smithi134 (mon.0) 389 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.881448+0000 mon.smithi134 (mon.0) 390 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.881697+0000 mon.smithi134 (mon.0) 391 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.881828+0000 mon.smithi149 (mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.881892+0000 mon.smithi134 (mon. 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 0) 392 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:44.882050+0000 mon.smithi134 (mon.0) 393 : audit 2023-12-06T03:11:46.286 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:46.287 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.287 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:44.882208 2023-12-06T03:11:46.287 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 394 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 03:11:44.882357+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 395 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:44.882535+0000 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: mon.smithi134 (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:46.293 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:44.887725+0000 mon.smithi134 (mon 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: .0) 397 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 12-06T03:11:45.180472+0000 mon.smithi134 ( 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: mon.0) 398 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11: 2023-12-06T03:11:46.294 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 45.680465+0000 mon.smithi134 (mon.0) 399 : audit 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/3524026176' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 03:11:45.819683+0000 mon.smithi134 (mon.0 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: ) 400 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 03:11:45.820352+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 401 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: 2023-12-06T03:11:45.821018 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 402 : audit [DBG] 2023-12-06T03:11:46.295 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:45 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:46.500 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1701832300,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023-12-06T03:11:44.857874+0000 osd.2 (osd 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023-12-06T03:11:44.857928+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023-12-06T03:11:45.485855+0000 mgr.smithi134.npcsqu (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:45.821621+0000 mgr.smithi134.npcsqu (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.6 on smithi149 2023-12-06T03:11:47.175 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:45.891715+0000 mon.smithi134 (mon.0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:45.891786+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 0) 404 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023-12-06T03:11:45.891819+0000 mon.smithi134 (mon.0) 405 : cluster [DBG] 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: osdmap e19: 8 total, 1 up, 8 in 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06T03:11:45.892411 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 406 : 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06T03:11 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: :45.892622+0000 mon.smithi134 (mon.0) 407 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:45 2023-12-06T03:11:47.176 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .892767+0000 mon.smithi134 (mon.0) 408 : audit 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:45 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .892926+0000 mon.smithi134 (mon.0) 409 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023- 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 12-06T03:11:45 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .893050+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: ) 410 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: -12-06T03:11:45.893191 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 411 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.177 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: T03:11:45.893335+0000 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: mon.smithi134 (mon.0) 412 : 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 12-06T03:11:45 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .893462+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 413 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12- 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 06T03:11:45.896530+0000 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: mon.smithi134 (mon.0) 414 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06T03:11:46.891285+0000 mon.smithi134 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: (mon.0) 415 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:11:47.178 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 12-06T03:11:46.891380+0000 mon.smithi134 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491] boot 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: cluster 2023-12 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: -06T03:11:46.891427+0000 mon.smithi134 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: (mon.0) 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 12-06T03:11:46.891542+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 0) 418 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 2023-12-06T03:11:46 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .891996+0000 mon.smithi134 (mon.0) 419 : audit [DBG] 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 46.892489+0000 mon.smithi134 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:47.179 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11:46 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: .892643+0000 mon.smithi134 (mon.0) 421 : audit [DBG] 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 46.892803+0000 mon.smithi134 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 06T03:11:46.892970+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: ) 423 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: 12-06T03:11:46.893134 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 424 2023-12-06T03:11:47.180 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:46 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:47.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12-06T 2023-12-06T03:11:47.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 03:11:44.857874+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:47.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:44.857928 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: +0000 osd.2 (osd.2) 2 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: -06T03:11:45.485855+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: mgr.14180) 94 : cluster [DBG] 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03: 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 11:45.821621+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: .14180) 95 : cephadm [INF] 2023-12-06T03:11:47.290 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: Deploying daemon osd.6 on smithi149 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :45.891715+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 0) 403 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11: 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 45.891786+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 404 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: -06T03:11:45.891819+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 405 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: -06T03:11:45.892411+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 406 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :45.892622+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 407 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: -12-06T03:11:45.892767 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 408 : 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:47.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 12-06T03:11:45.892926+0000 mon.smithi134 ( 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: mon.0) 409 : audit [DBG] 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :11:45.893050+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 0) 410 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :45.893191+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 411 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11: 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 45.893335+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 0) 412 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03: 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 11:45.893462+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 413 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:45.896530+0000 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: mon.smithi134 (mon.0) 414 : audit [DBG] 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 12-06T03:11:46.891285+0000 mon.smithi134 ( 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: mon.0) 415 : audit [INF] from='osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:11:47.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12-06 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: T03:11:46.891380+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 0) 416 : cluster [INF] osd.2 [v2:172.21.15.149:6808/2153924491,v1:172.21.15.149:6809/2153924491] boot 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: cluster 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:46. 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 891427+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 417 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:46.891542+0000 mon.smithi134 ( 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: mon.0) 418 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.295 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: T03:11:46.891996+0000 mon.smithi134 (mon 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: .0) 419 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :11:46.892489+0000 mon.smithi134 (mon. 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 0) 420 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: :46.892643+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 421 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.296 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11:46. 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 892803+0000 mon.smithi134 (mon.0) 422 : 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 2023-12-06T03:11: 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: 46.892970+0000 mon.smithi134 (mon.0 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: ) 423 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: -06T03:11:46.893134+0000 mon.smithi134 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: (mon.0) 424 : audit 2023-12-06T03:11:47.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:46 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:47.501 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:48.338 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:48 smithi134 conmon[83862]: audit 2023-12-06T03:11:46.899956+0000 2023-12-06T03:11:48.339 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:48 smithi134 conmon[83862]: mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:48.521 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:48 smithi149 conmon[88219]: audit 2023-12-06T03:11:46.899956+0000 mon.smithi134 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:49.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023-12-06T03:11:46.189026+0000 osd.1 ( 2023-12-06T03:11:49.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023-12-06T03:11:46.189065+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023-12-06T03:11:47.486250+0000 mgr.smithi134.npcsqu (mgr.14180) 96 : cluster [DBG] 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 12-06T03:11:47.894914+0000 mon.smithi134 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023-12-06 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: T03:11:47.899448+0000 mon.smithi134 (mon.0) 427 : cluster [INF] 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871] boot 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: -12-06T03:11:47.899489+0000 mon.smithi134 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :11:47.899984+0000 mon.smithi134 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:49.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 06T03:11:47.900278+0000 mon.smithi134 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11:47. 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 900459+0000 mon.smithi134 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 11:47.900631+0000 mon.smithi134 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: T03:11:47.900785+0000 mon.smithi134 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :47.900982+0000 mon.smithi134 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 03:11:47.901254+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 06T03:11:48.901314+0000 mon.smithi134 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T03:11:49.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cluster 2023-12-06T03:11 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :48.901389+0000 mon.smithi134 (mon.0) 437 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :11:48.901646+0000 mon.smithi134 (mon.0) 438 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: T03:11:48.901933+0000 mon.smithi134 (mon.0) 439 : audit [DBG] 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 12-06T03:11:48.902132+0000 mon.smithi134 (mon.0) 440 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :11:48.902338+0000 mon.smithi134 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11:48.902543+0000 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: mon.smithi134 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11:48.903108 2023-12-06T03:11:49.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 443 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11:48 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: .926908+0000 mon.smithi134 (mon.0) 444 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 11:48.927790+0000 mon.smithi134 (mon.0) 445 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03:11:48. 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 928580+0000 mon.smithi134 (mon.0) 446 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: cephadm 2023-12-06T03:11: 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 48.929271+0000 mgr.smithi134.npcsqu (mgr.14180) 97 : cephadm [INF] Deploying daemon osd.5 on smithi134 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: :11:49.027776+0000 mon.smithi149 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:49.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:49 smithi149 conmon[88219]: 06T03:11:49.028165+0000 mon.smithi134 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T03:11:49.560 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:49.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:46. 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 189026+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:46.189065+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:47.486250+0000 mgr.smithi134.npcsqu (mgr.14180) 96 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.894914+0000 mon.smithi134 (mon.0) 426 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:47.899448+0000 mon.smithi134 (mon.0) 427 : cluster [INF] osd.1 [v2:172.21.15.134:6802/3903877871,v1:172.21.15.134:6803/3903877871] boot 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:47.899489+0000 mon.smithi134 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.899984+0000 mon.smithi134 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.900278+0000 mon.smithi134 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.900459+0000 mon.smithi134 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.900631+0000 mon.smithi134 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:49.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.900785+0000 mon.smithi134 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.900982+0000 mon.smithi134 (mon.0) 434 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:47.901254+0000 mon.smithi134 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:48.901314+0000 mon.smithi134 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: (mon.0) 436 : audit [INF] 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cluster 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 2023-12-06T03:11:48.901389+0000 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: mon.smithi134 (mon.0) 437 : cluster 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: [DBG] osdmap e22: 8 total, 3 up, 8 in 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: -12-06T03:11:48 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: .901646+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 438 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:49.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: -12-06T03:11:48.901933+0000 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: mon.smithi134 (mon.0) 439 : audit 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 06T03:11:48.902132+0000 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: mon.smithi134 (mon.0) 440 : audit 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 2023-12-06T03:11 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: :48.902338+0000 mon.smithi134 (mon 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: .0) 441 : audit [DBG] 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023-12 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: -06T03:11:48. 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 902543+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 442 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:49.597 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 12-06T03:11:48.903108 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 443 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: -12-06T03:11:48 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: .926908+0000 mon.smithi134 (mon.0 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: ) 444 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 12-06T03:11:48.927790 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 445 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: -12-06T03:11:48 2023-12-06T03:11:49.598 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: .928580+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 446 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 2023-12-06T03:11: 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 48.929271+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: ) 97 : cephadm [INF] Deploying daemon osd.5 on smithi134 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 12-06T03:11:49.027776+0000 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: mon.smithi149 (mon.1) 14 : audit 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: [INF] from='osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 12-06T03:11:49. 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: 028165+0000 mon.smithi134 (mon.0) 447 2023-12-06T03:11:49.599 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:49 smithi134 conmon[83862]: : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-12-06T03:11:50.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: cluster 2023-12-06T03:11:49.486558+0000 mgr.smithi134.npcsqu 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: (mgr.14180) 98 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.559296+0000 mon.smithi134 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.134:0/716399624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.901199+0000 mon.smithi134 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.901277+0000 mon.smithi134 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: cluster 2023-12-06T03:11:49.901332+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.901439+0000 mon.smithi134 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.901672+0000 mon.smithi134 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.901891+0000 mon.smithi134 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.902024+0000 mon.smithi134 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.902167+0000 mon.smithi134 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.904197+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:50.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:50 smithi134 conmon[83862]: audit 2023-12-06T03:11:49.904452+0000 mon.smithi134 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: cluster 2023-12-06T03:11:49.486558+0000 mgr.smithi134.npcsqu (mgr.14180) 98 : cluster 2023-12-06T03:11:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.559296+0000 mon.smithi134 (mon.0) 448 : audit [DBG] from='client.? 172.21.15.134:0/716399624' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.901199+0000 mon.smithi134 (mon.0) 449 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.901277+0000 mon.smithi134 (mon.0) 450 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: cluster 2023-12-06T03:11:49.901332+0000 mon.smithi134 (mon.0) 451 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.901439+0000 mon.smithi134 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.901672+0000 mon.smithi134 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.901891+0000 mon.smithi134 (mon.0) 454 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:50.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.902024+0000 mon.smithi134 (mon.0) 455 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:50.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:49.902167+0000 mon.smithi134 (mon.0) 456 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:50.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:50.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: 06T03:11:49.904197+0000 mon.smithi149 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:50.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:50 smithi149 conmon[88219]: 2023-12-06T03:11:49.904452+0000 mon.smithi134 (mon.0) 457 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:50.728 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":22,"num_osds":8,"num_up_osds":3,"osd_up_since":1701832307,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:51.729 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.903100+0000 mon.smithi134 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: cluster 2023-12-06T03:11:50.903163+0000 mon.smithi134 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.903314+0000 mon.smithi134 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.903731+0000 mon.smithi134 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.904070+0000 mon.smithi134 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.904336+0000 mon.smithi134 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.904546+0000 mon.smithi134 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:50.906415+0000 mon.smithi134 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:51 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.096246+0000 mon.smithi134 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:52.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.903100+0000 mon.smithi134 (mon.0) 458 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: cluster 2023-12-06T03:11:50.903163+0000 mon.smithi134 (mon.0) 459 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.903314+0000 mon.smithi134 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.903731+0000 mon.smithi134 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.904070+0000 mon.smithi134 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.904336+0000 mon.smithi134 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: -06T03:11:50.904546+0000 mon.smithi134 (mon.0) 464 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12-06T03:11:50.906415+0000 mon.smithi134 (mon.0) 465 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:52.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:51 smithi149 conmon[88219]: -06T03:11:51.096246+0000 mon.smithi134 (mon.0) 466 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: cluster 2023-12-06T03:11:50.038956+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: cluster 2023-12-06T03:11:50.039003+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: cluster 2023-12-06T03:11:51.486897+0000 mgr.smithi134.npcsqu (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: cluster 2023-12-06T03:11:51.904702+0000 mon.smithi134 (mon.0) 467 : cluster [INF] osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240] boot 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: cluster 2023-12-06T03:11:51.904742+0000 mon.smithi134 (mon.0) 468 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:51.905046+0000 mon.smithi134 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:51.905277+0000 mon.smithi134 (mon.0) 470 : 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:51.905498+0000 mon.smithi134 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:53.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:51.908333+0000 mon.smithi134 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:53.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:51.908668+0000 mon.smithi134 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:53.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:52 smithi149 conmon[88219]: audit 2023-12-06T03:11:52.135294+0000 mon.smithi134 (mon.0) 474 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T03:11:53.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: cluster 2023-12-06T03:11:50.038956+0000 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: cluster 2023-12-06T03:11:50.039003+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: cluster 2023-12-06T03:11:51.486897+0000 mgr.smithi134.npcsqu (mgr.14180) 99 : cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: cluster 2023-12-06T03:11:51.904702+0000 mon.smithi134 (mon.0) 467 : cluster [INF] osd.4 [v2:172.21.15.149:6816/880380240,v1:172.21.15.149:6817/880380240] boot 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: cluster 2023-12-06T03:11:51.904742+0000 mon.smithi134 (mon.0) 468 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.905046+0000 mon.smithi134 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.905277+0000 mon.smithi134 (mon.0) 470 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-12-06T03:11:53.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.905498+0000 mon.smithi134 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:53.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.908333+0000 mon.smithi134 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:53.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:51.908668+0000 mon.smithi134 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:53.107 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:52 smithi134 conmon[83862]: audit 2023-12-06T03:11:52.135294+0000 mon.smithi134 (mon.0) 474 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-12-06T03:11:53.917 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:54.264 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.098470+0000 mon.smithi134 (mon.0 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: ) 475 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: cluster 2023-12-06T03:11:53.098524+0000 mon.smithi134 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.098671+0000 mon.smithi134 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.099006+0000 mon.smithi134 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.099237+0000 mon.smithi134 (mon.0) 479 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.099519+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:53.099725+0000 mon.smithi134 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: cluster 2023-12-06T03:11:53.487201 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T03:11:54.265 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: 2023-12-06T03:11:53 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: .916406+0000 mon.smithi134 (mon.0) 482 : audit 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/1526736795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: 12-06T03:11:53.933959+0000 mon.smithi134 2023-12-06T03:11:54.266 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:54 smithi149 conmon[88219]: (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.098470+0000 mon.smithi134 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: cluster 2023-12-06T03:11:53.098524+0000 mon.smithi134 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.098671+0000 mon.smithi134 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.099006+0000 mon.smithi134 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.099237+0000 mon.smithi134 (mon.0) 479 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.099519+0000 mon.smithi134 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.099725+0000 mon.smithi134 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: cluster 2023-12-06T03:11:53.487201+0000 mgr.smithi134.npcsqu (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 peering; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2023-12-06T03:11:54.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.916406+0000 mon.smithi134 (mon.0) 482 : audit [DBG] from='client.? 172.21.15.134:0/1526736795' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:54.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:54 smithi134 conmon[83862]: audit 2023-12-06T03:11:53.933959+0000 mon.smithi134 (mon.0) 483 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:54.707 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":26,"num_osds":8,"num_up_osds":4,"osd_up_since":1701832311,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.111086+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 484 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: cluster 2023-12-06T03:11:54.111159+0000 mon.smithi134 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:54.111553+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.111878 2023-12-06T03:11:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.112384 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.112679 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 489 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:54.114918+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 490 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54. 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 267174+0000 mon.smithi149 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: 2023-12-06T03:11:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: audit 2023-12-06T03:11:54.267477+0000 2023-12-06T03:11:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:55 smithi149 conmon[88219]: mon.smithi134 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.111086+0000 mon.smithi134 (mon. 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: 0) 484 : audit [INF] from='osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: cluster 2023-12-06T03:11:54.111159+0000 mon.smithi134 (mon.0) 485 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.111553+0000 mon.smithi134 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.111878+0000 mon.smithi134 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.112384+0000 mon.smithi134 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.112679+0000 mon.smithi134 (mon.0) 489 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:54.114918+0000 mon.smithi134 (mon.0) 490 : audit 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: 2023-12-06T03:11:54.267174 2023-12-06T03:11:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: +0000 mon.smithi149 (mon.1) 16 : audit 2023-12-06T03:11:55.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: [INF] from='osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T03:11:55.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:11:55.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: 06T03:11:54.267477+0000 2023-12-06T03:11:55.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: mon.smithi134 (mon.0) 491 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-12-06T03:11:55.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:55 smithi134 conmon[83862]: 2023-12-06T03:11:55.708 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:11:56.399 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:53.088666+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:56.399 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:53.088724+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:56.399 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:55.109513+0000 mon.smithi134 (mon.0) 492 : cluster [INF] osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000] boot 2023-12-06T03:11:56.399 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.109556+0000 mon.smithi134 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T03:11:56.399 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:55.109624+0000 mon.smithi134 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.110065+0000 mon.smithi134 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.110325+0000 mon.smithi134 (mon.0) 496 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.110526+0000 mon.smithi134 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.110773+0000 mon.smithi134 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023- 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: 12-06T03:11:55.111340+0000 mon.smithi149 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.115844+0000 mon.smithi134 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:55.487542+0000 mgr.smithi134.npcsqu (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.975661+0000 mon.smithi134 (mon.0) 500 : audit 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:56.400 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.976515+0000 mon.smithi134 (mon.0) 501 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:55.977138+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: 502 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cephadm 2023-12-06T03:11:55.977691+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: ) 102 : cephadm [INF] Deploying daemon osd.7 on smithi134 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:56.110688+0000 mon.smithi134 ( 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: mon.0) 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: cluster 2023-12-06T03:11:56.110755+0000 mon.smithi134 ( 2023-12-06T03:11:56.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: mon.0) 504 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-06T03:11:56.402 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:56 2023-12-06T03:11:56.402 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: .110878+0000 mon.smithi134 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:56.402 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: audit 2023-12-06T03:11:56. 2023-12-06T03:11:56.402 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:56 smithi134 conmon[83862]: 111136+0000 mon.smithi134 (mon.0) 506 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T03:11:53.088666+0000 osd.3 (osd 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: .3) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T03:11:53.088724+0000 osd.3 (osd.3 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: ) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T03:11:55.109513+0000 mon.smithi134 ( 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: mon.0) 492 : cluster [INF] osd.3 [v2:172.21.15.134:6810/1749349000,v1:172.21.15.134:6811/1749349000] boot 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: -06T03:11:55.109556+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T03: 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 11:55.109624+0000 mon.smithi134 (mon.0) 494 : cluster 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [DBG] osdmap e28: 8 total, 5 up, 8 in 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:56.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 55.110065+0000 mon.smithi134 (mon.0) 495 : audit 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:55 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: .110325+0000 mon.smithi134 (mon.0) 496 : audit [DBG] 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:55. 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 110526+0000 mon.smithi134 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:55.110773+0000 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: mon.smithi134 (mon.0) 498 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 2023-12-06T03:11:55.111340+0000 mon.smithi149 (mon.1) 17 : audit 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [INF] from='osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 12-06T03:11:55.115844+0000 mon.smithi134 (mon.0 2023-12-06T03:11:56.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: ) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 2023-12-06T03:11:55 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: .487542+0000 mgr.smithi134.npcsqu (mgr.14180) 101 : cluster 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [DBG] pgmap v76: 1 pgs: 1 peering; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11: 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 55.975661+0000 mon.smithi134 (mon.0) 500 : audit 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:55. 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 976515+0000 mon.smithi134 (mon.0) 501 : audit [INF] 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11:55.977138+0000 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: mon.smithi134 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cephadm 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 2023-12-06T03:11:55.977691+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: .14180) 102 : cephadm [INF] Deploying daemon osd.7 on smithi134 2023-12-06T03:11:56.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 06T03:11:56.110688+0000 mon.smithi134 (mon.0) 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 503 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: cluster 2023-12-06T 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: 03:11:56.110755+0000 mon.smithi134 (mon.0) 504 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: :11:56.110878+0000 mon.smithi134 (mon.0) 505 : audit 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: audit 2023-12-06T03:11 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: :56.111136+0000 mon.smithi134 (mon.0) 506 : audit 2023-12-06T03:11:56.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:56 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: audit 2023-12-06T03:11:56.111283+0000 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: mon.smithi134 (mon.0) 507 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: audit 2023-12-06T03:11:56.119593+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: cluster 2023-12-06T03:11:57.112378+0000 mon.smithi134 (mon.0) 509 : cluster [INF] osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920] boot 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: cluster 2023-12-06T03:11:57.112433+0000 mon.smithi134 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: audit 2023-12-06T03:11:57.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: 2023-12-06T03:11:57.112598+0000 mon.smithi134 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: audit 2023-12-06T03:11:57.112935+0000 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: T03:11:57.113193+0000 mon.smithi134 (mon.0 2023-12-06T03:11:57.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:57 smithi134 conmon[83862]: ) 513 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: audit 2023-12-06T03:11:56.111283+0000 mon.smithi134 (mon. 2023-12-06T03:11:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: 0) 507 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: audit 2023-12-06T03:11:56.119593+0000 mon.smithi134 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: cluster 2023-12-06T03:11:57.112378+0000 mon.smithi134 (mon.0) 509 : cluster [INF] osd.6 [v2:172.21.15.149:6824/3460450920,v1:172.21.15.149:6825/3460450920] boot 2023-12-06T03:11:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: cluster 2023-12 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: -06T03:11:57.112433+0000 mon.smithi134 (mon.0) 510 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: 12-06T03:11:57.112598+0000 mon.smithi134 (mon.0) 511 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: audit 2023-12-06T03:11:57.112935+0000 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: mon.smithi134 (mon.0) 512 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: audit 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: 2023-12-06T03:11:57.113193+0000 mon.smithi134 ( 2023-12-06T03:11:57.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:57 smithi149 conmon[88219]: mon.0) 513 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:57.808 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:11:58.456 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:58 smithi134 conmon[83862]: cluster 2023-12-06T03:11:55.298846+0000 osd.6 ( 2023-12-06T03:11:58.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:58 smithi134 conmon[83862]: osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:11:58.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:58 smithi134 conmon[83862]: cluster 2023-12-06T03:11:55.298897+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:58.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:58 smithi134 conmon[83862]: cluster 2023-12-06T03:11:57.487840+0000 mgr.smithi134.npcsqu (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:11:58.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:58 smithi134 conmon[83862]: audit 2023-12-06T03:11:57.807628+0000 mon.smithi134 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.134:0/2706473394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:58 smithi149 conmon[88219]: cluster 2023-12-06T03:11:55.298846+0000 osd.6 (osd.6) 1 : cluster [DBG] 2023-12-06T03:11:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:58 smithi149 conmon[88219]: purged_snaps scrub starts 2023-12-06T03:11:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:58 smithi149 conmon[88219]: cluster 2023-12-06T03:11:55.298897+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:11:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:58 smithi149 conmon[88219]: cluster 2023-12-06T03:11:57.487840+0000 mgr.smithi134.npcsqu (mgr.14180) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 peering; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:11:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:58 smithi149 conmon[88219]: audit 2023-12-06T03:11:57.807628+0000 mon.smithi134 (mon.0) 514 : audit [DBG] from='client.? 172.21.15.134:0/2706473394' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:11:58.739 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":30,"num_osds":8,"num_up_osds":6,"osd_up_since":1701832317,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:11:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:59 smithi149 conmon[88219]: cluster 2023-12-06T03:11:58.135513+0000 mon.smithi134 (mon.0) 515 2023-12-06T03:11:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:59 smithi149 conmon[88219]: : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-06T03:11:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:59 smithi149 conmon[88219]: audit 2023-12-06T03:11:58.135626+0000 mon.smithi134 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:59 smithi149 conmon[88219]: audit 2023-12-06T03:11:58.135816+0000 mon.smithi134 (mon.0 2023-12-06T03:11:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:11:59 smithi149 conmon[88219]: ) 517 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:59 smithi134 conmon[83862]: cluster 2023-12-06T03:11:58.135513+0000 mon.smithi134 ( 2023-12-06T03:11:59.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:59 smithi134 conmon[83862]: mon.0) 515 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2023-12-06T03:11:59.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:59 smithi134 conmon[83862]: audit 2023-12-06T03:11:58.135626+0000 mon.smithi134 (mon.0) 516 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:11:59.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:11:59 smithi134 conmon[83862]: audit 2023-12-06T03:11:58.135816+0000 mon.smithi134 (mon.0) 517 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:11:59.740 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:12:00.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:00 smithi134 conmon[83862]: audit 2023-12-06T03:11:59. 2023-12-06T03:12:00.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:00 smithi134 conmon[83862]: 152818+0000 mon.smithi134 (mon.0) 518 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T03:12:00.315 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:00 smithi134 conmon[83862]: cluster 2023-12-06T03:11:59.488184+0000 mgr.smithi134.npcsqu (mgr.14180) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:12:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:00 smithi149 conmon[88219]: audit 2023-12-06T03:11:59.152818+0000 mon.smithi134 (mon.0) 518 : audit 2023-12-06T03:12:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:00 smithi149 conmon[88219]: [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-12-06T03:12:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:00 smithi149 conmon[88219]: cluster 2023-12-06T03:11:59.488184+0000 mgr.smithi134.npcsqu (mgr.14180) 104 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: audit 2023-12-06T03:12:00.141263+0000 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: mon.smithi134 (mon.0) 519 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: cluster 2023-12-06T03:12:00.141330+0000 mon.smithi134 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: audit 2023-12-06T03:12:00.141454+0000 mon.smithi134 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: audit 2023-12-06T03:12:00.141756+0000 mon.smithi134 (mon.0) 522 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:12:01.482 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:01 smithi134 conmon[83862]: 03:12:00.142191+0000 mon.smithi134 (mon.0) 523 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: audit 2023-12-06T03:12:00.141263+0000 mon.smithi134 (mon.0) 519 : audit 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: cluster 2023-12-06T03:12:00.141330+0000 mon.smithi134 (mon.0) 520 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: audit 2023-12-06T03:12:00.141454+0000 mon.smithi134 (mon.0) 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: 521 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: 06T03:12:00.141756+0000 mon.smithi134 (mon.0) 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: 522 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:12:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: 06T03:12:00.142191+0000 mon.smithi134 (mon.0) 2023-12-06T03:12:01.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:01 smithi149 conmon[88219]: 523 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:12:01.882 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: audit 2023-12-06T03:12:01.143304+0000 mon.smithi134 (mon.0) 524 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: cluster 2023-12-06T03:12:01.143363+0000 mon.smithi134 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: audit 2023-12-06T03:12:01.144162+0000 mon.smithi134 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: audit 2023-12-06T03:12:02.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: 12:01.144396+0000 mon.smithi134 (mon.0) 527 : audit 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: audit 2023-12-06T03:12:01 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: .147741+0000 mon.smithi134 (mon.0) 528 : audit [DBG] 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: -12-06T03:12:01.488437+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: mgr.14180) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: audit 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: 2023-12-06T03:12:01 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: .880929+0000 mon.smithi134 (mon.0) 529 : audit 2023-12-06T03:12:02.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:02 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/1913559348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: audit 2023-12-06T03:12:01.143304+0000 mon.smithi134 (mon.0 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: ) 524 : audit [INF] from='osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: cluster 2023-12-06T03:12:01.143363+0000 mon.smithi134 (mon.0) 525 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: audit 2023-12-06T03:12:01.144162+0000 mon.smithi134 (mon.0) 526 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: audit 2023-12-06T03:12:01.144396+0000 mon.smithi134 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: audit 2023-12-06T03:12:01.147741+0000 mon.smithi134 (mon.0) 528 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: cluster 2023-12-06T03:12:01.488437+0000 mgr.smithi134.npcsqu (mgr.14180) 105 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2023-12-06T03:12:02.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:02 smithi134 conmon[83862]: audit 2023-12-06T03:12:01.880929+0000 mon.smithi134 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.134:0/1913559348' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:02.708 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":33,"num_osds":8,"num_up_osds":6,"osd_up_since":1701832317,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: cluster 2023-12-06T03:12:00.157821+0000 osd.5 (osd.5) 1 : 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: cluster [DBG] purged_snaps scrub starts 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: cluster 2023-12-06T03:12:00.157868+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: cluster 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: 2023-12-06T03:12:02.150820+0000 mon.smithi134 (mon.0) 530 : cluster 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: [INF] osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160] boot 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: cluster 2023-12-06T03:12:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: 2023-12-06T03:12:02.150858+0000 mon.smithi134 (mon 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: .0) 531 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: audit 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: 2023-12-06T03:12:02.151355+0000 mon.smithi134 (mon 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: .0) 532 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: audit 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: 2023-12-06T03:12:02.151650+0000 mon.smithi134 ( 2023-12-06T03:12:03.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:03 smithi149 conmon[88219]: mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:03.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: cluster 2023-12-06T03:12:00.157821+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: cluster 2023-12-06T03:12:00.157868+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: cluster 2023-12-06T03:12: 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: 02.150820+0000 mon.smithi134 (mon.0) 530 : cluster [INF] osd.5 [v2:172.21.15.134:6818/3336321160,v1:172.21.15.134:6819/3336321160] boot 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: cluster 2023-12- 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: 06T03:12:02.150858+0000 mon.smithi134 (mon.0) 531 : cluster 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: [DBG] osdmap e34: 8 total, 7 up, 8 in 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: audit 2023-12-06T03:12:02. 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: 151355+0000 mon.smithi134 (mon.0) 532 : audit [DBG] 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: audit 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: 2023-12-06T03:12:02.151650+0000 mon.smithi134 ( 2023-12-06T03:12:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:03 smithi134 conmon[83862]: mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:03.709 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:12:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:04 smithi134 conmon[83862]: cluster 2023-12-06T03:12:03.157534+0000 mon.smithi134 (mon 2023-12-06T03:12:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:04 smithi134 conmon[83862]: .0) 534 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-06T03:12:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:04 smithi134 conmon[83862]: audit 2023-12-06T03:12:03.157921+0000 mon.smithi134 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:04 smithi134 conmon[83862]: audit 2023-12-06T03:12:03.194734+0000 mon.smithi134 (mon.0) 536 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:04.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:04 smithi134 conmon[83862]: cluster 2023-12-06T03:12:03.488813+0000 mgr.smithi134.npcsqu (mgr.14180) 106 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: cluster 2023-12-06T03:12:03.157534+0000 mon.smithi134 (mon.0 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: ) 534 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: audit 2023-12-06T03:12:03.157921+0000 mon.smithi134 (mon.0) 535 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: audit 2023-12-06T03:12:03.194734+0000 mon.smithi134 (mon.0 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: ) 536 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: cluster 2023-12- 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: 06T03:12:03.488813+0000 mgr.smithi134.npcsqu (mgr.14180) 106 2023-12-06T03:12:04.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:04 smithi149 conmon[88219]: : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:06.240 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:06 smithi149 conmon[88219]: cluster 2023-12-06T03:12:05.489127+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:12:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:06 smithi149 conmon[88219]: 107 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:06 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.238962+0000 mon.smithi134 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.134:0/1750417154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:06 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.361752+0000 mon.smithi134 (mon.0) 538 : audit 2023-12-06T03:12:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:06 smithi149 conmon[88219]: [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T03:12:06.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:06 smithi134 conmon[83862]: cluster 2023-12-06T03:12:05.489127+0000 mgr.smithi134.npcsqu (mgr.14180) 107 2023-12-06T03:12:06.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:06 smithi134 conmon[83862]: : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:06.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:06 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.238962+0000 mon.smithi134 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.134:0/1750417154' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:06.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:06 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.361752+0000 mon.smithi134 (mon.0) 538 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-12-06T03:12:07.397 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1701832322,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:12:07.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.544304+0000 mon.smithi134 ( 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: cluster 2023-12-06T03:12:06.544357+0000 mon.smithi134 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.544664+0000 mon.smithi134 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.544965+0000 mon.smithi134 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.913343+0000 mon.smithi134 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:07.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:07 smithi149 conmon[88219]: audit 2023-12-06T03:12:06.915154+0000 mon.smithi134 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:12:07.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: audit 2023-12-06T03:12:06. 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: 544304+0000 mon.smithi134 (mon.0) 539 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: cluster 2023-12-06T03:12:06.544357+0000 mon.smithi134 (mon.0) 540 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.544664+0000 mon.smithi134 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.544965+0000 mon.smithi134 (mon.0) 542 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.913343+0000 mon.smithi134 (mon.0) 543 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:07.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:07 smithi134 conmon[83862]: audit 2023-12-06T03:12:06.915154+0000 mon.smithi134 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:12:08.399 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd stat -f json 2023-12-06T03:12:08.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:08 smithi134 conmon[83862]: cluster 2023-12-06T03:12:07.489413+0000 mgr.smithi134.npcsqu (mgr.14180) 108 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:08.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:08 smithi134 conmon[83862]: audit 2023-12-06T03:12:07.545678+0000 mon.smithi134 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:12:08.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:08 smithi134 conmon[83862]: cluster 2023-12-06T03:12:07.545743+0000 mon.smithi134 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-06T03:12:08.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:08 smithi134 conmon[83862]: audit 2023-12-06T03:12:07.545886+0000 mon.smithi134 (mon.0) 547 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:08.697 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:08 smithi134 conmon[83862]: audit 2023-12-06T03:12:07.550744+0000 mon.smithi134 (mon.0) 548 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: cluster 2023-12-06T03:12:07.489413+0000 mgr.smithi134.npcsqu (mgr.14180) 108 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: audit 2023-12-06T03:12:07.545678+0000 mon.smithi134 (mon.0) 545 : audit [INF] from='osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: 12-06T03:12:07.545743+0000 mon.smithi134 (mon.0) 546 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: 12:07.545886+0000 mon.smithi134 (mon.0) 547 : 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: audit 2023-12-06T03:12:07 2023-12-06T03:12:09.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: .550744+0000 mon.smithi134 (mon.0) 548 : audit 2023-12-06T03:12:09.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:08 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: cluster 2023-12-06T03:12:07.345308+0000 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: cluster 2023-12-06T03:12:07.345355+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: cluster 2023-12-06T03:12:08.551388+0000 mon.smithi134 (mon.0) 549 : cluster [INF] osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994] boot 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: cluster 2023-12-06T03:12:08.551432+0000 mon.smithi134 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: audit 2023-12-06T03:12:08.551744+0000 mon.smithi134 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: audit 2023-12-06T03:12:08.679538+0000 mon.smithi134 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:09 smithi149 conmon[88219]: 2023-12-06T03:12:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: cluster 2023-12-06T03:12:07.345308+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: cluster 2023-12-06 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: T03:12:07.345355+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: cluster 2023-12-06T03:12:08.551388+0000 mon.smithi134 (mon.0) 549 : cluster [INF] osd.7 [v2:172.21.15.134:6826/989537994,v1:172.21.15.134:6827/989537994] boot 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: cluster 2023-12-06T03:12:08.551432+0000 mon.smithi134 (mon.0) 550 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: audit 2023-12-06T03:12:08.551744+0000 mon.smithi134 (mon.0) 551 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-12-06T03:12:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:09 smithi134 conmon[83862]: audit 2023-12-06T03:12:08.679538+0000 mon.smithi134 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:10.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:10.792 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:10 smithi134 conmon[83862]: cluster 2023-12-06T03:12:09.489884+0000 2023-12-06T03:12:10.792 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:10 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 109 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:10.792 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:10 smithi134 conmon[83862]: cluster 2023-12-06T03:12:09.558584+0000 mon.smithi134 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T03:12:10.793 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:10 smithi134 conmon[83862]: cluster 2023-12-06T03:12:10.557546+0000 mon.smithi134 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T03:12:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:10 smithi149 conmon[88219]: cluster 2023-12-06T03:12:09.489884+0000 mgr.smithi134.npcsqu (mgr.14180) 109 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2023-12-06T03:12:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:10 smithi149 conmon[88219]: cluster 2023-12-06T03:12:09.558584+0000 mon.smithi134 (mon.0) 553 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2023-12-06T03:12:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:10 smithi149 conmon[88219]: cluster 2023-12-06T03:12:10.557546+0000 mon.smithi134 (mon.0) 554 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2023-12-06T03:12:11.355 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1701832328,"num_in_osds":8,"osd_in_since":1701832287,"num_remapped_pgs":0} 2023-12-06T03:12:11.356 INFO:tasks.cephadm:Setting up client nodes... 2023-12-06T03:12:11.356 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T03:12:11.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:11 smithi134 conmon[83862]: audit 2023-12-06T03:12:10.762945+0000 mon.smithi134 (mon.0) 555 : 2023-12-06T03:12:11.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:11 smithi134 conmon[83862]: audit [DBG] from='client.? 172.21.15.134:0/4134937843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:11.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:11 smithi134 conmon[83862]: audit 2023-12-06T03:12:11.470968+0000 mon.smithi134 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:11.861 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:11 smithi149 conmon[88219]: audit 2023-12-06T03:12:10.762945+0000 mon.smithi134 (mon. 2023-12-06T03:12:11.861 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:11 smithi149 conmon[88219]: 0) 555 : audit [DBG] from='client.? 172.21.15.134:0/4134937843' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-12-06T03:12:11.861 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:11 smithi149 conmon[88219]: audit 2023-12-06T03:12:11.470968+0000 mon.smithi134 (mon.0) 556 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:12.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: cluster 2023-12-06T03:12:11.490245+0000 mgr.smithi134.npcsqu (mgr.14180) 110 2023-12-06T03:12:12.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:12.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.126480+0000 mon.smithi134 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:12.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.444222+0000 mon.smithi134 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:12.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.444863+0000 mon.smithi134 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:12.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.445453+0000 mon.smithi134 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:12.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.446011+0000 mon.smithi134 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:12.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:12 smithi134 conmon[83862]: audit 2023-12-06T03:12:12.450569+0000 mon.smithi134 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: cluster 2023-12-06T03:12:11.490245+0000 mgr.smithi134.npcsqu (mgr.14180) 110 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.126480+0000 mon.smithi134 (mon.0) 557 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.444222+0000 mon.smithi134 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.444863+0000 mon.smithi134 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.445453+0000 mon.smithi134 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.446011+0000 mon.smithi134 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:12 smithi149 conmon[88219]: audit 2023-12-06T03:12:12.450569+0000 mon.smithi134 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:13.556 INFO:teuthology.orchestra.run.smithi134.stdout:[client.0] 2023-12-06T03:12:13.557 INFO:teuthology.orchestra.run.smithi134.stdout: key = AQCN5m9laID4IBAAB8TiBOYcbzq23/FcIt9vFA== 2023-12-06T03:12:14.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:13 smithi134 conmon[83862]: cephadm 2023-12-06T03:12:12.121358+0000 mgr.smithi134.npcsqu (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi149 2023-12-06T03:12:14.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:13 smithi134 conmon[83862]: cephadm 2023-12-06T03:12:12.446458+0000 mgr.smithi134.npcsqu (mgr.14180) 112 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 1181M 2023-12-06T03:12:14.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:13 smithi134 conmon[83862]: audit 2023-12-06T03:12:13.552997+0000 mon.smithi134 (mon.0) 563 : audit [INF] from='client.? 172.21.15.134:0/2642479465' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T03:12:14.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:13 smithi134 conmon[83862]: audit 2023-12-06T03:12:13.556418+0000 mon.smithi134 (mon.0) 564 : audit [INF] from='client.? 172.21.15.134:0/2642479465' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T03:12:14.241 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:12:14.241 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-12-06T03:12:14.241 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-12-06T03:12:14.280 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: cephadm 2023-12-06T03:12:12.121358+0000 mgr.smithi134.npcsqu (mgr.14180) 111 : cephadm [INF] Detected new or changed devices on smithi149 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: cephadm 2023-12- 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: 06T03:12:12.446458+0000 mgr.smithi134.npcsqu (mgr.14180) 112 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 1181M 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: audit 2023-12-06T03:12:13.552997+0000 mon.smithi134 (mon.0) 563 : audit [INF] from='client.? 172.21.15.134:0/2642479465' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: audit 2023-12-06T03:12:13.556418+0000 mon.smithi134 2023-12-06T03:12:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:13 smithi149 conmon[88219]: (mon.0) 564 : audit [INF] from='client.? 172.21.15.134:0/2642479465' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-12-06T03:12:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:14 smithi149 conmon[88219]: cluster 2023-12-06T03:12:13.490595+0000 mgr.smithi134.npcsqu (mgr.14180) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:15.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:14 smithi134 conmon[83862]: cluster 2023-12-06T03:12:13.490595+0000 mgr.smithi134.npcsqu (mgr.14180) 113 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:16.168 INFO:teuthology.orchestra.run.smithi149.stdout:[client.1] 2023-12-06T03:12:16.168 INFO:teuthology.orchestra.run.smithi149.stdout: key = AQCQ5m9lpZmoCRAAtBGf10tB1eACnkwVG7lEgw== 2023-12-06T03:12:16.735 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:12:16.735 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-12-06T03:12:16.735 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-12-06T03:12:16.814 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T03:12:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: cluster 2023-12-06T03:12:15.491092+0000 mgr.smithi134.npcsqu (mgr.14180) 114 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.161501+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='client.? 172.21.15.149:0/542654144' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.161894+0000 mon.smithi134 (mon.0) 565 : 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-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.167310+0000 mon.smithi134 (mon.0) 566 : 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-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.375158+0000 mon.smithi134 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.695766+0000 mon.smithi134 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.696394+0000 mon.smithi134 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.696913+0000 mon.smithi134 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.697465+0000 mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.701575+0000 mon.smithi134 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.702370+0000 mon.smithi134 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.702958+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.706672+0000 mon.smithi134 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.710126+0000 mon.smithi134 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.713017+0000 mon.smithi134 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.713867+0000 mon.smithi134 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.714083+0000 mon.smithi134 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:16 smithi149 conmon[88219]: audit 2023-12-06T03:12:16.714585+0000 mon.smithi134 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: cluster 2023-12-06T03:12:15.491092+0000 mgr.smithi134.npcsqu (mgr.14180) 114 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.161501+0000 mon.smithi149 (mon.1) 18 : audit [INF] from='client.? 172.21.15.149:0/542654144' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.161894+0000 mon.smithi134 (mon.0) 565 : 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-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.167310+0000 mon.smithi134 (mon.0) 566 : 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-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.375158+0000 mon.smithi134 (mon.0) 567 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.695766+0000 mon.smithi134 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.696394+0000 mon.smithi134 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.696913+0000 mon.smithi134 (mon.0) 570 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.697465+0000 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: mon.smithi134 (mon.0) 571 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.701575+0000 mon.smithi134 (mon.0) 572 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.702370+0000 mon.smithi134 (mon.0) 573 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.702958+0000 mon.smithi134 (mon.0) 574 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:12:17.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.706672+0000 mon.smithi134 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.710126+0000 mon.smithi134 (mon.0) 576 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:12:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.713017+0000 mon.smithi134 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:12:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.713867+0000 mon.smithi134 (mon.0) 578 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-12-06T03:12:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.714083+0000 mon.smithi134 (mon.0) 579 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:16 smithi134 conmon[83862]: audit 2023-12-06T03:12:16.714585+0000 mon.smithi134 (mon.0) 580 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:12:17.537 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:18.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:12:16.369647+0000 mgr.smithi134.npcsqu (mgr.14180) 115 2023-12-06T03:12:18.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:17 smithi134 conmon[83862]: : cephadm [INF] Detected new or changed devices on smithi134 2023-12-06T03:12:18.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:12:16.697876+0000 mgr.smithi134.npcsqu (mgr.14180) 116 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3236M 2023-12-06T03:12:18.217 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:12:16.369647+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:12:18.217 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:17 smithi149 conmon[88219]: ) 115 : cephadm [INF] Detected new or changed devices on smithi134 2023-12-06T03:12:18.217 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:12:16.697876+0000 mgr.smithi134.npcsqu (mgr.14180) 116 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 3236M 2023-12-06T03:12:19.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:18 smithi134 conmon[83862]: cluster 2023-12-06T03:12:17.491390+0000 mgr.smithi134.npcsqu (mgr.14180) 117 : cluster 2023-12-06T03:12:19.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:18 smithi134 conmon[83862]: [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:19.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:18 smithi149 conmon[88219]: cluster 2023-12-06T03:12:17.491390+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:12:19.174 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:18 smithi149 conmon[88219]: 117 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:19.989 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:19.990 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":40,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","created":"2023-12-06T03:08:17.712782+0000","modified":"2023-12-06T03:12:10.553904+0000","last_up_change":"2023-12-06T03:12:08.547289+0000","last_in_change":"2023-12-06T03:11:27.289412+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-12-06T03:11:48.164199+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":"21861970-703b-4317-bb28-067ec1d1e016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6801","nonce":2621432778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6803","nonce":2621432778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6807","nonce":2621432778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6805","nonce":2621432778}]},"public_addr":"172.21.15.149:6801/2621432778","cluster_addr":"172.21.15.149:6803/2621432778","heartbeat_back_addr":"172.21.15.149:6807/2621432778","heartbeat_front_addr":"172.21.15.149:6805/2621432778","state":["exists","up"]},{"osd":1,"uuid":"f2691eeb-b820-43ad-90dc-e66684374856","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6803","nonce":3903877871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6805","nonce":3903877871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6809","nonce":3903877871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6807","nonce":3903877871}]},"public_addr":"172.21.15.134:6803/3903877871","cluster_addr":"172.21.15.134:6805/3903877871","heartbeat_back_addr":"172.21.15.134:6809/3903877871","heartbeat_front_addr":"172.21.15.134:6807/3903877871","state":["exists","up"]},{"osd":2,"uuid":"c0f93f39-e12e-4ef4-a253-2631adda2ba5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6809","nonce":2153924491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6811","nonce":2153924491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6815","nonce":2153924491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6813","nonce":2153924491}]},"public_addr":"172.21.15.149:6809/2153924491","cluster_addr":"172.21.15.149:6811/2153924491","heartbeat_back_addr":"172.21.15.149:6815/2153924491","heartbeat_front_addr":"172.21.15.149:6813/2153924491","state":["exists","up"]},{"osd":3,"uuid":"8f172396-b5ab-46e2-ba58-e6bcf99881a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6811","nonce":1749349000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6813","nonce":1749349000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6817","nonce":1749349000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6815","nonce":1749349000}]},"public_addr":"172.21.15.134:6811/1749349000","cluster_addr":"172.21.15.134:6813/1749349000","heartbeat_back_addr":"172.21.15.134:6817/1749349000","heartbeat_front_addr":"172.21.15.134:6815/1749349000","state":["exists","up"]},{"osd":4,"uuid":"9d32304f-82d8-40f2-b752-de9af37c774b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6817","nonce":880380240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6819","nonce":880380240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6823","nonce":880380240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6821","nonce":880380240}]},"public_addr":"172.21.15.149:6817/880380240","cluster_addr":"172.21.15.149:6819/880380240","heartbeat_back_addr":"172.21.15.149:6823/880380240","heartbeat_front_addr":"172.21.15.149:6821/880380240","state":["exists","up"]},{"osd":5,"uuid":"e6ad9142-70ea-43e2-87cb-0710a83bc334","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6819","nonce":3336321160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6821","nonce":3336321160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6825","nonce":3336321160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6823","nonce":3336321160}]},"public_addr":"172.21.15.134:6819/3336321160","cluster_addr":"172.21.15.134:6821/3336321160","heartbeat_back_addr":"172.21.15.134:6825/3336321160","heartbeat_front_addr":"172.21.15.134:6823/3336321160","state":["exists","up"]},{"osd":6,"uuid":"cd1b66d5-e529-4e94-8abc-88cc0ebe96fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6825","nonce":3460450920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6827","nonce":3460450920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6831","nonce":3460450920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6829","nonce":3460450920}]},"public_addr":"172.21.15.149:6825/3460450920","cluster_addr":"172.21.15.149:6827/3460450920","heartbeat_back_addr":"172.21.15.149:6831/3460450920","heartbeat_front_addr":"172.21.15.149:6829/3460450920","state":["exists","up"]},{"osd":7,"uuid":"ecac85fe-dfd5-4ca8-9319-cc142623794f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6827","nonce":989537994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6829","nonce":989537994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6833","nonce":989537994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6831","nonce":989537994}]},"public_addr":"172.21.15.134:6827/989537994","cluster_addr":"172.21.15.134:6829/989537994","heartbeat_back_addr":"172.21.15.134:6833/989537994","heartbeat_front_addr":"172.21.15.134:6831/989537994","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-12-06T03:11:39.777582+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-12-06T03:11:46.189067+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-12-06T03:11:44.857931+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-12-06T03:11:53.088726+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-12-06T03:11:50.039005+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-12-06T03:12:00.157871+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-12-06T03:11:55.298899+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-12-06T03:12:07.345357+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:6801/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6800/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/219867683":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6801/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/3251301448":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/4130035469":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:6801/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/2983310667":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/264254492":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/984747979":"2023-12-07T03:08:39.630894+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-12-06T03:12:20.764 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2023-12-06T03:11:48.164199+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-12-06T03:12:20.765 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2023-12-06T03:12:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:20 smithi149 conmon[88219]: cluster 2023-12-06T03:12:19.491824+0000 mgr.smithi134.npcsqu (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:20 smithi149 conmon[88219]: audit 2023 2023-12-06T03:12:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:20 smithi149 conmon[88219]: -12-06T03:12:19.988132+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.134:0/3253991431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:20 smithi134 conmon[83862]: cluster 2023-12-06T03:12:19.491824+0000 mgr.smithi134.npcsqu 2023-12-06T03:12:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:20 smithi134 conmon[83862]: (mgr.14180) 118 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:20 smithi134 conmon[83862]: audit 2023-12-06T03:12:19.988132+0000 mon.smithi134 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.134:0/3253991431' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:21.963 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:22.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:22 smithi134 conmon[83862]: cluster 2023-12-06T03:12:21.492213+0000 mgr.smithi134.npcsqu (mgr.14180) 119 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:23.268 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:22 smithi149 conmon[88219]: cluster 2023-12-06T03:12:21.492213+0000 mgr.smithi134.npcsqu (mgr.14180) 119 : 2023-12-06T03:12:23.268 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:22 smithi149 conmon[88219]: cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:24.176 INFO:teuthology.orchestra.run.smithi134.stdout:pg_num: 1 2023-12-06T03:12:24.922 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:24 smithi134 conmon[83862]: cluster 2023-12-06T03:12:23.492660+0000 2023-12-06T03:12:24.922 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:24 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:24.922 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:24 smithi134 conmon[83862]: audit 2023-12-06T03:12:24.175321+0000 mon.smithi134 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.134:0/1129749063' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T03:12:24.941 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-12-06T03:12:24.941 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-12-06T03:12:24.942 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph mgr dump --format=json 2023-12-06T03:12:25.161 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:24 smithi149 conmon[88219]: cluster 2023-12-06T03:12:23.492660+0000 mgr.smithi134.npcsqu (mgr.14180) 120 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:25.161 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:24 smithi149 conmon[88219]: audit 2023-12-06T03:12:24.175321+0000 mon.smithi134 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.134:0/1129749063' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2023-12-06T03:12:25.561 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:26 smithi149 conmon[88219]: audit 2023-12-06T03:12:25.179363+0000 mon.smithi134 (mon.0) 583 : audit [INF] 2023-12-06T03:12:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:26 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:26 smithi149 conmon[88219]: cluster 2023-12-06T03:12:25.492967+0000 mgr.smithi134.npcsqu (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:26.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:26 smithi134 conmon[83862]: audit 2023-12-06T03:12:25.179363+0000 mon.smithi134 (mon.0) 583 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:26.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:26 smithi134 conmon[83862]: cluster 2023-12-06T03:12:25.492967+0000 mgr.smithi134.npcsqu (mgr.14180) 121 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:27.878 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:28.489 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi134.npcsqu","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6800","nonce":3176328648},{"type":"v1","addr":"172.21.15.134:6801","nonce":3176328648}]},"active_addr":"172.21.15.134:6801/3176328648","active_change":"2023-12-06T03:09:57.466321+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14198,"name":"smithi149.zwmcvh","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.134:8443/","prometheus":"http://172.21.15.134: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.134:0","nonce":1864299823}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.134:0","nonce":2418262000}]}]} 2023-12-06T03:12:28.494 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-12-06T03:12:28.494 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-12-06T03:12:28.494 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T03:12:28.518 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:28 smithi134 conmon[83862]: audit 2023-12-06T03:12:27.250739+0000 mon.smithi134 (mon.0) 584 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:28.518 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:28 smithi134 conmon[83862]: cluster 2023-12-06T03:12:27.493325+0000 mgr.smithi134.npcsqu (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:28.518 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:28 smithi134 conmon[83862]: audit 2023-12-06T03:12:27.872671+0000 mon.smithi134 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.134:0/674598139' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T03:12:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:28 smithi149 conmon[88219]: audit 2023-12-06T03:12:27.250739+0000 mon.smithi134 (mon.0) 584 : audit [INF] 2023-12-06T03:12:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:28 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:12:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:28 smithi149 conmon[88219]: cluster 2023-12-06T03:12:27.493325+0000 mgr.smithi134.npcsqu (mgr.14180) 122 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:28 smithi149 conmon[88219]: audit 2023-12-06T03:12:27.872671+0000 mon.smithi134 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.134:0/674598139' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-12-06T03:12:28.864 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:30.496 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:30.496 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":40,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","created":"2023-12-06T03:08:17.712782+0000","modified":"2023-12-06T03:12:10.553904+0000","last_up_change":"2023-12-06T03:12:08.547289+0000","last_in_change":"2023-12-06T03:11:27.289412+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-12-06T03:11:48.164199+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":"21861970-703b-4317-bb28-067ec1d1e016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6801","nonce":2621432778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6803","nonce":2621432778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6807","nonce":2621432778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6805","nonce":2621432778}]},"public_addr":"172.21.15.149:6801/2621432778","cluster_addr":"172.21.15.149:6803/2621432778","heartbeat_back_addr":"172.21.15.149:6807/2621432778","heartbeat_front_addr":"172.21.15.149:6805/2621432778","state":["exists","up"]},{"osd":1,"uuid":"f2691eeb-b820-43ad-90dc-e66684374856","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6803","nonce":3903877871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6805","nonce":3903877871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6809","nonce":3903877871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6807","nonce":3903877871}]},"public_addr":"172.21.15.134:6803/3903877871","cluster_addr":"172.21.15.134:6805/3903877871","heartbeat_back_addr":"172.21.15.134:6809/3903877871","heartbeat_front_addr":"172.21.15.134:6807/3903877871","state":["exists","up"]},{"osd":2,"uuid":"c0f93f39-e12e-4ef4-a253-2631adda2ba5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6809","nonce":2153924491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6811","nonce":2153924491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6815","nonce":2153924491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6813","nonce":2153924491}]},"public_addr":"172.21.15.149:6809/2153924491","cluster_addr":"172.21.15.149:6811/2153924491","heartbeat_back_addr":"172.21.15.149:6815/2153924491","heartbeat_front_addr":"172.21.15.149:6813/2153924491","state":["exists","up"]},{"osd":3,"uuid":"8f172396-b5ab-46e2-ba58-e6bcf99881a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6811","nonce":1749349000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6813","nonce":1749349000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6817","nonce":1749349000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6815","nonce":1749349000}]},"public_addr":"172.21.15.134:6811/1749349000","cluster_addr":"172.21.15.134:6813/1749349000","heartbeat_back_addr":"172.21.15.134:6817/1749349000","heartbeat_front_addr":"172.21.15.134:6815/1749349000","state":["exists","up"]},{"osd":4,"uuid":"9d32304f-82d8-40f2-b752-de9af37c774b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6817","nonce":880380240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6819","nonce":880380240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6823","nonce":880380240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6821","nonce":880380240}]},"public_addr":"172.21.15.149:6817/880380240","cluster_addr":"172.21.15.149:6819/880380240","heartbeat_back_addr":"172.21.15.149:6823/880380240","heartbeat_front_addr":"172.21.15.149:6821/880380240","state":["exists","up"]},{"osd":5,"uuid":"e6ad9142-70ea-43e2-87cb-0710a83bc334","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6819","nonce":3336321160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6821","nonce":3336321160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6825","nonce":3336321160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6823","nonce":3336321160}]},"public_addr":"172.21.15.134:6819/3336321160","cluster_addr":"172.21.15.134:6821/3336321160","heartbeat_back_addr":"172.21.15.134:6825/3336321160","heartbeat_front_addr":"172.21.15.134:6823/3336321160","state":["exists","up"]},{"osd":6,"uuid":"cd1b66d5-e529-4e94-8abc-88cc0ebe96fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6825","nonce":3460450920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6827","nonce":3460450920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6831","nonce":3460450920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6829","nonce":3460450920}]},"public_addr":"172.21.15.149:6825/3460450920","cluster_addr":"172.21.15.149:6827/3460450920","heartbeat_back_addr":"172.21.15.149:6831/3460450920","heartbeat_front_addr":"172.21.15.149:6829/3460450920","state":["exists","up"]},{"osd":7,"uuid":"ecac85fe-dfd5-4ca8-9319-cc142623794f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6827","nonce":989537994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6829","nonce":989537994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6833","nonce":989537994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6831","nonce":989537994}]},"public_addr":"172.21.15.134:6827/989537994","cluster_addr":"172.21.15.134:6829/989537994","heartbeat_back_addr":"172.21.15.134:6833/989537994","heartbeat_front_addr":"172.21.15.134:6831/989537994","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-12-06T03:11:39.777582+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-12-06T03:11:46.189067+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-12-06T03:11:44.857931+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-12-06T03:11:53.088726+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-12-06T03:11:50.039005+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-12-06T03:12:00.157871+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-12-06T03:11:55.298899+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-12-06T03:12:07.345357+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:6801/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6800/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/219867683":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6801/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/3251301448":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/4130035469":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:6801/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/2983310667":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/264254492":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/984747979":"2023-12-07T03:08:39.630894+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-12-06T03:12:30.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:30 smithi149 conmon[88219]: cluster 2023-12-06T03:12:29.493690+0000 mgr.smithi134.npcsqu (mgr.14180) 123 : cluster 2023-12-06T03:12:30.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:30 smithi149 conmon[88219]: [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:30.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:30 smithi149 conmon[88219]: audit 2023-12-06T03:12:30.494600+0000 mon.smithi134 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.134:0/2933547827' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:30.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:30 smithi134 conmon[83862]: cluster 2023-12-06T03:12:29.493690+0000 mgr.smithi134.npcsqu (mgr.14180) 123 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:30.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:30 smithi134 conmon[83862]: audit 2023-12-06T03:12:30.494600+0000 mon.smithi134 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.134:0/2933547827' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:31.014 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-12-06T03:12:31.020 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd dump --format=json 2023-12-06T03:12:31.420 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:32.613 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:32 smithi134 conmon[83862]: cluster 2023-12-06T03:12:31.494107+0000 mgr.smithi134.npcsqu (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:32.975 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:12:32.975 INFO:teuthology.orchestra.run.smithi134.stdout:{"epoch":40,"fsid":"962f3c54-93e4-11ee-95a2-87774f69a715","created":"2023-12-06T03:08:17.712782+0000","modified":"2023-12-06T03:12:10.553904+0000","last_up_change":"2023-12-06T03:12:08.547289+0000","last_in_change":"2023-12-06T03:11:27.289412+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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-12-06T03:11:48.164199+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":"21861970-703b-4317-bb28-067ec1d1e016","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6800","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6801","nonce":2621432778}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6803","nonce":2621432778}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6807","nonce":2621432778}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":2621432778},{"type":"v1","addr":"172.21.15.149:6805","nonce":2621432778}]},"public_addr":"172.21.15.149:6801/2621432778","cluster_addr":"172.21.15.149:6803/2621432778","heartbeat_back_addr":"172.21.15.149:6807/2621432778","heartbeat_front_addr":"172.21.15.149:6805/2621432778","state":["exists","up"]},{"osd":1,"uuid":"f2691eeb-b820-43ad-90dc-e66684374856","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":29,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6803","nonce":3903877871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6805","nonce":3903877871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6808","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6809","nonce":3903877871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":3903877871},{"type":"v1","addr":"172.21.15.134:6807","nonce":3903877871}]},"public_addr":"172.21.15.134:6803/3903877871","cluster_addr":"172.21.15.134:6805/3903877871","heartbeat_back_addr":"172.21.15.134:6809/3903877871","heartbeat_front_addr":"172.21.15.134:6807/3903877871","state":["exists","up"]},{"osd":2,"uuid":"c0f93f39-e12e-4ef4-a253-2631adda2ba5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":24,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6808","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6809","nonce":2153924491}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6810","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6811","nonce":2153924491}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6814","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6815","nonce":2153924491}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6812","nonce":2153924491},{"type":"v1","addr":"172.21.15.149:6813","nonce":2153924491}]},"public_addr":"172.21.15.149:6809/2153924491","cluster_addr":"172.21.15.149:6811/2153924491","heartbeat_back_addr":"172.21.15.149:6815/2153924491","heartbeat_front_addr":"172.21.15.149:6813/2153924491","state":["exists","up"]},{"osd":3,"uuid":"8f172396-b5ab-46e2-ba58-e6bcf99881a8","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":28,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6810","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6811","nonce":1749349000}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6812","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6813","nonce":1749349000}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6816","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6817","nonce":1749349000}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6814","nonce":1749349000},{"type":"v1","addr":"172.21.15.134:6815","nonce":1749349000}]},"public_addr":"172.21.15.134:6811/1749349000","cluster_addr":"172.21.15.134:6813/1749349000","heartbeat_back_addr":"172.21.15.134:6817/1749349000","heartbeat_front_addr":"172.21.15.134:6815/1749349000","state":["exists","up"]},{"osd":4,"uuid":"9d32304f-82d8-40f2-b752-de9af37c774b","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":25,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6816","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6817","nonce":880380240}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6818","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6819","nonce":880380240}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6822","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6823","nonce":880380240}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6820","nonce":880380240},{"type":"v1","addr":"172.21.15.149:6821","nonce":880380240}]},"public_addr":"172.21.15.149:6817/880380240","cluster_addr":"172.21.15.149:6819/880380240","heartbeat_back_addr":"172.21.15.149:6823/880380240","heartbeat_front_addr":"172.21.15.149:6821/880380240","state":["exists","up"]},{"osd":5,"uuid":"e6ad9142-70ea-43e2-87cb-0710a83bc334","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6818","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6819","nonce":3336321160}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6820","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6821","nonce":3336321160}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6824","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6825","nonce":3336321160}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6822","nonce":3336321160},{"type":"v1","addr":"172.21.15.134:6823","nonce":3336321160}]},"public_addr":"172.21.15.134:6819/3336321160","cluster_addr":"172.21.15.134:6821/3336321160","heartbeat_back_addr":"172.21.15.134:6825/3336321160","heartbeat_front_addr":"172.21.15.134:6823/3336321160","state":["exists","up"]},{"osd":6,"uuid":"cd1b66d5-e529-4e94-8abc-88cc0ebe96fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6824","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6825","nonce":3460450920}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6826","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6827","nonce":3460450920}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6830","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6831","nonce":3460450920}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6828","nonce":3460450920},{"type":"v1","addr":"172.21.15.149:6829","nonce":3460450920}]},"public_addr":"172.21.15.149:6825/3460450920","cluster_addr":"172.21.15.149:6827/3460450920","heartbeat_back_addr":"172.21.15.149:6831/3460450920","heartbeat_front_addr":"172.21.15.149:6829/3460450920","state":["exists","up"]},{"osd":7,"uuid":"ecac85fe-dfd5-4ca8-9319-cc142623794f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6826","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6827","nonce":989537994}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6828","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6829","nonce":989537994}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6832","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6833","nonce":989537994}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6830","nonce":989537994},{"type":"v1","addr":"172.21.15.134:6831","nonce":989537994}]},"public_addr":"172.21.15.134:6827/989537994","cluster_addr":"172.21.15.134:6829/989537994","heartbeat_back_addr":"172.21.15.134:6833/989537994","heartbeat_front_addr":"172.21.15.134:6831/989537994","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-12-06T03:11:39.777582+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-12-06T03:11:46.189067+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-12-06T03:11:44.857931+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-12-06T03:11:53.088726+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-12-06T03:11:50.039005+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-12-06T03:12:00.157871+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-12-06T03:11:55.298899+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-12-06T03:12:07.345357+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.134:6801/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6800/531587982":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/219867683":"2023-12-07T03:09:57.466208+0000","172.21.15.134:6801/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/3565132400":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/3251301448":"2023-12-07T03:09:07.446957+0000","172.21.15.134:0/4130035469":"2023-12-07T03:09:07.446957+0000","172.21.15.134:6800/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:6801/496580388":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/2983310667":"2023-12-07T03:08:39.630894+0000","172.21.15.134:0/264254492":"2023-12-07T03:09:57.466208+0000","172.21.15.134:0/984747979":"2023-12-07T03:08:39.630894+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-12-06T03:12:33.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:32 smithi149 conmon[88219]: cluster 2023-12-06T03:12:31.494107+0000 mgr.smithi134.npcsqu (mgr.14180) 124 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:33.672 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2023-12-06T03:12:34.035 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:34.114 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:33 smithi134 conmon[83862]: audit 2023-12-06T03:12:32.974247+0000 mon.smithi134 (mon.0 2023-12-06T03:12:34.114 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:33 smithi134 conmon[83862]: ) 587 : audit [DBG] from='client.? 172.21.15.134:0/1414874779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:34.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:33 smithi149 conmon[88219]: audit 2023-12-06T03:12:32.974247+0000 mon.smithi134 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.134:0/1414874779' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-12-06T03:12:35.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:34 smithi134 conmon[83862]: cluster 2023-12-06T03:12:33.494600+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:12:35.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:34 smithi134 conmon[83862]: mgr.14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:35.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:34 smithi149 conmon[88219]: cluster 2023-12-06T03:12:33.494600+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:12:35.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:34 smithi149 conmon[88219]: 14180) 125 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:36.170 INFO:teuthology.orchestra.run.smithi134.stdout:68719476749 2023-12-06T03:12:36.171 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2023-12-06T03:12:36.528 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:36 smithi134 conmon[83862]: cluster 2023-12-06T03:12:35.494985+0000 mgr.smithi134.npcsqu (mgr.14180) 126 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:36 smithi149 conmon[88219]: cluster 2023-12-06T03:12:35.494985+0000 mgr.smithi134.npcsqu (mgr.14180) 126 : cluster [DBG] 2023-12-06T03:12:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:36 smithi149 conmon[88219]: pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:38.521 INFO:teuthology.orchestra.run.smithi134.stdout:90194313229 2023-12-06T03:12:38.522 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2023-12-06T03:12:38.894 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:39.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:38 smithi134 conmon[83862]: cluster 2023-12-06T03:12:37.495400+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:12:39.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:38 smithi134 conmon[83862]: 14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:39.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:38 smithi149 conmon[88219]: cluster 2023-12-06T03:12:37.495400+0000 mgr.smithi134.npcsqu (mgr.14180) 127 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:40.846 INFO:teuthology.orchestra.run.smithi134.stdout:85899345933 2023-12-06T03:12:40.847 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2023-12-06T03:12:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:40 smithi134 conmon[83862]: cluster 2023-12-06T03:12:39.495727+0000 mgr.smithi134.npcsqu (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:41.206 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:40 smithi149 conmon[88219]: cluster 2023-12-06T03:12:39.495727+0000 mgr.smithi134.npcsqu (mgr.14180) 128 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:43.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:42 smithi134 conmon[83862]: cluster 2023-12-06T03:12:41.496122+0000 mgr.smithi134.npcsqu (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:43.279 INFO:teuthology.orchestra.run.smithi134.stdout:120259084300 2023-12-06T03:12:43.279 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2023-12-06T03:12:43.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:42 smithi149 conmon[88219]: cluster 2023-12-06T03:12:41.496122+0000 mgr.smithi134.npcsqu (mgr.14180) 129 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:43.640 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:44.931 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:44 smithi134 conmon[83862]: cluster 2023-12-06T03:12:43.496493+0000 mgr.smithi134.npcsqu 2023-12-06T03:12:44.931 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:44 smithi134 conmon[83862]: (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:44 smithi149 conmon[88219]: cluster 2023-12-06T03:12:43.496493+0000 mgr.smithi134.npcsqu (mgr.14180) 130 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:45.652 INFO:teuthology.orchestra.run.smithi134.stdout:107374182413 2023-12-06T03:12:45.652 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2023-12-06T03:12:46.016 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:47.229 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:46 smithi134 conmon[83862]: cluster 2023-12-06T03:12:45.496813+0000 mgr.smithi134.npcsqu (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:47.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:46 smithi149 conmon[88219]: cluster 2023-12-06T03:12:45.496813+0000 mgr.smithi134.npcsqu (mgr.14180) 131 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:48.010 INFO:teuthology.orchestra.run.smithi134.stdout:146028888076 2023-12-06T03:12:48.011 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2023-12-06T03:12:48.378 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:49.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:48 smithi134 conmon[83862]: cluster 2023-12-06T03:12:47. 2023-12-06T03:12:49.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:48 smithi134 conmon[83862]: 497317+0000 mgr.smithi134.npcsqu (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:48 smithi149 conmon[88219]: cluster 2023-12-06T03:12:47.497317+0000 mgr.smithi134.npcsqu (mgr.14180) 132 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:50.303 INFO:teuthology.orchestra.run.smithi134.stdout:128849018893 2023-12-06T03:12:50.303 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2023-12-06T03:12:50.664 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:51.253 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:50 smithi134 conmon[83862]: cluster 2023-12-06T03:12:49.497627+0000 mgr.smithi134.npcsqu (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:51.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:50 smithi149 conmon[88219]: cluster 2023-12-06T03:12:49.497627+0000 mgr.smithi134.npcsqu (mgr.14180) 133 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:52.695 INFO:teuthology.orchestra.run.smithi134.stdout:163208757260 2023-12-06T03:12:52.695 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.0 2023-12-06T03:12:53.057 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:53.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:52 smithi134 conmon[83862]: cluster 2023-12-06T03:12:51.497991+0000 mgr.smithi134.npcsqu (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:53.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:52 smithi149 conmon[88219]: cluster 2023-12-06T03:12:51.497991+0000 mgr.smithi134.npcsqu (mgr.14180) 134 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:54.665 INFO:teuthology.orchestra.run.smithi134.stdout:68719476753 2023-12-06T03:12:55.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:54 smithi134 conmon[83862]: cluster 2023-12-06T03:12:53.498435+0000 mgr.smithi134.npcsqu (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:55.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:54 smithi134 conmon[83862]: audit 2023-12-06T03:12:54.664537+0000 mon.smithi134 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.134:0/1585891482' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T03:12:55.243 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476753 for osd.0 2023-12-06T03:12:55.243 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.1 2023-12-06T03:12:55.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:54 smithi149 conmon[88219]: cluster 2023-12-06T03:12:53.498435+0000 mgr.smithi134.npcsqu (mgr.14180) 135 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:55.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:54 smithi149 conmon[88219]: audit 2023-12-06T03:12:54.664537 2023-12-06T03:12:55.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:54 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.134:0/1585891482' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-12-06T03:12:55.604 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:57.203 INFO:teuthology.orchestra.run.smithi134.stdout:90194313233 2023-12-06T03:12:57.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:56 smithi134 conmon[83862]: cluster 2023-12-06T03:12:55.498818+0000 mgr.smithi134.npcsqu (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:57.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:56 smithi149 conmon[88219]: cluster 2023-12-06T03:12:55.498818+0000 mgr.smithi134.npcsqu (mgr.14180) 136 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:57.784 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313229 got 90194313233 for osd.1 2023-12-06T03:12:57.784 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.2 2023-12-06T03:12:58.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:57 smithi134 conmon[83862]: audit 2023-12-06T03:12: 2023-12-06T03:12:58.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:57 smithi134 conmon[83862]: 57.202724+0000 mon.smithi134 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.134:0/460958091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T03:12:58.149 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:12:58.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:57 smithi149 conmon[88219]: audit 2023-12-06T03:12:57.202724+0000 mon.smithi134 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.134:0/460958091' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-12-06T03:12:59.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:58 smithi134 conmon[83862]: cluster 2023-12-06T03:12:57.499156+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:12:59.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:58 smithi134 conmon[83862]: 14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:58 smithi149 conmon[88219]: cluster 2023-12-06T03:12:57.499156+0000 mgr.smithi134.npcsqu (mgr.14180) 137 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:12:59.792 INFO:teuthology.orchestra.run.smithi134.stdout:85899345937 2023-12-06T03:13:00.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:12:59 smithi134 conmon[83862]: audit 2023-12-06T03:12:59.790457+0000 mon.smithi134 (mon.0) 590 : audit [DBG] from='client.? 172.21.15.134:0/2848351714' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T03:13:00.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:59 smithi149 conmon[88219]: audit 2023-12-06T03:12:59.790457+0000 mon.smithi134 (mon.0) 590 : audit 2023-12-06T03:13:00.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:12:59 smithi149 conmon[88219]: [DBG] from='client.? 172.21.15.134:0/2848351714' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-12-06T03:13:00.343 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345937 for osd.2 2023-12-06T03:13:00.343 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.3 2023-12-06T03:13:00.708 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:01.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:00 smithi134 conmon[83862]: cluster 2023-12-06T03:12:59.499417+0000 mgr.smithi134.npcsqu (mgr.14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:00 smithi149 conmon[88219]: cluster 2023-12-06T03:12:59.499417+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:13:01.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:00 smithi149 conmon[88219]: 14180) 138 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:02.279 INFO:teuthology.orchestra.run.smithi134.stdout:120259084304 2023-12-06T03:13:02.842 INFO:tasks.cephadm.ceph_manager.ceph:need seq 120259084300 got 120259084304 for osd.3 2023-12-06T03:13:02.843 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.4 2023-12-06T03:13:03.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:02 smithi134 conmon[83862]: cluster 2023-12-06T03:13:01.499750+0000 mgr.smithi134.npcsqu (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:03.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:02 smithi134 conmon[83862]: audit 2023-12-06T03:13:02.278900+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.134:0/402332849' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T03:13:03.211 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:03.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:02 smithi149 conmon[88219]: cluster 2023-12-06T03:13:01.499750+0000 mgr.smithi134.npcsqu (mgr.14180) 139 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:03.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:02 smithi149 conmon[88219]: audit 2023-12-06T03:13:02.278900+0000 mon.smithi134 (mon.0) 591 : audit [DBG] from='client.? 172.21.15.134:0/402332849' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-12-06T03:13:04.819 INFO:teuthology.orchestra.run.smithi134.stdout:107374182417 2023-12-06T03:13:05.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:04 smithi134 conmon[83862]: cluster 2023-12-06T03:13:03.500182+0000 mgr.smithi134.npcsqu (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:05.164 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:04 smithi134 conmon[83862]: audit 2023-12-06T03:13:04.812389+0000 mon.smithi134 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.134:0/1115969017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T03:13:05.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:04 smithi149 conmon[88219]: cluster 2023-12-06T03:13:03.500182+0000 mgr.smithi134.npcsqu (mgr.14180) 140 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:05.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:04 smithi149 conmon[88219]: audit 2023-12-06T03:13:04.812389+0000 mon.smithi134 (mon.0) 592 : audit [DBG] from='client.? 172.21.15.134:0/1115969017' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-12-06T03:13:05.350 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182417 for osd.4 2023-12-06T03:13:05.350 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.5 2023-12-06T03:13:05.713 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:06.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:06 smithi134 conmon[83862]: cluster 2023-12-06T03:13:05.500487+0000 mgr.smithi134.npcsqu (mgr.14180) 141 : cluster 2023-12-06T03:13:06.983 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:06 smithi134 conmon[83862]: [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:07.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:06 smithi149 conmon[88219]: cluster 2023-12-06T03:13:05.500487+0000 mgr.smithi134.npcsqu (mgr.14180) 141 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:07.347 INFO:teuthology.orchestra.run.smithi134.stdout:146028888080 2023-12-06T03:13:07.950 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888076 got 146028888080 for osd.5 2023-12-06T03:13:07.950 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.6 2023-12-06T03:13:08.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:07 smithi149 conmon[88219]: audit 2023-12-06T03:13:07.346593+0000 mon.smithi134 (mon.0) 593 : audit [DBG] 2023-12-06T03:13:08.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:07 smithi149 conmon[88219]: from='client.? 172.21.15.134:0/3672045792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T03:13:08.317 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:08.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:07 smithi134 conmon[83862]: audit 2023-12-06T03:13:07.346593+0000 mon.smithi134 (mon.0) 593 : audit [DBG] from='client.? 172.21.15.134:0/3672045792' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-12-06T03:13:09.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:08 smithi149 conmon[88219]: cluster 2023-12-06T03:13:07.500833+0000 mgr.smithi134.npcsqu (mgr.14180) 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:09.320 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:08 smithi134 conmon[83862]: cluster 2023-12-06T03:13:07.500833+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:13:09.320 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:08 smithi134 conmon[83862]: 142 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:09.928 INFO:teuthology.orchestra.run.smithi134.stdout:128849018897 2023-12-06T03:13:10.532 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018897 for osd.6 2023-12-06T03:13:10.532 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph osd last-stat-seq osd.7 2023-12-06T03:13:10.891 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:11.175 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:10 smithi134 conmon[83862]: cluster 2023-12-06T03:13:09.501285+0000 mgr.smithi134.npcsqu (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:11.175 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:10 smithi134 conmon[83862]: audit 2023-12-06T03:13:09.927718+0000 mon.smithi134 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.134:0/30947943' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T03:13:11.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:10 smithi149 conmon[88219]: cluster 2023-12-06T03:13:09.501285+0000 mgr.smithi134.npcsqu (mgr.14180) 143 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:11.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:10 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:13:11.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:10 smithi149 conmon[88219]: 03:13:09.927718+0000 mon.smithi134 (mon.0) 594 : audit [DBG] from='client.? 172.21.15.134:0/30947943' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-12-06T03:13:12.514 INFO:teuthology.orchestra.run.smithi134.stdout:163208757264 2023-12-06T03:13:13.108 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757260 got 163208757264 for osd.7 2023-12-06T03:13:13.109 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-12-06T03:13:13.109 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T03:13:13.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:12 smithi149 conmon[88219]: cluster 2023-12-06T03:13:11.501831+0000 mgr.smithi134.npcsqu (mgr.14180) 144 : cluster 2023-12-06T03:13:13.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:12 smithi149 conmon[88219]: [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:13.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:12 smithi149 conmon[88219]: audit 2023-12-06T03:13:12.513722+0000 mon.smithi134 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.134:0/1552346239' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T03:13:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:12 smithi134 conmon[83862]: cluster 2023-12-06T03:13:11.501831+0000 mgr.smithi134.npcsqu (mgr.14180) 144 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:12 smithi134 conmon[83862]: audit 2023-12-06T03:13:12.513722+0000 mon.smithi134 (mon.0) 595 : audit [DBG] from='client.? 172.21.15.134:0/1552346239' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-12-06T03:13:13.468 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:15.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:14 smithi134 conmon[83862]: cluster 2023-12-06T03:13:13.502175+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:13:15.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:14 smithi134 conmon[83862]: 14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:15.136 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:15.139 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2023-12-06T03:13:15.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:14 smithi149 conmon[88219]: cluster 2023-12-06T03:13:13.502175+0000 mgr.smithi134.npcsqu (mgr.14180) 145 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:15.673 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":127,"stamp":"2023-12-06T03:13:13.502018+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":2379888,"kb_used_data":3120,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548560,"statfs":{"total":767926730752,"available":765489725440,"internally_reserved":0,"allocated":3194880,"data_stored":1258119,"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":40,"state":"active+clean","last_fresh":"2023-12-06T03:12:11.062609+0000","last_change":"2023-12-06T03:12:11.062609+0000","last_active":"2023-12-06T03:12:11.062609+0000","last_peered":"2023-12-06T03:12:11.062609+0000","last_clean":"2023-12-06T03:12:11.062609+0000","last_became_active":"2023-12-06T03:12:11.062339+0000","last_became_peered":"2023-12-06T03:12:11.062339+0000","last_unstale":"2023-12-06T03:12:11.062609+0000","last_undegraded":"2023-12-06T03:12:11.062609+0000","last_fullsized":"2023-12-06T03:12:11.062609+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T03:11:48.896445+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T03:11:48.896445+0000","last_clean_scrub_stamp":"2023-12-06T03:11:48.896445+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":38,"seq":163208757264,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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":"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.42599999999999999}]},{"osd":1,"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.28699999999999998}]},{"osd":2,"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.48399999999999999}]},{"osd":3,"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.317}]},{"osd":4,"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.51300000000000001}]},{"osd":5,"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.39100000000000001}]},{"osd":6,"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.59399999999999997}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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 Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.56000000000000005}]},{"osd":1,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.32500000000000001}]},{"osd":2,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.48799999999999999}]},{"osd":3,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.33700000000000002}]},{"osd":4,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.498}]},{"osd":6,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.502},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.60699999999999998}]},{"osd":7,"last update":"Wed Dec 6 03:13:11 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39000000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156746,"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 Dec 6 03:12:50 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"last":0.47799999999999998},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.54600000000000004}]},{"osd":1,"last update":"Wed Dec 6 03:12:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.63200000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.57499999999999996}]},{"osd":3,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.624},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.86499999999999999}]},{"osd":4,"last update":"Wed Dec 6 03:12:53 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.70999999999999996}]},{"osd":5,"last update":"Wed Dec 6 03:13:04 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.84499999999999997},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.88600000000000001}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.748},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.69899999999999995}]},{"osd":7,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.81299999999999994},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.76800000000000002}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.60899999999999999}]},{"osd":2,"last update":"Wed Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.52800000000000002}]},{"osd":3,"last update":"Wed Dec 6 03:12:55 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.65400000000000003}]},{"osd":4,"last update":"Wed Dec 6 03:12:55 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.56699999999999995},{"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.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.58699999999999997}]},{"osd":5,"last update":"Wed Dec 6 03:13:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.69699999999999995},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.63}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.71399999999999997},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.64500000000000002}]},{"osd":7,"last update":"Wed Dec 6 03:13:10 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.67400000000000004},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.68300000000000005}]}]},{"osd":1,"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":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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 Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.55800000000000005}]},{"osd":2,"last update":"Wed Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.46300000000000002}]},{"osd":3,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.29299999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.315}]},{"osd":4,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.496},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.54100000000000004}]},{"osd":5,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.45200000000000001}]},{"osd":6,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.52300000000000002},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.58099999999999996}]},{"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.378}]}]},{"osd":4,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.49299999999999999}]},{"osd":1,"last update":"Wed Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.58399999999999996}]},{"osd":2,"last update":"Wed Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.48599999999999999}]},{"osd":3,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.53000000000000003}]},{"osd":5,"last update":"Wed Dec 6 03:13:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.60899999999999999}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.66900000000000004}]},{"osd":7,"last update":"Wed Dec 6 03:13:10 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.78800000000000003},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.72399999999999998}]}]},{"osd":3,"up_from":28,"seq":120259084306,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.628},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.56999999999999995}]},{"osd":1,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.311},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.29199999999999998}]},{"osd":2,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.60499999999999998}]},{"osd":4,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.61299999999999999}]},{"osd":5,"last update":"Wed Dec 6 03:13:06 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.34999999999999998}]},{"osd":6,"last update":"Wed Dec 6 03:13:01 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.53200000000000003},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.55900000000000005}]},{"osd":7,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.36299999999999999},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.41499999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018898,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.27900000000000003},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.35099999999999998}]},{"osd":1,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.45900000000000002}]},{"osd":2,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.434}]},{"osd":3,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.48299999999999998}]},{"osd":4,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.46800000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.498}]},{"osd":5,"last update":"Wed Dec 6 03:13:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.51100000000000001}]},{"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.49299999999999999}]}]}],"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-12-06T03:13:15.675 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph pg dump --format=json 2023-12-06T03:13:16.036 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:17.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:16 smithi134 conmon[83862]: audit 2023-12-06T03:13:15.132907+0000 mgr.smithi134.npcsqu (mgr.14180) 146 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:17.242 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:16 smithi134 conmon[83862]: cluster 2023-12-06T03:13:15.502457+0000 mgr.smithi134.npcsqu (mgr.14180) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:16 smithi149 conmon[88219]: audit 2023-12-06T03:13:15.132907+0000 mgr.smithi134.npcsqu (mgr.14180) 146 : audit [DBG] from='client.14492 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:16 smithi149 conmon[88219]: cluster 2023-12-06 2023-12-06T03:13:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:16 smithi149 conmon[88219]: T03:13:15.502457+0000 mgr.smithi134.npcsqu (mgr.14180) 147 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:17.592 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:17.593 INFO:teuthology.orchestra.run.smithi134.stderr:dumped all 2023-12-06T03:13:18.105 INFO:teuthology.orchestra.run.smithi134.stdout:{"pg_ready":true,"pg_map":{"version":129,"stamp":"2023-12-06T03:13:17.502651+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":2379888,"kb_used_data":3120,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548560,"statfs":{"total":767926730752,"available":765489725440,"internally_reserved":0,"allocated":3194880,"data_stored":1258119,"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":40,"state":"active+clean","last_fresh":"2023-12-06T03:12:11.062609+0000","last_change":"2023-12-06T03:12:11.062609+0000","last_active":"2023-12-06T03:12:11.062609+0000","last_peered":"2023-12-06T03:12:11.062609+0000","last_clean":"2023-12-06T03:12:11.062609+0000","last_became_active":"2023-12-06T03:12:11.062339+0000","last_became_peered":"2023-12-06T03:12:11.062339+0000","last_unstale":"2023-12-06T03:12:11.062609+0000","last_undegraded":"2023-12-06T03:12:11.062609+0000","last_fullsized":"2023-12-06T03:12:11.062609+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-12-06T03:11:48.896445+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-12-06T03:11:48.896445+0000","last_clean_scrub_stamp":"2023-12-06T03:11:48.896445+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":38,"seq":163208757265,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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 Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.30399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.72199999999999998,"5min":0.72199999999999998,"15min":0.72199999999999998},"last":0.51000000000000001}]},{"osd":1,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.26900000000000002},{"interface":"front","average":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.38600000000000001}]},{"osd":2,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.55800000000000005,"5min":0.55800000000000005,"15min":0.55800000000000005},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.67000000000000004,"5min":0.67000000000000004,"15min":0.67000000000000004},"last":0.376},{"interface":"front","average":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.498}]},{"osd":3,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.60499999999999998,"5min":0.60499999999999998,"15min":0.60499999999999998},"last":0.316},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.318,"5min":0.318,"15min":0.318},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.29099999999999998}]},{"osd":4,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.44700000000000001},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.46500000000000002}]},{"osd":5,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"last":0.308},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.41499999999999998}]},{"osd":6,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.628,"5min":0.628,"15min":0.628},"min":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.48999999999999999}]}]},{"osd":5,"up_from":34,"seq":146028888082,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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 Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"max":{"1min":0.68100000000000005,"5min":0.68100000000000005,"15min":0.68100000000000005},"last":0.56000000000000005}]},{"osd":1,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"min":{"1min":0.26500000000000001,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.34599999999999997,"5min":0.34599999999999997,"15min":0.34599999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.621,"5min":0.621,"15min":0.621},"last":0.32500000000000001}]},{"osd":2,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.53800000000000003},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.48799999999999999}]},{"osd":3,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"last":0.28899999999999998},{"interface":"front","average":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"last":0.33700000000000002}]},{"osd":4,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.498}]},{"osd":6,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.502},{"interface":"front","average":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"min":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.60699999999999998}]},{"osd":7,"last update":"Wed Dec 6 03:13:11 2023","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.39000000000000001}]}]},{"osd":2,"up_from":20,"seq":85899345941,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":156746,"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 Dec 6 03:12:50 2023","interfaces":[{"interface":"back","average":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"min":{"1min":0.22,"5min":0.22,"15min":0.22},"max":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"last":0.38100000000000001},{"interface":"front","average":{"1min":0.36699999999999999,"5min":0.36699999999999999,"15min":0.36699999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"last":0.39500000000000002}]},{"osd":1,"last update":"Wed Dec 6 03:12:50 2023","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.48599999999999999},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.372,"5min":0.372,"15min":0.372},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.497}]},{"osd":3,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.45800000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.877,"5min":0.877,"15min":0.877},"last":0.621}]},{"osd":4,"last update":"Wed Dec 6 03:12:53 2023","interfaces":[{"interface":"back","average":{"1min":0.47299999999999998,"5min":0.47299999999999998,"15min":0.47299999999999998},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.36499999999999999},{"interface":"front","average":{"1min":0.48999999999999999,"5min":0.48999999999999999,"15min":0.48999999999999999},"min":{"1min":0.28299999999999997,"5min":0.28299999999999997,"15min":0.28299999999999997},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.53000000000000003}]},{"osd":5,"last update":"Wed Dec 6 03:13:04 2023","interfaces":[{"interface":"back","average":{"1min":0.57499999999999996,"5min":0.57499999999999996,"15min":0.57499999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.73499999999999999,"5min":0.73499999999999999,"15min":0.73499999999999999},"last":0.58999999999999997},{"interface":"front","average":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"min":{"1min":0.42099999999999999,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.4450000000000001,"5min":1.4450000000000001,"15min":1.4450000000000001},"last":0.64400000000000002}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.57499999999999996},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.55900000000000005}]},{"osd":7,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.63,"5min":0.63,"15min":0.63},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.66800000000000004},{"interface":"front","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.49199999999999999,"5min":0.49199999999999999,"15min":0.49199999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.60399999999999998}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.64900000000000002,"5min":0.64900000000000002,"15min":0.64900000000000002},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.63400000000000001,"5min":0.63400000000000001,"15min":0.63400000000000001},"last":0.57399999999999995}]},{"osd":2,"last update":"Wed Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.35399999999999998},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.42599999999999999}]},{"osd":3,"last update":"Wed Dec 6 03:12:55 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.88300000000000001,"5min":0.88300000000000001,"15min":0.88300000000000001},"last":0.46400000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.46999999999999997}]},{"osd":4,"last update":"Wed Dec 6 03:12:55 2023","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.41699999999999998,"5min":0.41699999999999998,"15min":0.41699999999999998},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.59899999999999998},{"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.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.372}]},{"osd":5,"last update":"Wed Dec 6 03:13:06 2023","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.53600000000000003},{"interface":"front","average":{"1min":0.58399999999999996,"5min":0.58399999999999996,"15min":0.58399999999999996},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.76700000000000002,"5min":0.76700000000000002,"15min":0.76700000000000002},"last":0.48699999999999999}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.42699999999999999,"5min":0.42699999999999999,"15min":0.42699999999999999},"max":{"1min":1.302,"5min":1.302,"15min":1.302},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.442,"5min":0.442,"15min":0.442},"max":{"1min":0.79200000000000004,"5min":0.79200000000000004,"15min":0.79200000000000004},"last":0.5}]},{"osd":7,"last update":"Wed Dec 6 03:13:10 2023","interfaces":[{"interface":"back","average":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"min":{"1min":0.441,"5min":0.441,"15min":0.441},"max":{"1min":0.78500000000000003,"5min":0.78500000000000003,"15min":0.78500000000000003},"last":0.52800000000000002},{"interface":"front","average":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"min":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.55200000000000005}]}]},{"osd":1,"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":297484,"kb_used_data":388,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443572,"statfs":{"total":95990841344,"available":95686217728,"internally_reserved":0,"allocated":397312,"data_stored":157159,"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 Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"max":{"1min":0.71199999999999997,"5min":0.71199999999999997,"15min":0.71199999999999997},"last":0.51900000000000002},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.42999999999999999}]},{"osd":2,"last update":"Wed Dec 6 03:12:51 2023","interfaces":[{"interface":"back","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.57399999999999995}]},{"osd":3,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.376,"5min":0.376,"15min":0.376},"min":{"1min":0.27900000000000003,"5min":0.27900000000000003,"15min":0.27900000000000003},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.32900000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.57299999999999995,"5min":0.57299999999999995,"15min":0.57299999999999995},"last":0.30199999999999999}]},{"osd":4,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.504,"5min":0.504,"15min":0.504},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.72299999999999998,"5min":0.72299999999999998,"15min":0.72299999999999998},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.44600000000000001}]},{"osd":5,"last update":"Wed Dec 6 03:13:05 2023","interfaces":[{"interface":"back","average":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"min":{"1min":0.29199999999999998,"5min":0.29199999999999998,"15min":0.29199999999999998},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.497},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.65200000000000002,"5min":0.65200000000000002,"15min":0.65200000000000002},"last":0.36199999999999999}]},{"osd":6,"last update":"Wed Dec 6 03:12:57 2023","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.69899999999999995,"5min":0.69899999999999995,"15min":0.69899999999999995},"last":0.47399999999999998}]},{"osd":7,"last update":"Wed Dec 6 03:13:10 2023","interfaces":[{"interface":"back","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.39500000000000002},{"interface":"front","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"max":{"1min":0.79800000000000004,"5min":0.79800000000000004,"15min":0.79800000000000004},"last":0.40200000000000002}]}]},{"osd":4,"up_from":25,"seq":107374182420,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"last":0.27300000000000002},{"interface":"front","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"last":0.42799999999999999}]},{"osd":1,"last update":"Wed Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.32700000000000001,"5min":0.32700000000000001,"15min":0.32700000000000001},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.36299999999999999}]},{"osd":2,"last update":"Wed Dec 6 03:12:52 2023","interfaces":[{"interface":"back","average":{"1min":0.437,"5min":0.437,"15min":0.437},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"last":0.53000000000000003},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.62,"5min":0.62,"15min":0.62},"last":0.33500000000000002}]},{"osd":3,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.71599999999999997,"5min":0.71599999999999997,"15min":0.71599999999999997},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.378}]},{"osd":5,"last update":"Wed Dec 6 03:13:03 2023","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"max":{"1min":0.82499999999999996,"5min":0.82499999999999996,"15min":0.82499999999999996},"last":0.58199999999999996},{"interface":"front","average":{"1min":0.60399999999999998,"5min":0.60399999999999998,"15min":0.60399999999999998},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.84099999999999997,"5min":0.84099999999999997,"15min":0.84099999999999997},"last":0.41299999999999998}]},{"osd":6,"last update":"Wed Dec 6 03:12:59 2023","interfaces":[{"interface":"back","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.54000000000000004,"5min":0.54000000000000004,"15min":0.54000000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.80100000000000005,"5min":0.80100000000000005,"15min":0.80100000000000005},"last":0.47599999999999998}]},{"osd":7,"last update":"Wed Dec 6 03:13:10 2023","interfaces":[{"interface":"back","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"max":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"last":0.52400000000000002},{"interface":"front","average":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"min":{"1min":0.44900000000000001,"5min":0.44900000000000001,"15min":0.44900000000000001},"max":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"last":0.67700000000000005}]}]},{"osd":3,"up_from":28,"seq":120259084307,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.86899999999999999,"5min":0.86899999999999999,"15min":0.86899999999999999},"last":0.28299999999999997},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.70899999999999996,"5min":0.70899999999999996,"15min":0.70899999999999996},"last":0.35599999999999998}]},{"osd":1,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.23599999999999999,"5min":0.23599999999999999,"15min":0.23599999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.48299999999999998},{"interface":"front","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.27600000000000002,"5min":0.27600000000000002,"15min":0.27600000000000002},"max":{"1min":0.55100000000000005,"5min":0.55100000000000005,"15min":0.55100000000000005},"last":0.32700000000000001}]},{"osd":2,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.82999999999999996,"5min":0.82999999999999996,"15min":0.82999999999999996},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.73099999999999998,"5min":0.73099999999999998,"15min":0.73099999999999998},"last":0.51600000000000001}]},{"osd":4,"last update":"Wed Dec 6 03:12:56 2023","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.49299999999999999}]},{"osd":5,"last update":"Wed Dec 6 03:13:06 2023","interfaces":[{"interface":"back","average":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"min":{"1min":0.313,"5min":0.313,"15min":0.313},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.38800000000000001},{"interface":"front","average":{"1min":0.41199999999999998,"5min":0.41199999999999998,"15min":0.41199999999999998},"min":{"1min":0.32100000000000001,"5min":0.32100000000000001,"15min":0.32100000000000001},"max":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"last":0.436}]},{"osd":6,"last update":"Wed Dec 6 03:13:01 2023","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.53900000000000003},{"interface":"front","average":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"min":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.46600000000000003}]},{"osd":7,"last update":"Wed Dec 6 03:13:09 2023","interfaces":[{"interface":"back","average":{"1min":0.47399999999999998,"5min":0.47399999999999998,"15min":0.47399999999999998},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.55800000000000005},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.81599999999999995,"5min":0.81599999999999995,"15min":0.81599999999999995},"last":0.52800000000000002}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":157474,"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 Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.38500000000000001,"5min":0.38500000000000001,"15min":0.38500000000000001},"min":{"1min":0.24099999999999999,"5min":0.24099999999999999,"15min":0.24099999999999999},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.28199999999999997,"5min":0.28199999999999997,"15min":0.28199999999999997},"max":{"1min":0.64100000000000001,"5min":0.64100000000000001,"15min":0.64100000000000001},"last":0.53600000000000003}]},{"osd":1,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"last":0.56000000000000005},{"interface":"front","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.61099999999999999}]},{"osd":2,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.46899999999999997,"5min":0.46899999999999997,"15min":0.46899999999999997},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.64300000000000002}]},{"osd":3,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.67200000000000004},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.314,"5min":0.314,"15min":0.314},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.73799999999999999}]},{"osd":4,"last update":"Wed Dec 6 03:12:58 2023","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.71899999999999997,"5min":0.71899999999999997,"15min":0.71899999999999997},"last":0.71299999999999997}]},{"osd":5,"last update":"Wed Dec 6 03:13:04 2023","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.629,"5min":0.629,"15min":0.629},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":1.21,"5min":1.21,"15min":1.21},"last":0.77500000000000002}]},{"osd":7,"last update":"Wed Dec 6 03:13:12 2023","interfaces":[{"interface":"back","average":{"1min":0.58999999999999997,"5min":0.58999999999999997,"15min":0.58999999999999997},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.84599999999999997},{"interface":"front","average":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.77300000000000002,"5min":0.77300000000000002,"15min":0.77300000000000002},"last":0.83699999999999997}]}]}],"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-12-06T03:13:18.107 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-12-06T03:13:18.108 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-12-06T03:13:18.108 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-12-06T03:13:18.108 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph health --format=json 2023-12-06T03:13:18.478 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/mon.smithi134/config 2023-12-06T03:13:19.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:18 smithi134 conmon[83862]: cluster 2023-12-06T03:13:17.502776+0000 mgr.smithi134.npcsqu (mgr.14180) 148 2023-12-06T03:13:19.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:18 smithi134 conmon[83862]: : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:19.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:18 smithi134 conmon[83862]: audit 2023-12-06T03:13:17.588276+0000 mgr.smithi134.npcsqu (mgr.14180) 149 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:18 smithi149 conmon[88219]: cluster 2023-12-06T03:13:17.502776+0000 mgr.smithi134.npcsqu (mgr.14180) 148 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:18 smithi149 conmon[88219]: audit 2023-12-06T03:13:17.588276+0000 mgr.smithi134.npcsqu (mgr.14180) 149 : audit [DBG] from='client.14496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:20.116 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:20.672 INFO:teuthology.orchestra.run.smithi134.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-12-06T03:13:20.672 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-12-06T03:13:20.673 INFO:tasks.cephadm:Setup complete, yielding 2023-12-06T03:13:20.673 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T03:13:20.682 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T03:13:20.682 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch status' 2023-12-06T03:13:21.183 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:20 smithi134 conmon[83862]: cluster 2023-12-06T03:13:19 2023-12-06T03:13:21.184 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:20 smithi134 conmon[83862]: .503076+0000 mgr.smithi134.npcsqu (mgr.14180) 150 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:21.184 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:20 smithi134 conmon[83862]: audit 2023-12-06T03:13:20.115201+0000 mon.smithi134 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.134:0/978259363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T03:13:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:20 smithi149 conmon[88219]: cluster 2023-12-06T03:13:19.503076+0000 mgr.smithi134.npcsqu (mgr.14180) 150 : cluster [DBG] 2023-12-06T03:13:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:20 smithi149 conmon[88219]: pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:20 smithi149 conmon[88219]: audit 2023-12-06T03:13:20.115201+0000 mon.smithi134 (mon.0) 596 : audit [DBG] from='client.? 172.21.15.134:0/978259363' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-12-06T03:13:22.595 INFO:teuthology.orchestra.run.smithi134.stdout:Backend: cephadm 2023-12-06T03:13:22.595 INFO:teuthology.orchestra.run.smithi134.stdout:Available: Yes 2023-12-06T03:13:22.595 INFO:teuthology.orchestra.run.smithi134.stdout:Paused: No 2023-12-06T03:13:23.147 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ps' 2023-12-06T03:13:23.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:22 smithi149 conmon[88219]: cluster 2023-12-06T03:13:21.503368+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:13:23.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:22 smithi149 conmon[88219]: 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:23.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:22 smithi134 conmon[83862]: cluster 2023-12-06T03:13:21.503368+0000 mgr.smithi134.npcsqu (mgr.14180) 151 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:24.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:23 smithi149 conmon[88219]: audit 2023-12-06T03:13:22.593876+0000 mgr.smithi134.npcsqu (mgr.14180) 152 : 2023-12-06T03:13:24.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:23 smithi149 conmon[88219]: audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:24.346 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:23 smithi134 conmon[83862]: audit 2023-12-06T03:13:22.593876+0000 mgr.smithi134.npcsqu (mgr.14180) 152 : audit [DBG] from='client.14504 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager.smithi134 smithi134 *:9093,9094 running (2m) 73s ago 3m 16.2M - 0.23.0 ba2b418f427c ab0eab16ea05 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi134 smithi134 running (3m) 73s ago 3m 7293k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 df6ca39e838a 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:crash.smithi149 smithi149 running (3m) 76s ago 3m 7444k - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 261c65d26cfe 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:grafana.smithi134 smithi134 *:3000 running (2m) 73s ago 3m 46.7M - 8.3.5 dad864ee21e9 5669aeacf206 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi134.npcsqu smithi134 *:9283 running (5m) 73s ago 5m 445M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 a621fbb796e5 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:mgr.smithi149.zwmcvh smithi149 *:8443,9283 running (2m) 76s ago 2m 392M - 16.2.14-335-gd03fca4f f9c9e8cc8fe8 e3271e84e379 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi134 smithi134 running (5m) 73s ago 5m 77.0M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 ac9b7f8ea8c4 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:mon.smithi149 smithi149 running (2m) 76s ago 2m 69.1M 2048M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 4d2734df3007 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi134 smithi134 *:9100 running (3m) 73s ago 3m 23.7M - 1.3.1 1dbe0e931976 76ecc8ab7431 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter.smithi149 smithi149 *:9100 running (2m) 76s ago 2m 23.5M - 1.3.1 1dbe0e931976 8738fdd310de 2023-12-06T03:13:24.970 INFO:teuthology.orchestra.run.smithi134.stdout:osd.0 smithi149 running (109s) 76s ago 109s 34.1M 1181M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 d828ca0c5fe8 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.1 smithi134 running (103s) 73s ago 103s 35.0M 3236M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 7cd90faba87d 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.2 smithi149 running (104s) 76s ago 104s 33.4M 1181M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 bfc5cf0a3790 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.3 smithi134 running (96s) 73s ago 96s 31.8M 3236M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 d020b6a910c4 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.4 smithi149 running (99s) 76s ago 99s 28.5M 1181M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 5de8b4f0d9dd 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.5 smithi134 running (89s) 73s ago 89s 30.2M 3236M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 112c075fba5f 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.6 smithi149 running (94s) 76s ago 93s 29.8M 1181M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 8ba4651508f9 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:osd.7 smithi134 running (82s) 73s ago 81s 26.2M 3236M 16.2.14-335-gd03fca4f f9c9e8cc8fe8 0e77e2d58a31 2023-12-06T03:13:24.971 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus.smithi134 smithi134 *:9095 running (2m) 73s ago 3m 44.2M - 2.33.4 514e6a882f6e 8bf2e38fc8ea 2023-12-06T03:13:25.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:24 smithi149 conmon[88219]: cluster 2023-12-06T03:13:23.503641+0000 mgr.smithi134.npcsqu (mgr.14180) 153 : cluster 2023-12-06T03:13:25.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:24 smithi149 conmon[88219]: [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:24 smithi134 conmon[83862]: cluster 2023-12-06T03:13:23.503641+0000 mgr.smithi134.npcsqu (mgr.14180) 153 2023-12-06T03:13:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:24 smithi134 conmon[83862]: : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:25.574 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch ls' 2023-12-06T03:13:26.207 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:25 smithi134 conmon[83862]: audit 2023-12-06T03:13:24.961152+0000 mgr.smithi134.npcsqu (mgr.14180) 154 : 2023-12-06T03:13:26.207 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:25 smithi134 conmon[83862]: audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:26.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:25 smithi149 conmon[88219]: audit 2023-12-06T03:13:24.961152+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:13:26.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:25 smithi149 conmon[88219]: ) 154 : audit [DBG] from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:27.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:26 smithi134 conmon[83862]: cluster 2023-12-06T03:13:25.503984+0000 mgr.smithi134.npcsqu (mgr.14180) 155 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:27.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:26 smithi149 conmon[88219]: cluster 2023-12-06T03:13:25.503984+0000 mgr.smithi134.npcsqu (mgr.14180) 155 2023-12-06T03:13:27.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:26 smithi149 conmon[88219]: : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:27.394 INFO:teuthology.orchestra.run.smithi134.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-12-06T03:13:27.394 INFO:teuthology.orchestra.run.smithi134.stdout:alertmanager ?:9093,9094 1/1 75s ago 4m count:1 2023-12-06T03:13:27.394 INFO:teuthology.orchestra.run.smithi134.stdout:crash 2/2 78s ago 4m * 2023-12-06T03:13:27.394 INFO:teuthology.orchestra.run.smithi134.stdout:grafana ?:3000 1/1 75s ago 4m count:1 2023-12-06T03:13:27.395 INFO:teuthology.orchestra.run.smithi134.stdout:mgr 2/2 78s ago 4m count:2 2023-12-06T03:13:27.395 INFO:teuthology.orchestra.run.smithi134.stdout:mon 2/2 78s ago 3m smithi134:172.21.15.134=smithi134;smithi149:172.21.15.149=smithi149;count:2 2023-12-06T03:13:27.395 INFO:teuthology.orchestra.run.smithi134.stdout:node-exporter ?:9100 2/2 78s ago 4m * 2023-12-06T03:13:27.395 INFO:teuthology.orchestra.run.smithi134.stdout:osd.all-available-devices 8 78s ago 2m * 2023-12-06T03:13:27.395 INFO:teuthology.orchestra.run.smithi134.stdout:prometheus ?:9095 1/1 75s ago 4m count:1 2023-12-06T03:13:27.921 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch host ls' 2023-12-06T03:13:28.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:27 smithi149 conmon[88219]: audit 2023-12-06T03:13:27.253301+0000 mon.smithi134 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:13:28.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:27 smithi134 conmon[83862]: audit 2023-12-06T03:13:27.253301 2023-12-06T03:13:28.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:27 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:13:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:28 smithi149 conmon[88219]: audit 2023-12-06T03:13:27.386594+0000 mgr.smithi134.npcsqu (mgr.14180) 156 2023-12-06T03:13:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:28 smithi149 conmon[88219]: : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:28 smithi149 conmon[88219]: cluster 2023-12-06T03:13:27.504281+0000 mgr.smithi134.npcsqu (mgr.14180) 157 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:28 smithi134 conmon[83862]: audit 2023-12-06T03:13:27.386594+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:13:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:28 smithi134 conmon[83862]: ) 156 : audit [DBG] from='client.14512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:28 smithi134 conmon[83862]: cluster 2023-12-06T03:13:27.504281+0000 mgr.smithi134.npcsqu (mgr.14180) 157 : cluster [DBG] 2023-12-06T03:13:29.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:28 smithi134 conmon[83862]: pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:30.294 INFO:teuthology.orchestra.run.smithi134.stdout:HOST ADDR LABELS STATUS 2023-12-06T03:13:30.294 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 172.21.15.134 2023-12-06T03:13:30.294 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 172.21.15.149 2023-12-06T03:13:30.294 INFO:teuthology.orchestra.run.smithi134.stdout:2 hosts in cluster 2023-12-06T03:13:30.322 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:30 smithi134 conmon[83862]: audit 2023-12-06T03:13:29.098094+0000 mon.smithi134 (mon.0) 598 : 2023-12-06T03:13:30.322 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:30 smithi134 conmon[83862]: audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:30.323 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:30 smithi134 conmon[83862]: cluster 2023-12-06T03:13:29.504555+0000 mgr.smithi134.npcsqu (mgr.14180) 158 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:30 smithi149 conmon[88219]: audit 2023-12-06T03:13:29.098094+0000 mon.smithi134 (mon.0) 598 2023-12-06T03:13:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:30 smithi149 conmon[88219]: : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:30 smithi149 conmon[88219]: cluster 2023-12-06T03:13:29.504555+0000 mgr.smithi134.npcsqu (mgr.14180) 158 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:30.929 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls' 2023-12-06T03:13:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:31 smithi134 conmon[83862]: audit 2023-12-06T03: 2023-12-06T03:13:31.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:31 smithi134 conmon[83862]: 13:30.292788+0000 mgr.smithi134.npcsqu (mgr.14180) 159 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:31 smithi149 conmon[88219]: audit 2023-12-06T03:13:30.292788+0000 mgr.smithi134.npcsqu (mgr.14180) 159 : audit [DBG] from='client.14516 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:32.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:32 smithi134 conmon[83862]: cluster 2023-12-06T03:13:31.504872+0000 mgr.smithi134.npcsqu (mgr.14180) 160 2023-12-06T03:13:32.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:32 smithi134 conmon[83862]: : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:32 smithi149 conmon[88219]: cluster 2023-12-06T03:13:31.504872+0000 mgr.smithi134.npcsqu (mgr.14180) 160 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62420002400BGN 372G 76s ago LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme1n1 ssd Linux_e3676d5fe7ad826316e6 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme2n1 ssd Linux_73afc090af5cf1802705 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme3n1 ssd Linux_c0a0bb3650d1cef41ff0 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme4n1 ssd Linux_c3b6ccece9a1fea16d2e 89.4G 76s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CK400BGN 372G 80s ago LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme1n1 ssd Linux_03077182157da45941c6 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme2n1 ssd Linux_50731284c6c539dcda52 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme3n1 ssd Linux_1ae6564452f1eebb7b40 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.075 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme4n1 ssd Linux_f6fb57972f036677e73b 89.4G 80s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:33.662 INFO:teuthology.run_tasks:Running task vip... 2023-12-06T03:13:33.671 INFO:tasks.vip:Allocating static IPs for each host... 2023-12-06T03:13:33.671 INFO:tasks.vip:peername 172.21.15.134 2023-12-06T03:13:33.674 INFO:tasks.vip:172.21.15.134 in 172.21.0.0/20, pos 3973 2023-12-06T03:13:33.679 INFO:tasks.vip:smithi134.front.sepia.ceph.com static 10.0.15.134, vnet 10.0.0.0/16 2023-12-06T03:13:33.679 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-12-06T03:13:33.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip route ls 2023-12-06T03:13:33.707 INFO:teuthology.orchestra.run.smithi134.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-06T03:13:33.708 INFO:teuthology.orchestra.run.smithi134.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.134 metric 100 2023-12-06T03:13:33.708 INFO:tasks.vip:Configuring 10.0.15.134 on smithi134.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T03:13:33.708 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr add 10.0.15.134/16 dev enp3s0f1 2023-12-06T03:13:33.773 INFO:tasks.vip:peername 172.21.15.149 2023-12-06T03:13:33.776 INFO:tasks.vip:172.21.15.149 in 172.21.0.0/20, pos 3988 2023-12-06T03:13:33.780 INFO:tasks.vip:smithi149.front.sepia.ceph.com static 10.0.15.149, vnet 10.0.0.0/16 2023-12-06T03:13:33.781 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip route ls 2023-12-06T03:13:33.815 INFO:teuthology.orchestra.run.smithi149.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-12-06T03:13:33.815 INFO:teuthology.orchestra.run.smithi149.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.149 metric 100 2023-12-06T03:13:33.817 INFO:tasks.vip:Configuring 10.0.15.149 on smithi149.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T03:13:33.817 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr add 10.0.15.149/16 dev enp3s0f1 2023-12-06T03:13:33.889 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-12-06T03:13:33.899 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T03:13:33.900 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:32.751260+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:33.072311+0000 mgr.smithi134.npcsqu (mgr.14180) 161 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:33.077550+0000 mon.smithi134 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:33.078281+0000 mon.smithi134 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:33.082787+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:33.921 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:33 smithi134 conmon[83862]: audit 2023-12-06T03:13:33.086532+0000 mon.smithi134 (mon.0) 603 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:32.751260+0000 mon.smithi134 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:33. 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: 072311+0000 mgr.smithi134.npcsqu (mgr.14180) 161 : audit [DBG] from='client.14520 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:33.077550+0000 mon.smithi134 (mon.0) 600 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:33.078281+0000 mon.smithi134 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:33.082787+0000 mon.smithi134 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: audit 2023-12-06T03:13:33.086532+0000 mon.smithi134 (mon.0) 603 2023-12-06T03:13:34.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:33 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:13:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:35 smithi134 conmon[83862]: cluster 2023-12-06T03:13:33.505157+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:13:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:35 smithi134 conmon[83862]: mgr.14180) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:35 smithi149 conmon[88219]: cluster 2023-12-06T03:13:33.505157+0000 mgr.smithi134.npcsqu (mgr.14180) 162 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT62420002400BGN 372G 79s ago LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme1n1 ssd Linux_e3676d5fe7ad826316e6 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme2n1 ssd Linux_73afc090af5cf1802705 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme3n1 ssd Linux_c0a0bb3650d1cef41ff0 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi134 /dev/nvme4n1 ssd Linux_c3b6ccece9a1fea16d2e 89.4G 79s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_CVFT623300CK400BGN 372G 83s ago LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme1n1 ssd Linux_03077182157da45941c6 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme2n1 ssd Linux_50731284c6c539dcda52 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.757 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme3n1 ssd Linux_1ae6564452f1eebb7b40 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:35.758 INFO:teuthology.orchestra.run.smithi134.stdout:smithi149 /dev/nvme4n1 ssd Linux_f6fb57972f036677e73b 89.4G 83s ago Insufficient space (<10 extents) on vgs, LVM detected, locked 2023-12-06T03:13:36.328 INFO:teuthology.run_tasks:Running task cephadm.apply... 2023-12-06T03:13:36.340 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.134/16' 2023-12-06T03:13:36.340 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch apply -i - 2023-12-06T03:13:36.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:36 smithi134 conmon[83862]: audit 2023-12-06T03:13:35.759042+0000 mon.smithi134 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:13:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:36 smithi149 conmon[88219]: audit 2023-12-06T03:13:35.759042+0000 mon.smithi134 (mon.0) 604 : audit [DBG] 2023-12-06T03:13:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:36 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:13:37.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:37 smithi134 conmon[83862]: cluster 2023-12-06T03:13:35.505442+0000 mgr.smithi134.npcsqu (mgr.14180) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:37.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:37 smithi134 conmon[83862]: audit 2023-12-06T03:13:35.754677+0000 mgr.smithi134.npcsqu (mgr.14180) 164 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:37 smithi149 conmon[88219]: cluster 2023-12-06T03:13:35.505442+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:13:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:37 smithi149 conmon[88219]: mgr.14180) 163 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:37 smithi149 conmon[88219]: audit 2023-12-06T03:13:35.754677+0000 mgr.smithi134.npcsqu (mgr.14180) 164 : audit [DBG] from='client.14524 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:38.765 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled rgw.foo update... 2023-12-06T03:13:38.765 INFO:teuthology.orchestra.run.smithi134.stdout:Scheduled ingress.rgw.foo update... 2023-12-06T03:13:38.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:38 smithi149 conmon[88219]: cluster 2023-12-06T03:13:37.505946+0000 mgr.smithi134.npcsqu (mgr.14180) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:38.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:38 smithi149 conmon[88219]: audit 2023-12-06T03:13:37.541818+0000 mon.smithi134 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:38.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:38 smithi134 conmon[83862]: cluster 2023-12-06T03:13:37.505946+0000 mgr.smithi134.npcsqu (mgr.14180) 165 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:38.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:38 smithi134 conmon[83862]: audit 2023-12-06T03:13:37.541818+0000 mon.smithi134 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:39.367 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T03:13:39.378 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2023-12-06T03:13:39.378 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:13:40.015 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: audit 2023-12-06T03:13:38.751601+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:13:40.015 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: ) 166 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:40.015 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: cephadm 2023-12-06T03:13:38.755230+0000 mgr.smithi134.npcsqu (mgr.14180) 167 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-06T03:13:40.015 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: audit 2023-12-06T03:13:38.758742+0000 mon.smithi134 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:40.016 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: cephadm 2023-12-06T03:13:38.759143+0000 mgr.smithi134.npcsqu (mgr.14180) 168 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-06T03:13:40.016 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:39 smithi149 conmon[88219]: audit 2023-12-06T03:13:38.761894+0000 mon.smithi134 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:40.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:39 smithi134 conmon[83862]: audit 2023-12-06T03:13:38.751601+0000 mgr.smithi134.npcsqu (mgr.14180) 166 : audit [DBG] from='client.14528 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2023-12-06T03:13:40.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:39 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:38.755230+0000 mgr.smithi134.npcsqu (mgr.14180) 167 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-06T03:13:40.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:39 smithi134 conmon[83862]: audit 2023-12-06T03:13:38.758742+0000 mon.smithi134 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:40.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:39 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:38.759143+0000 mgr.smithi134.npcsqu (mgr.14180) 168 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2023-12-06T03:13:40.030 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:39 smithi134 conmon[83862]: audit 2023-12-06T03:13:38.761894+0000 mon.smithi134 (mon.0) 607 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:40.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:40 smithi134 conmon[83862]: cluster 2023-12-06T03:13:39.506264+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:13:40.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:40 smithi134 conmon[83862]: ) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:40 smithi149 conmon[88219]: cluster 2023-12-06T03:13:39.506264+0000 mgr.smithi134.npcsqu (mgr.14180) 169 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:41.606 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:41.607 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:38.755244Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:13:42.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:41 smithi134 conmon[83862]: audit 2023-12-06T03:13:40.936310+0000 mon.smithi134 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:42.221 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:41 smithi134 conmon[83862]: audit 2023-12-06T03:13:41.298646+0000 mon.smithi134 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:41 smithi149 conmon[88219]: audit 2023-12-06T03:13:40.936310+0000 mon.smithi134 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:41 smithi149 conmon[88219]: audit 2023-12-06T03:13:41.298646+0000 mon.smithi134 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:42.311 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:13:43.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:42 smithi134 conmon[83862]: cluster 2023-12-06T03:13:41.506574+0000 mgr.smithi134.npcsqu (mgr.14180) 170 : cluster 2023-12-06T03:13:43.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:42 smithi134 conmon[83862]: [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:43.255 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:42 smithi134 conmon[83862]: audit 2023-12-06T03:13:41.601498+0000 mgr.smithi134.npcsqu (mgr.14180) 171 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:43.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:42 smithi149 conmon[88219]: cluster 2023-12-06T03:13:41.506574+0000 mgr.smithi134.npcsqu (mgr.14180) 170 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:43.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:42 smithi149 conmon[88219]: audit 2023-12-06T03:13:41.601498+0000 mgr.smithi134.npcsqu (mgr.14180) 171 : audit [DBG] from='client.14532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:43.311 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:13:45.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:44 smithi134 conmon[83862]: cluster 2023-12-06T03:13:43.506913+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:13:45.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:44 smithi134 conmon[83862]: 14180) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:44 smithi149 conmon[88219]: cluster 2023-12-06T03:13:43.506913+0000 mgr.smithi134.npcsqu (mgr.14180) 172 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:45.692 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:45.692 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:13:46.277 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: cluster 2023-12-06T03:13:45.507250+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 14180) 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:45.529658+0000 mon.smithi134 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:45.530561+0000 mon.smithi134 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:45.531195+0000 mon.smithi134 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:45.534976+0000 mon.smithi134 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:45.538376+0000 mon.smithi134 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:13:46.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: cephadm 2023-12-06 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: T03:13:45.542184+0000 mgr.smithi134.npcsqu (mgr.14180) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: T03:13:45.544866+0000 mon.smithi134 (mon.0) 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 615 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 12-06T03:13:45 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: .545351+0000 mon.smithi134 (mon.0) 616 : audit 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.iiuant", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 12-06T03:13:45 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: .547851+0000 mon.smithi134 (mon.0) 617 : audit 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.iiuant", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:13:46.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 06T03:13:45.551182+0000 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: mon.smithi134 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 2023-12-06T03:13:45 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: .551812+0000 mon.smithi134 (mon.0 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: ) 619 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: cephadm 2023-12- 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 06T03:13:45.552325+0000 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 175 : cephadm [INF] 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: Deploying daemon rgw.foo.smithi149.iiuant on smithi149 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: 03:13:45.688572+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:13:46.802 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:46 smithi149 conmon[88219]: .14180) 176 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:46.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: cluster 2023-12-06T03:13:45.507250+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: 173 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.529658+0000 mon.smithi134 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.530561+0000 mon.smithi134 (mon.0) 611 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.531195+0000 mon.smithi134 (mon.0) 612 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.534976+0000 mon.smithi134 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.538376+0000 mon.smithi134 (mon.0) 614 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:45.542184+0000 mgr.smithi134.npcsqu (mgr.14180) 174 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.544866+0000 mon.smithi134 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.545351+0000 mon.smithi134 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.iiuant", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.547851+0000 mon.smithi134 (mon.0) 617 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.iiuant", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.551182+0000 mon.smithi134 (mon.0) 618 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45.551812+0000 mon.smithi134 (mon.0) 619 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:45.552325+0000 mgr.smithi134.npcsqu (mgr.14180) 175 : cephadm [INF] Deploying daemon rgw.foo.smithi149.iiuant on smithi149 2023-12-06T03:13:46.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: audit 2023-12-06T03:13:45 2023-12-06T03:13:46.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:46 smithi134 conmon[83862]: .688572+0000 mgr.smithi134.npcsqu (mgr.14180) 176 : audit [DBG] from='client.14536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:47.278 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:13:49.258 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:49.258 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: cluster 2023-12-06T03:13:47.507565+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: .14180) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.017560+0000 mon.smithi134 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.018668+0000 mon.smithi134 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.usikpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.021389+0000 mon.smithi134 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.usikpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.024925+0000 mon.smithi134 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:49.269 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.025512+0000 mon.smithi134 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:49.270 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:48.025987+0000 mgr.smithi134.npcsqu (mgr.14180) 178 : cephadm [INF] Deploying daemon rgw.foo.smithi134.usikpr on smithi134 2023-12-06T03:13:49.270 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: cluster 2023-12-06T03:13:48.535309+0000 mon.smithi134 (mon.0) 625 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T03:13:49.270 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.537670+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T03:13:49.270 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:49 smithi134 conmon[83862]: audit 2023-12-06T03:13:48.538049+0000 mon.smithi134 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: cluster 2023-12-06T03:13:47.507565+0000 mgr.smithi134.npcsqu (mgr.14180) 177 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.017560+0000 mon.smithi134 (mon.0) 620 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.018668+0000 mon.smithi134 (mon.0) 621 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.usikpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.021389+0000 mon.smithi134 (mon.0) 622 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.usikpr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.024925+0000 mon.smithi134 (mon.0) 623 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.025512+0000 mon.smithi134 (mon.0) 624 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: cephadm 2023-12-06T03:13:48.025987+0000 mgr.smithi134.npcsqu (mgr.14180) 178 : cephadm [INF] Deploying daemon rgw.foo.smithi134.usikpr on smithi134 2023-12-06T03:13:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: cluster 2023-12-06T03:13:48.535309+0000 mon.smithi134 (mon.0) 625 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2023-12-06T03:13:49.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.537670+0000 mon.smithi149 (mon.1) 19 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T03:13:49.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:49 smithi149 conmon[88219]: audit 2023-12-06T03:13:48.538049+0000 mon.smithi134 (mon.0) 626 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2023-12-06T03:13:50.218 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:13:50.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:50 smithi134 conmon[83862]: audit 2023-12-06T03:13:49.254413+0000 2023-12-06T03:13:50.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:50 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 179 : audit [DBG] from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:50.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:50 smithi134 conmon[83862]: cluster 2023-12-06T03:13:49.507982+0000 mgr.smithi134.npcsqu (mgr.14180) 180 : cluster [DBG] pgmap v146: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:50.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:50 smithi134 conmon[83862]: audit 2023-12-06T03:13:49.536384+0000 mon.smithi134 (mon.0) 627 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T03:13:50.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:50 smithi134 conmon[83862]: cluster 2023-12-06T03:13:49.536531+0000 mon.smithi134 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: audit 2023-12-06T03:13:49.254413+0000 mgr.smithi134.npcsqu (mgr.14180) 179 : audit [DBG] 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: cluster 2023-12-06T03:13:49.507982+0000 mgr.smithi134.npcsqu (mgr.14180) 180 : cluster [DBG] pgmap v146: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: audit 2023-12-06T03:13:49.536384+0000 mon.smithi134 (mon.0) 627 : 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: cluster 2023-12-06T03:13:49.536531+0000 2023-12-06T03:13:50.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:50 smithi149 conmon[88219]: mon.smithi134 (mon.0) 628 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2023-12-06T03:13:51.219 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:13:51.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: cluster 2023-12-06T03:13:50.541201+0000 mon.smithi134 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-06T03:13:51.553 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:50.542505+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:50.544393+0000 mon.smithi134 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.008272+0000 mon.smithi134 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.009353+0000 mon.smithi134 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.eaozti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.012254+0000 mon.smithi134 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.eaozti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.015805+0000 mon.smithi134 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.016401+0000 mon.smithi134 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:51.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:51 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:51.016908+0000 mgr.smithi134.npcsqu (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi149.eaozti on smithi149 2023-12-06T03:13:51.805 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: cluster 2023-12-06T03:13:50.541201+0000 mon.smithi134 (mon.0) 629 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:50.542505+0000 mon.smithi149 (mon.1) 20 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:50.544393+0000 mon.smithi134 (mon.0) 630 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: 2023-12-06T03:13:51.008272+0000 mon.smithi134 (mon.0) 631 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.009353+0000 mon.smithi134 (mon.0) 632 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.eaozti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.012254+0000 mon.smithi134 (mon.0) 633 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi149.eaozti", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.015805+0000 mon.smithi134 (mon.0) 634 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.016401+0000 mon.smithi134 (mon.0) 635 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:51.806 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:51 smithi149 conmon[88219]: cephadm 2023-12-06T03:13:51.016908+0000 mgr.smithi134.npcsqu (mgr.14180) 181 : cephadm [INF] Deploying daemon rgw.foo.smithi149.eaozti on smithi149 2023-12-06T03:13:52.784 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:52 smithi149 conmon[88219]: cluster 2023-12-06T03:13:51.508316+0000 mgr.smithi134.npcsqu (mgr.14180) 182 : cluster [DBG] pgmap v149: 65 pgs: 12 active+clean, 1 creating+peering, 52 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:52.784 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:52 smithi149 conmon[88219]: audit 2023-12-06T03:13:51.543126+0000 mon.smithi134 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-06T03:13:52.784 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:52 smithi149 conmon[88219]: cluster 2023-12-06T03:13:51.543504+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-06T03:13:52.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:52 smithi134 conmon[83862]: cluster 2023-12-06T03:13:51.508316+0000 mgr.smithi134.npcsqu (mgr.14180) 182 : cluster [DBG] pgmap v149: 65 pgs: 12 active+clean, 1 creating+peering, 52 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:13:52.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:52 smithi134 conmon[83862]: audit 2023-12-06T03:13:51.543126+0000 mon.smithi134 (mon.0) 636 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2023-12-06T03:13:52.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:52 smithi134 conmon[83862]: cluster 2023-12-06T03:13:51.543504+0000 mon.smithi134 (mon.0) 637 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2023-12-06T03:13:53.259 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:53.259 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:13:53.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: cluster 2023-12-06T03:13:52.550309+0000 mon.smithi134 (mon.0) 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-06T03:13:53.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:52.551155+0000 mon.smithi134 (mon.0) 639 : audit [INF] from='client.? 172.21.15.134:0/2953566934' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:53.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:52.557033+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:53.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:52.563052+0000 mon.smithi134 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:53.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.488124+0000 mon.smithi134 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.489202+0000 mon.smithi134 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.gnfjiy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53. 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: 494750+0000 mon.smithi134 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.gnfjiy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.501468+0000 mon.smithi134 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.502342+0000 mon.smithi134 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.556033+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='client.? 172.21.15.134:0/2953566934' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.556258+0000 mon.smithi134 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: cluster 2023-12-06T03:13:53.556318+0000 mon.smithi134 (mon.0) 648 : cluster [DBG] 2023-12-06T03:13:53.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:53 smithi134 conmon[83862]: osdmap e46: 8 total, 8 up, 8 in 2023-12-06T03:13:53.872 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:13:54.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: cluster 2023-12-06T03:13:52.550309+0000 mon.smithi134 (mon.0) 2023-12-06T03:13:54.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: 638 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:52.551155+0000 mon.smithi134 (mon.0) 639 : audit [INF] from='client.? 172.21.15.134:0/2953566934' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:52.557033+0000 mon.smithi149 (mon.1) 21 : audit [INF] from='client.? 172.21.15.149:0/3481692792' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:52.563052+0000 mon.smithi134 (mon.0) 640 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.488124+0000 mon.smithi134 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.489202+0000 mon.smithi134 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.gnfjiy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.494750+0000 mon.smithi134 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi134.gnfjiy", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.501468+0000 mon.smithi134 (mon.0) 644 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.502342+0000 mon.smithi134 (mon.0) 645 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.556033+0000 mon.smithi134 (mon.0) 646 : audit [INF] from='client.? 172.21.15.134:0/2953566934' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.556258+0000 mon.smithi134 (mon.0) 647 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2023-12-06T03:13:54.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:53 smithi149 conmon[88219]: cluster 2023-12-06T03:13:53.556318+0000 mon.smithi134 (mon.0) 648 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2023-12-06T03:13:54.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:53.255742+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: 14180) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:53.503736+0000 mgr.smithi134.npcsqu (mgr.14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi134.gnfjiy on smithi134 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: cluster 2023-12-06T03:13:53.508666+0000 mgr.smithi134.npcsqu (mgr.14180) 185 : cluster [DBG] pgmap v152: 97 pgs: 53 active+clean, 3 creating+peering, 41 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 344 B/s wr, 1 op/s 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: cluster 2023-12-06T03:13:54.555267+0000 mon.smithi134 (mon.0) 649 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.556823+0000 mon.smithi149 (mon.1) 22 : audit [INF] from='client.? 172.21.15.149:0/2413384126' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.557367+0000 mon.smithi149 (mon.1) 23 : audit [INF] from='client.? 172.21.15.134:0/469371501' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.557449+0000 mon.smithi134 (mon.0) 650 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.559544+0000 mon.smithi134 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.559745+0000 mon.smithi149 (mon.1) 24 : audit [INF] from='client.? 172.21.15.149:0/1690709560' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:54 smithi134 conmon[83862]: audit 2023-12-06T03:13:54.560094+0000 mon.smithi134 (mon.0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:54.874 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03:13:53.255742+0000 mgr.smithi134.npcsqu (mgr.14180) 183 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: cephadm 2023-12-06T 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: 03:13:53.503736+0000 mgr.smithi134.npcsqu (mgr.14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi134.gnfjiy on smithi134 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: cluster 2023-12-06T03:13:53.508666+0000 mgr.smithi134.npcsqu (mgr.14180) 185 : cluster [DBG] pgmap v152: 97 pgs: 53 active+clean, 3 creating+peering, 41 unknown; 1.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.3 KiB/s rd, 344 B/s wr, 1 op/s 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: cluster 2023-12-06T03:13:54.555267+0000 mon.smithi134 (mon.0) 649 : cluster [DBG] 2023-12-06T03:13:55.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: osdmap e47: 8 total, 8 up, 8 in 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03:13:54.556823+0000 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: mon.smithi149 (mon.1) 22 : audit [INF] from='client.? 172.21.15.149:0/2413384126' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: 13:54.557367+0000 mon.smithi149 (mon.1) 23 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: : audit [INF] from='client.? 172.21.15.134:0/469371501' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: 13:54.557449+0000 mon.smithi134 (mon.0) 650 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: 13:54.559544+0000 mon.smithi134 (mon.0) 651 : 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12-06T03:13 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: :54.559745+0000 mon.smithi149 (mon.1) 24 : 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit [INF] from='client.? 172.21.15.149:0/1690709560' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:55.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:13:55.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: 06T03:13:54.560094+0000 mon.smithi134 (mon 2023-12-06T03:13:55.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:54 smithi149 conmon[88219]: .0) 652 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: cluster 2023-12-06T03:13:55.509197+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: mgr.14180) 186 : cluster [DBG] pgmap v155: 129 pgs: 77 active+clean, 7 creating+peering, 45 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 5 op/s 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.561633+0000 mon.smithi134 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.561715+0000 mon.smithi134 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.561790+0000 mon.smithi134 (mon.0) 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: cluster 2023-12-06T03:13:55.561880+0000 mon.smithi134 (mon.0) 656 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.563421+0000 mon.smithi149 (mon.1) 25 : audit [INF] from='client.? 172.21.15.149:0/1690709560' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.563678+0000 mon.smithi149 (mon.1) 26 : audit [INF] from='client.? 172.21.15.134:0/469371501' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:56.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.563866+0000 mon.smithi149 (mon.1) 27 : audit [INF] from='client.? 172.21.15.149:0/2413384126' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:56.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.564590+0000 mon.smithi134 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:56.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.565461+0000 mon.smithi134 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:56.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:56 smithi134 conmon[83862]: audit 2023-12-06T03:13:55.565977+0000 mon.smithi134 (mon.0) 659 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: cluster 2023-12-06T03:13:55.509197+0000 mgr.smithi134.npcsqu (mgr.14180) 186 : cluster [DBG] pgmap v155: 129 pgs: 77 active+clean, 7 creating+peering, 45 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 4.7 KiB/s rd, 767 B/s wr, 5 op/s 2023-12-06T03:13:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023 2023-12-06T03:13:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: -12-06T03:13:55.561633+0000 mon.smithi134 (mon.0) 653 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13:55.561715+0000 mon.smithi134 (mon.0) 654 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13:55.561790+0000 mon.smithi134 (mon.0) 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 655 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: cluster 2023-12-06T03:13:55. 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 561880+0000 mon.smithi134 (mon.0) 656 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: -12-06T03:13:55.563421+0000 mon.smithi149 (mon.1) 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 25 : audit [INF] from='client.? 172.21.15.149:0/1690709560' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13: 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 55.563678+0000 mon.smithi149 (mon.1) 26 : audit [INF] from='client.? 172.21.15.134:0/469371501' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 03:13:55.563866+0000 mon.smithi149 (mon.1) 27 : audit [INF] from='client.? 172.21.15.149:0/2413384126' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13:55 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: .564590+0000 mon.smithi134 (mon.0) 657 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13:55 2023-12-06T03:13:57.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: .565461+0000 mon.smithi134 (mon.0) 658 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: audit 2023-12-06T03:13:55. 2023-12-06T03:13:57.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: 565977+0000 mon.smithi134 (mon.0) 659 : audit 2023-12-06T03:13:57.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:56 smithi149 conmon[88219]: [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2023-12-06T03:13:57.489 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:13:57.489 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: audit 2023-12-06T03:13:56.560722+0000 mon.smithi134 (mon.0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: audit 2023-12-06T03:13:56.560808+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: audit 2023-12-06T03:13:56.560888+0000 mon.smithi134 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: cluster 2023-12-06T03:13:56.560954+0000 mon.smithi134 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: audit 2023-12-06T03:13:57.010590+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: audit 2023-12-06T03:13:57.019347+0000 mon.smithi134 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:57.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:57 smithi134 conmon[83862]: cephadm 2023-12-06T03:13:57.032022+0000 mgr.smithi134.npcsqu (mgr.14180) 187 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.xjspxf on smithi149 2023-12-06T03:13:58.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: audit 2023-12-06T03:13:56.560722+0000 mon.smithi134 (mon. 2023-12-06T03:13:58.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: 0) 660 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.eaozti' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:58.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: audit 2023-12-06T03:13:56.560808+0000 mon.smithi134 (mon.0) 661 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi134.usikpr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:58.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: audit 2023-12-06T03:13:56.560888+0000 mon.smithi134 (mon.0) 662 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi149.iiuant' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: cluster 2023-12-06T03:13:56.560954+0000 mon.smithi134 (mon.0) 663 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: audit 2023 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: -12-06T03:13:57.010590+0000 mon.smithi134 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: audit 2023-12 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: -06T03:13:57.019347+0000 mon.smithi134 (mon.0) 665 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: cephadm 2023 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: -12-06T03:13:57.032022+0000 mgr.smithi134.npcsqu 2023-12-06T03:13:58.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:57 smithi149 conmon[88219]: (mgr.14180) 187 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.xjspxf on smithi149 2023-12-06T03:13:58.518 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:13:58.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:58 smithi134 conmon[83862]: audit 2023-12-06T03:13:57.484792+0000 mgr.smithi134.npcsqu (mgr.14180) 188 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:58.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:58 smithi134 conmon[83862]: cluster 2023-12-06T03:13: 2023-12-06T03:13:58.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:58 smithi134 conmon[83862]: 57.509694+0000 mgr.smithi134.npcsqu (mgr.14180) 189 : cluster [DBG] pgmap v158: 129 pgs: 111 active+clean, 7 creating+peering, 11 unknown; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 KiB/s rd, 4.5 KiB/s wr, 325 op/s 2023-12-06T03:13:58.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:13:58 smithi134 conmon[83862]: audit 2023-12-06T03:13:57.673826+0000 mon.smithi134 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:58 smithi149 conmon[88219]: audit 2023-12-06T03:13:57.484792+0000 mgr.smithi134.npcsqu (mgr.14180) 188 : audit 2023-12-06T03:13:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:58 smithi149 conmon[88219]: [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:13:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:58 smithi149 conmon[88219]: cluster 2023-12-06T03:13:57.509694+0000 mgr.smithi134.npcsqu (mgr.14180) 189 : cluster [DBG] pgmap v158: 129 pgs: 111 active+clean, 7 creating+peering, 11 unknown; 2.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 190 KiB/s rd, 4.5 KiB/s wr, 325 op/s 2023-12-06T03:13:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:58 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:13:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:13:58 smithi149 conmon[88219]: 13:57.673826+0000 mon.smithi134 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:13:59.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:00 smithi149 conmon[88219]: cluster 2023-12-06T03:13:59.510171+0000 mgr.smithi134.npcsqu (mgr.14180) 190 : cluster [DBG] 2023-12-06T03:14:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:00 smithi149 conmon[88219]: pgmap v159: 129 pgs: 122 active+clean, 5 creating+peering, 2 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 KiB/s rd, 4.9 KiB/s wr, 411 op/s 2023-12-06T03:14:01.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:00 smithi134 conmon[83862]: cluster 2023-12-06T03:13:59.510171+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:14:01.061 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:00 smithi134 conmon[83862]: ) 190 : cluster [DBG] pgmap v159: 129 pgs: 122 active+clean, 5 creating+peering, 2 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 KiB/s rd, 4.9 KiB/s wr, 411 op/s 2023-12-06T03:14:01.435 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:01.435 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:02.127 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:02 smithi149 conmon[88219]: audit 2023-12-06T03:14:01.431011+0000 mgr.smithi134.npcsqu (mgr.14180) 191 2023-12-06T03:14:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:02 smithi149 conmon[88219]: : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:02 smithi149 conmon[88219]: cluster 2023-12-06T03:14:01.510697+0000 mgr.smithi134.npcsqu (mgr.14180) 192 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 300 KiB/s rd, 4.9 KiB/s wr, 514 op/s 2023-12-06T03:14:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:02 smithi134 conmon[83862]: audit 2023-12-06T03:14:01.431011+0000 mgr.smithi134.npcsqu (mgr.14180) 191 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:02 smithi134 conmon[83862]: cluster 2023-12-06T03:14:01.510697+0000 mgr.smithi134.npcsqu (mgr.14180) 192 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 300 KiB/s rd, 4.9 KiB/s wr, 514 op/s 2023-12-06T03:14:03.128 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:05.267 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:05.267 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:05.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:05 smithi134 conmon[83862]: cluster 2023-12-06T03:14:03.511414+0000 mgr.smithi134.npcsqu (mgr.14180) 193 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 360 KiB/s rd, 4.2 KiB/s wr, 607 op/s 2023-12-06T03:14:05.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:05 smithi149 conmon[88219]: cluster 2023-12-06T03:14:03.511414+0000 mgr.smithi134.npcsqu (mgr.14180) 193 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 360 KiB/s rd, 4.2 KiB/s wr, 607 op/s 2023-12-06T03:14:05.983 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:06.984 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:07.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:07 smithi149 conmon[88219]: audit 2023-12-06T03:14:05.263241+0000 mgr.smithi134.npcsqu (mgr.14180) 194 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:07.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:07 smithi149 conmon[88219]: cluster 2023-12-06T03:14:05.511931+0000 mgr.smithi134.npcsqu (mgr.14180) 195 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 KiB/s rd, 3.4 KiB/s wr, 514 op/s 2023-12-06T03:14:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:07 smithi134 conmon[83862]: audit 2023-12-06T03:14:05.263241+0000 mgr.smithi134.npcsqu (mgr.14180) 194 : audit [DBG] 2023-12-06T03:14:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:07 smithi134 conmon[83862]: from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:07.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:07 smithi134 conmon[83862]: cluster 2023-12-06T03:14:05.511931+0000 mgr.smithi134.npcsqu (mgr.14180) 195 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 KiB/s rd, 3.4 KiB/s wr, 514 op/s 2023-12-06T03:14:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:08 smithi134 conmon[83862]: cluster 2023-12-06T03:14:07.512662+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:14:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:08 smithi134 conmon[83862]: mgr.14180) 196 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 302 KiB/s rd, 3.1 KiB/s wr, 502 op/s 2023-12-06T03:14:08.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:08 smithi134 conmon[83862]: audit 2023-12-06T03:14:07.682004+0000 mon.smithi134 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:14:08.927 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:08.927 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:08 smithi149 conmon[88219]: cluster 2023-12-06T03:14:07.512662+0000 mgr.smithi134.npcsqu (mgr.14180) 196 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 302 KiB/s rd, 3.1 KiB/s wr, 502 op/s 2023-12-06T03:14:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:08 smithi149 conmon[88219]: audit 2023 2023-12-06T03:14:09.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:08 smithi149 conmon[88219]: -12-06T03:14:07.682004+0000 mon.smithi134 (mon.0) 667 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:14:09.499 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:09 smithi134 conmon[83862]: audit 2023-12-06T03:14:08.922594+0000 mgr.smithi134.npcsqu (mgr.14180) 197 2023-12-06T03:14:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:09 smithi134 conmon[83862]: : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:09 smithi149 conmon[88219]: audit 2023-12-06T03:14:08.922594+0000 mgr.smithi134.npcsqu (mgr.14180) 197 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:10.499 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:10 smithi134 conmon[83862]: cluster 2023-12-06T03:14:09.513157+0000 mgr.smithi134.npcsqu (mgr.14180) 198 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 220 KiB/s rd, 1.5 KiB/s wr, 360 op/s 2023-12-06T03:14:10.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:10 smithi134 conmon[83862]: 2023-12-06T03:14:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:10 smithi149 conmon[88219]: cluster 2023-12-06T03:14:09.513157+0000 mgr.smithi134.npcsqu (mgr.14180) 198 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 220 KiB/s rd, 1.5 KiB/s wr, 360 op/s 2023-12-06T03:14:12.443 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:12.443 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:12.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:12 smithi134 conmon[83862]: cluster 2023-12-06T03:14:11.513650+0000 mgr.smithi134.npcsqu (mgr.14180) 199 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 168 KiB/s rd, 597 B/s wr, 271 op/s 2023-12-06T03:14:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:12 smithi149 conmon[88219]: cluster 2023-12-06T03:14:11.513650+0000 mgr.smithi134.npcsqu (mgr.14180) 199 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 168 KiB/s rd, 597 B/s wr, 271 op/s 2023-12-06T03:14:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:12 smithi149 conmon[88219]: 2023-12-06T03:14:13.148 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:14.149 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:14 smithi149 conmon[88219]: audit 2023-12-06T03:14:12.439345+0000 mgr.smithi134.npcsqu (mgr.14180) 200 : audit [DBG] 2023-12-06T03:14:14.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:14 smithi149 conmon[88219]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:14.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:14 smithi134 conmon[83862]: audit 2023-12-06T03:14:12.439345+0000 mgr.smithi134.npcsqu (mgr.14180) 200 : audit [DBG] 2023-12-06T03:14:14.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:14 smithi134 conmon[83862]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:15.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:15 smithi149 conmon[88219]: cluster 2023-12-06T03:14:13.514213+0000 mgr.smithi134.npcsqu (mgr.14180) 201 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 184 op/s 2023-12-06T03:14:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:15 smithi134 conmon[83862]: cluster 2023-12-06T03:14:13.514213+0000 mgr.smithi134.npcsqu (mgr.14180) 201 : 2023-12-06T03:14:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:15 smithi134 conmon[83862]: cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 118 KiB/s rd, 0 B/s wr, 184 op/s 2023-12-06T03:14:16.031 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:16.031 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:16.656 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:17 smithi149 conmon[88219]: cluster 2023-12-06T03:14:15.514672+0000 mgr.smithi134.npcsqu (mgr.14180) 202 : cluster [DBG] pgmap v167: 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-12-06T03:14:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:17 smithi149 conmon[88219]: 2023-12-06T03:14:17.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:17 smithi149 conmon[88219]: audit 2023-12-06T03:14:16.026041+0000 mgr.smithi134.npcsqu (mgr.14180) 203 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:17 smithi134 conmon[83862]: cluster 2023-12-06T03:14:15.514672+0000 mgr.smithi134.npcsqu (mgr.14180) 202 : cluster [DBG] pgmap v167: 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-12-06T03:14:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:17 smithi134 conmon[83862]: audit 2023-12-06T03:14:16.026041+0000 mgr.smithi134.npcsqu (mgr.14180) 203 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:17.656 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:19.174 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:19 smithi134 conmon[83862]: cluster 2023-12-06T03:14:17.515370+0000 mgr.smithi134.npcsqu (mgr.14180) 204 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 56 op/s 2023-12-06T03:14:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:19 smithi149 conmon[88219]: cluster 2023-12-06T03:14:17.515370+0000 mgr.smithi134.npcsqu (mgr.14180) 204 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 38 KiB/s rd, 0 B/s wr, 56 op/s 2023-12-06T03:14:19.536 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:19.537 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:20.189 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:21.189 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:21 smithi149 conmon[88219]: cluster 2023-12-06T03:14:19.515793+0000 mgr.smithi134.npcsqu (mgr.14180) 205 : cluster 2023-12-06T03:14:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:21 smithi149 conmon[88219]: [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 24 op/s 2023-12-06T03:14:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:21 smithi149 conmon[88219]: audit 2023-12-06T03:14:19.533085+0000 mgr.smithi134.npcsqu (mgr.14180) 206 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:21 smithi134 conmon[83862]: cluster 2023-12-06T03:14:19.515793+0000 mgr.smithi134.npcsqu (mgr.14180) 205 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 17 KiB/s rd, 0 B/s wr, 24 op/s 2023-12-06T03:14:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:21 smithi134 conmon[83862]: audit 2023-12-06T03:14:19.533085+0000 mgr.smithi134.npcsqu (mgr.14180) 206 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:23.080 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:23.080 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:23.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:23 smithi149 conmon[88219]: cluster 2023-12-06T03:14:21.516320+0000 mgr.smithi134.npcsqu (mgr.14180) 207 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-06T03:14:23.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:23 smithi134 conmon[83862]: cluster 2023-12-06T03:14: 2023-12-06T03:14:23.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:23 smithi134 conmon[83862]: 21.516320+0000 mgr.smithi134.npcsqu (mgr.14180) 207 : cluster [DBG] pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 15 op/s 2023-12-06T03:14:23.694 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:24.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:24 smithi149 conmon[88219]: audit 2023-12-06T03:14:23.075537+0000 mgr.smithi134.npcsqu (mgr.14180) 208 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:24.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:24 smithi134 conmon[83862]: audit 2023-12-06T03:14:23.075537+0000 mgr.smithi134.npcsqu (mgr.14180) 208 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:24.695 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:25.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:25 smithi149 conmon[88219]: cluster 2023-12-06T03:14:23.516818+0000 mgr.smithi134.npcsqu (mgr.14180) 209 : cluster [DBG] pgmap v171: 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-12-06T03:14:25.319 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:25 smithi134 conmon[83862]: cluster 2023-12-06T03:14:23.516818+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:14:25.319 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:25 smithi134 conmon[83862]: ) 209 : cluster [DBG] pgmap v171: 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-12-06T03:14:26.615 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:26.615 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:27.246 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:27.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:27 smithi149 conmon[88219]: cluster 2023-12-06T03:14:25.517284+0000 mgr.smithi134.npcsqu (mgr.14180) 210 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2023-12-06T03:14:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:27 smithi134 conmon[83862]: cluster 2023-12-06T03:14:25.517284+0000 mgr.smithi134.npcsqu (mgr.14180) 210 : 2023-12-06T03:14:27.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:27 smithi134 conmon[83862]: cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 682 B/s rd, 0 B/s wr, 0 op/s 2023-12-06T03:14:28.247 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:28.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:28 smithi134 conmon[83862]: audit 2023-12-06T03:14:26.611823+0000 mgr.smithi134.npcsqu (mgr.14180) 211 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:28 smithi149 conmon[88219]: audit 2023-12-06T03:14:26.611823+0000 mgr.smithi134.npcsqu (mgr.14180) 211 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:29 smithi134 conmon[83862]: cluster 2023-12-06T03:14:27.517992+0000 mgr.smithi134.npcsqu (mgr.14180) 212 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:29 smithi149 conmon[88219]: cluster 2023-12-06T03:14:27.517992+0000 mgr.smithi134.npcsqu (mgr.14180) 212 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:30.142 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:30.143 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:30.727 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:31.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:31 smithi134 conmon[83862]: cluster 2023-12-06T03:14:29.518540+0000 mgr.smithi134.npcsqu (mgr.14180) 213 2023-12-06T03:14:31.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:31 smithi134 conmon[83862]: : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:31 smithi149 conmon[88219]: cluster 2023-12-06T03:14:29.518540+0000 mgr.smithi134.npcsqu (mgr.14180) 213 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:31.729 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:32.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:32 smithi134 conmon[83862]: audit 2023-12-06T03:14:30.138812+0000 mgr.smithi134.npcsqu (mgr.14180) 214 : audit [DBG] 2023-12-06T03:14:32.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:32 smithi134 conmon[83862]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:32 smithi149 conmon[88219]: audit 2023-12-06T03:14:30.138812+0000 mgr.smithi134.npcsqu (mgr.14180) 214 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:32 smithi149 conmon[88219]: 2023-12-06T03:14:33.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:33 smithi134 conmon[83862]: cluster 2023-12-06T03:14:31.519011+0000 mgr.smithi134.npcsqu (mgr.14180) 215 : cluster 2023-12-06T03:14:33.289 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:33 smithi134 conmon[83862]: [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:33 smithi149 conmon[88219]: cluster 2023-12-06T03:14:31.519011+0000 mgr.smithi134.npcsqu (mgr.14180) 215 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:33.675 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:33.675 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:34.328 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:35.329 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:35 smithi134 conmon[83862]: cluster 2023-12-06T03:14:33.519512+0000 mgr.smithi134.npcsqu (mgr.14180) 216 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:35 smithi134 conmon[83862]: audit 2023-12-06 2023-12-06T03:14:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:35 smithi134 conmon[83862]: T03:14:33.671414+0000 mgr.smithi134.npcsqu (mgr.14180) 217 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:35 smithi149 conmon[88219]: cluster 2023-12-06T03:14:33.519512+0000 mgr.smithi134.npcsqu (mgr.14180) 216 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:35 smithi149 conmon[88219]: audit 2023-12-06T03:14:33 2023-12-06T03:14:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:35 smithi149 conmon[88219]: .671414+0000 mgr.smithi134.npcsqu (mgr.14180) 217 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:37.285 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:37.324 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:37.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:37 smithi134 conmon[83862]: cluster 2023-12-06T03:14:35.519984+0000 mgr.smithi134.npcsqu (mgr.14180) 218 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:37 smithi149 conmon[88219]: cluster 2023-12-06T03:14:35.519984+0000 mgr.smithi134.npcsqu (mgr.14180) 218 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:37.910 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:38.911 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:39 smithi134 conmon[83862]: audit 2023-12-06T03:14:37.280618+0000 mgr.smithi134.npcsqu (mgr.14180) 219 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:39 smithi134 conmon[83862]: cluster 2023-12-06T03:14:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:39 smithi134 conmon[83862]: 2023-12-06T03:14:37.520658+0000 mgr.smithi134.npcsqu (mgr.14180) 220 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:39 smithi149 conmon[88219]: audit 2023-12-06T03:14:37.280618+0000 mgr.smithi134.npcsqu (mgr.14180) 219 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:39 smithi149 conmon[88219]: cluster 2023-12-06T03:14:37.520658 2023-12-06T03:14:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:39 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 220 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:40.825 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:40.825 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:41 smithi134 conmon[83862]: cluster 2023-12-06T03:14:39.521148+0000 mgr.smithi134.npcsqu (mgr.14180) 221 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:41 smithi134 conmon[83862]: 2023-12-06T03:14:41.485 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:41 smithi149 conmon[88219]: cluster 2023-12-06T03:14:39.521148+0000 mgr.smithi134.npcsqu (mgr.14180) 221 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:42.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:42 smithi134 conmon[83862]: audit 2023-12-06T03:14:40.821236+0000 mgr.smithi134.npcsqu (mgr.14180) 222 : audit [DBG] 2023-12-06T03:14:42.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:42 smithi134 conmon[83862]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:42.486 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:42 smithi149 conmon[88219]: audit 2023-12-06T03:14:40.821236+0000 mgr.smithi134.npcsqu (mgr.14180) 222 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:43.294 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:43 smithi134 conmon[83862]: cluster 2023-12-06T03:14:41.521594+0000 mgr.smithi134.npcsqu (mgr.14180) 223 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:43 smithi149 conmon[88219]: cluster 2023-12-06T03:14:41.521594+0000 mgr.smithi134.npcsqu (mgr.14180) 223 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:44.297 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:44.297 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:44.901 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:45 smithi134 conmon[83862]: cluster 2023-12-06T03:14:43.522304+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:14:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:45 smithi134 conmon[83862]: 224 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:45 smithi149 conmon[88219]: cluster 2023-12-06T03:14:43.522304+0000 mgr.smithi134.npcsqu (mgr.14180) 224 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:45.902 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:46.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:46 smithi134 conmon[83862]: audit 2023-12-06T03:14:44.292634+0000 2023-12-06T03:14:46.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:46 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 225 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:46.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:46 smithi149 conmon[88219]: audit 2023-12-06T03:14:44.292634+0000 mgr.smithi134.npcsqu (mgr.14180) 225 : 2023-12-06T03:14:46.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:46 smithi149 conmon[88219]: audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:47.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:47 smithi134 conmon[83862]: cluster 2023-12-06T03:14:45.523031+0000 mgr.smithi134.npcsqu (mgr.14180) 226 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:47 smithi149 conmon[88219]: cluster 2023-12-06T03:14:45.523031+0000 mgr.smithi134.npcsqu (mgr.14180) 226 : cluster [DBG] 2023-12-06T03:14:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:47 smithi149 conmon[88219]: pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:47.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:47.771 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:48.451 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:49 smithi134 conmon[83862]: cluster 2023-12-06T03:14:47.523575+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:14:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:49 smithi134 conmon[83862]: .14180) 227 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:49.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:49 smithi134 conmon[83862]: audit 2023-12-06T03:14 2023-12-06T03:14:49.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:49 smithi134 conmon[83862]: :47.767522+0000 mgr.smithi134.npcsqu (mgr.14180) 228 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:49.452 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:49 smithi149 conmon[88219]: cluster 2023-12-06T03:14:47.523575+0000 mgr.smithi134.npcsqu (mgr.14180) 227 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:49 smithi149 conmon[88219]: audit 2023-12-06T03:14:47.767522+0000 mgr.smithi134.npcsqu (mgr.14180) 228 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:51.308 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:51.308 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:51.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:51 smithi134 conmon[83862]: cluster 2023-12-06T03:14:49.524061+0000 mgr.smithi134.npcsqu (mgr.14180) 229 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:51 smithi149 conmon[88219]: cluster 2023-12-06T03:14:49.524061+0000 mgr.smithi134.npcsqu (mgr.14180) 229 : cluster 2023-12-06T03:14:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:51 smithi149 conmon[88219]: [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:51.959 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:52.959 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:53 smithi134 conmon[83862]: audit 2023-12-06T03:14:51.304236+0000 mgr.smithi134.npcsqu (mgr.14180) 230 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:53 smithi134 conmon[83862]: cluster 2023-12-06T03:14:51.524533+0000 mgr.smithi134.npcsqu (mgr.14180) 231 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:53 smithi149 conmon[88219]: audit 2023-12-06T03:14:51.304236+0000 mgr.smithi134.npcsqu (mgr.14180) 230 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:53 smithi149 conmon[88219]: cluster 2023-12-06T03:14:51.524533+0000 mgr.smithi134.npcsqu (mgr.14180) 231 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:54.892 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:54.892 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:55 smithi134 conmon[83862]: cluster 2023-12-06T03:14:53.525126+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:14:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:55 smithi134 conmon[83862]: mgr.14180) 232 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:55.523 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:55 smithi149 conmon[88219]: cluster 2023-12-06T03:14:53.525126+0000 mgr.smithi134.npcsqu (mgr.14180) 232 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:56.524 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:14:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:56 smithi149 conmon[88219]: audit 2023-12-06T03:14:54.888457+0000 mgr.smithi134.npcsqu (mgr.14180) 233 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:56.557 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:56 smithi134 conmon[83862]: audit 2023-12-06T03:14:54.888457+0000 mgr.smithi134.npcsqu (mgr.14180) 233 : 2023-12-06T03:14:56.557 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:56 smithi134 conmon[83862]: audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:57.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:57 smithi134 conmon[83862]: cluster 2023-12-06T03:14:55.525685+0000 mgr.smithi134.npcsqu (mgr.14180) 234 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:57 smithi149 conmon[88219]: cluster 2023-12-06T03:14:55.525685+0000 mgr.smithi134.npcsqu (mgr.14180) 234 : cluster [DBG] 2023-12-06T03:14:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:57 smithi149 conmon[88219]: pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:58.350 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:14:58.351 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:14:58.375 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:58 smithi134 conmon[83862]: audit 2023-12-06T03:14:57.493744+0000 mon.smithi134 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.13", "id": [4, 6]}]: dispatch 2023-12-06T03:14:58.375 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:58 smithi134 conmon[83862]: cluster 2023-12-06T03:14:57.526242+0000 mgr.smithi134.npcsqu (mgr.14180) 235 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:58 smithi149 conmon[88219]: audit 2023-12-06T03:14:57.493744+0000 mon.smithi134 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.13", "id": [4, 6]}]: dispatch 2023-12-06T03:14:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:58 smithi149 conmon[88219]: cluster 2023-12-06T03:14:57.526242+0000 mgr.smithi134.npcsqu (mgr.14180) 235 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:14:58.998 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:14:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:59 smithi134 conmon[83862]: audit 2023-12-06T03:14:58.121142+0000 mon.smithi134 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.13", "id": [4, 6]}]': finished 2023-12-06T03:14:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:59 smithi134 conmon[83862]: cluster 2023-12-06T03:14:58.121203+0000 mon.smithi134 (mon.0) 670 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-06T03:14:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:14:59 smithi134 conmon[83862]: audit 2023-12-06T03:14:58.345597+0000 mgr.smithi134.npcsqu (mgr.14180) 236 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:59 smithi149 conmon[88219]: audit 2023-12-06T03:14:58.121142+0000 mon.smithi134 (mon.0 2023-12-06T03:14:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:59 smithi149 conmon[88219]: ) 669 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.13", "id": [4, 6]}]': finished 2023-12-06T03:14:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:59 smithi149 conmon[88219]: cluster 2023-12-06T03:14:58.121203+0000 mon.smithi134 (mon.0) 670 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2023-12-06T03:14:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:14:59 smithi149 conmon[88219]: audit 2023-12-06T03:14:58.345597+0000 mgr.smithi134.npcsqu (mgr.14180) 236 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:14:59.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:00 smithi134 conmon[83862]: cluster 2023-12-06T03:14:59.122143+0000 2023-12-06T03:15:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:00 smithi134 conmon[83862]: mon.smithi134 (mon.0) 671 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-06T03:15:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:00 smithi134 conmon[83862]: cluster 2023-12-06T03:14:59.526557+0000 mgr.smithi134.npcsqu (mgr.14180) 237 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:00 smithi149 conmon[88219]: cluster 2023-12-06T03:14:59.122143+0000 mon.smithi134 (mon.0) 671 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2023-12-06T03:15:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:00 smithi149 conmon[88219]: cluster 2023-12-06T03:14:59.526557+0000 mgr.smithi134.npcsqu (mgr.14180) 237 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:01.852 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:01.852 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:02.465 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:02.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:02 smithi134 conmon[83862]: cluster 2023-12-06T03:15:01.527061+0000 mgr.smithi134.npcsqu (mgr.14180) 238 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:02.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:02 smithi134 conmon[83862]: audit 2023-12-06T03:15:01.847763+0000 mgr.smithi134.npcsqu (mgr.14180) 239 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:02 smithi149 conmon[88219]: cluster 2023-12-06T03:15:01.527061+0000 mgr.smithi134.npcsqu (mgr.14180) 238 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:02 smithi149 conmon[88219]: audit 2023-12-06T03:15:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:02 smithi149 conmon[88219]: 2023-12-06T03:15:01.847763+0000 mgr.smithi134.npcsqu (mgr.14180) 239 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:03.466 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:05.288 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:05.288 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:05.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:05 smithi149 conmon[88219]: cluster 2023-12-06T03:15:03.527847+0000 mgr.smithi134.npcsqu (mgr.14180) 240 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:05.309 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:05 smithi134 conmon[83862]: cluster 2023-12-06T03:15:03.527847 2023-12-06T03:15:05.309 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:05 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 240 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:05.880 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:06.881 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:07.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:07 smithi149 conmon[88219]: audit 2023-12-06T03:15:05.284177+0000 mgr.smithi134.npcsqu (mgr.14180) 241 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:07.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:07 smithi149 conmon[88219]: cluster 2023-12-06T03:15:05.528318+0000 mgr.smithi134.npcsqu (mgr.14180) 242 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:07 smithi134 conmon[83862]: audit 2023-12-06T03:15:05.284177+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:07 smithi134 conmon[83862]: 241 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:07.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:07 smithi134 conmon[83862]: cluster 2023-12-06T03:15:05.528318+0000 mgr.smithi134.npcsqu (mgr.14180) 242 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:08.771 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:08.771 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:09.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:09 smithi149 conmon[88219]: cluster 2023-12-06T03:15:07.528857+0000 mgr.smithi134.npcsqu (mgr.14180) 243 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:09.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:09 smithi149 conmon[88219]: 2023-12-06T03:15:09.321 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:09 smithi134 conmon[83862]: cluster 2023-12-06T03:15:07.528857+0000 mgr.smithi134.npcsqu (mgr.14180) 243 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:09.338 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:10 smithi149 conmon[88219]: audit 2023-12-06T03:15:08.767273+0000 mgr.smithi134.npcsqu (mgr.14180) 244 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:10 smithi149 conmon[88219]: 2023-12-06T03:15:10.338 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:10.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:10 smithi134 conmon[83862]: audit 2023-12-06T03:15:08.767273+0000 mgr.smithi134.npcsqu (mgr.14180) 244 2023-12-06T03:15:10.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:10 smithi134 conmon[83862]: : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:11 smithi134 conmon[83862]: cluster 2023-12-06T03:15:09.529316+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:15:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:11 smithi134 conmon[83862]: 14180) 245 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:11 smithi149 conmon[88219]: cluster 2023-12-06T03:15:09.529316+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:11 smithi149 conmon[88219]: 245 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:12.209 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:12.209 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:12.761 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:13 smithi134 conmon[83862]: cluster 2023-12-06T03:15:11.529993+0000 mgr.smithi134.npcsqu (mgr.14180) 246 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:13 smithi149 conmon[88219]: cluster 2023-12-06T03:15:11.529993+0000 mgr.smithi134.npcsqu (mgr.14180) 246 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:13 smithi149 conmon[88219]: 2023-12-06T03:15:13.762 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:14.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:14 smithi134 conmon[83862]: audit 2023-12-06T03:15:12.205325+0000 mgr.smithi134.npcsqu (mgr.14180) 247 : 2023-12-06T03:15:14.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:14 smithi134 conmon[83862]: audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:14 smithi149 conmon[88219]: audit 2023-12-06T03:15:12.205325+0000 mgr.smithi134.npcsqu (mgr.14180) 247 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:14 smithi149 conmon[88219]: 2023-12-06T03:15:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:15 smithi134 conmon[83862]: cluster 2023-12-06T03:15:13.530791+0000 mgr.smithi134.npcsqu (mgr.14180) 248 : 2023-12-06T03:15:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:15 smithi134 conmon[83862]: cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:15 smithi149 conmon[88219]: cluster 2023-12-06T03:15:13.530791+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:15 smithi149 conmon[88219]: 248 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:15.762 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:15.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:16.345 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:17.347 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:17 smithi134 conmon[83862]: cluster 2023-12-06T03:15:15.531270+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:17 smithi134 conmon[83862]: 249 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:17 smithi134 conmon[83862]: audit 2023-12-06T03:15:15.757458+0000 mgr.smithi134.npcsqu (mgr.14180) 250 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:17 smithi149 conmon[88219]: cluster 2023-12-06T03:15:15.531270+0000 mgr.smithi134.npcsqu (mgr.14180) 249 : cluster 2023-12-06T03:15:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:17 smithi149 conmon[88219]: [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:17 smithi149 conmon[88219]: audit 2023-12-06T03:15:15.757458+0000 mgr.smithi134.npcsqu (mgr.14180) 250 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:19.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:19 smithi134 conmon[83862]: cluster 2023-12-06T03:15:17.531730+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:19.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:19 smithi134 conmon[83862]: 251 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:19.204 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:19.205 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:19 smithi149 conmon[88219]: cluster 2023-12-06T03:15:17.531730+0000 mgr.smithi134.npcsqu (mgr.14180) 251 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:19.846 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:20.847 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:21.304 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:21 smithi134 conmon[83862]: audit 2023-12-06T03:15:19.199687+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:15:21.304 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:21 smithi134 conmon[83862]: .14180) 252 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:21.304 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:21 smithi134 conmon[83862]: cluster 2023-12-06T03:15:19.532226+0000 mgr.smithi134.npcsqu (mgr.14180) 253 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:21 smithi149 conmon[88219]: audit 2023-12-06T03:15:19.199687+0000 mgr.smithi134.npcsqu (mgr.14180) 252 : audit 2023-12-06T03:15:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:21 smithi149 conmon[88219]: [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:21 smithi149 conmon[88219]: cluster 2023-12-06T03:15:19.532226+0000 mgr.smithi134.npcsqu (mgr.14180) 253 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:22.721 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:22.721 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:23.295 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:23.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:23 smithi134 conmon[83862]: cluster 2023-12-06T03:15:21.532640+0000 mgr.smithi134.npcsqu (mgr.14180) 254 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:23 smithi149 conmon[88219]: cluster 2023-12-06T03:15:21.532640+0000 mgr.smithi134.npcsqu (mgr.14180) 254 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:24.296 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:24.326 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:24 smithi134 conmon[83862]: audit 2023-12-06T03:15:22.716586+0000 mgr.smithi134.npcsqu (mgr.14180) 255 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:24 smithi149 conmon[88219]: audit 2023-12-06T03:15:22.716586+0000 mgr.smithi134.npcsqu (mgr.14180) 255 : audit [DBG] 2023-12-06T03:15:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:24 smithi149 conmon[88219]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:25 smithi134 conmon[83862]: cluster 2023-12-06T03:15:23.533349+0000 mgr.smithi134.npcsqu (mgr.14180) 256 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:25 smithi149 conmon[88219]: cluster 2023-12-06T03:15:23.533349+0000 mgr.smithi134.npcsqu (mgr.14180) 256 : 2023-12-06T03:15:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:25 smithi149 conmon[88219]: cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:26.163 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:26.163 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:26.744 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:27 smithi134 conmon[83862]: cluster 2023-12-06T03:15:25.534063+0000 mgr.smithi134.npcsqu (mgr.14180) 257 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:27 smithi149 conmon[88219]: cluster 2023-12-06T03:15:25.534063+0000 mgr.smithi134.npcsqu (mgr.14180) 257 : cluster [DBG] 2023-12-06T03:15:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:27 smithi149 conmon[88219]: pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:27.745 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:28.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:28 smithi134 conmon[83862]: audit 2023-12-06T03:15:26.159693+0000 mgr.smithi134.npcsqu (mgr.14180) 258 : audit 2023-12-06T03:15:28.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:28 smithi134 conmon[83862]: [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:28 smithi149 conmon[88219]: audit 2023-12-06T03:15:26.159693+0000 mgr.smithi134.npcsqu (mgr.14180) 258 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:28 smithi149 conmon[88219]: 2023-12-06T03:15:29.248 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:29 smithi134 conmon[83862]: cluster 2023-12-06T03:15:27.534649+0000 mgr.smithi134.npcsqu (mgr.14180) 259 2023-12-06T03:15:29.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:29 smithi134 conmon[83862]: : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:29 smithi149 conmon[88219]: cluster 2023-12-06T03:15:27.534649+0000 mgr.smithi134.npcsqu (mgr.14180) 259 : cluster 2023-12-06T03:15:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:29 smithi149 conmon[88219]: [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:29.559 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:29.560 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:30.193 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:31.198 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:31.230 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:31 smithi134 conmon[83862]: cluster 2023-12-06T03:15:29.535117+0000 mgr.smithi134.npcsqu (mgr.14180) 260 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:31.231 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:31 smithi134 conmon[83862]: audit 2023-12-06T03:15:29.555917+0000 mgr.smithi134.npcsqu (mgr.14180) 261 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:31 smithi149 conmon[88219]: cluster 2023-12-06T03:15:29.535117+0000 mgr.smithi134.npcsqu (mgr.14180) 260 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:31 smithi149 conmon[88219]: 2023-12-06T03:15:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:31 smithi149 conmon[88219]: audit 2023-12-06T03:15:29.555917+0000 mgr.smithi134.npcsqu (mgr.14180) 261 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:33.051 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:33.051 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:33 smithi134 conmon[83862]: cluster 2023-12-06T03:15:31.535519+0000 mgr.smithi134.npcsqu (mgr.14180) 262 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:33 smithi149 conmon[88219]: cluster 2023-12-06T03:15:31.535519+0000 mgr.smithi134.npcsqu (mgr.14180) 262 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:33.651 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:34.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:34 smithi134 conmon[83862]: audit 2023-12-06T03:15:33.047127+0000 mgr.smithi134.npcsqu (mgr.14180) 263 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:34 smithi149 conmon[88219]: audit 2023-12-06T03:15:33.047127+0000 mgr.smithi134.npcsqu (mgr.14180) 263 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:34.652 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:35 smithi134 conmon[83862]: cluster 2023-12-06T03:15:33.536331+0000 mgr.smithi134.npcsqu 2023-12-06T03:15:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:35 smithi134 conmon[83862]: (mgr.14180) 264 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:35 smithi149 conmon[88219]: cluster 2023-12-06T03:15:33.536331+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:15:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:35 smithi149 conmon[88219]: 264 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:36.498 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:36.499 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:37.050 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:37 smithi134 conmon[83862]: cluster 2023-12-06T03:15:35.536779+0000 mgr.smithi134.npcsqu (mgr.14180) 265 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:37 smithi149 conmon[88219]: cluster 2023-12-06T03:15:35.536779+0000 mgr.smithi134.npcsqu (mgr.14180) 265 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:38.052 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:38.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:38 smithi134 conmon[83862]: audit 2023-12-06T03:15:36.495091+0000 mgr.smithi134.npcsqu (mgr.14180) 266 : audit 2023-12-06T03:15:38.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:38 smithi134 conmon[83862]: [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:38.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:38 smithi149 conmon[88219]: audit 2023-12-06T03:15:36.495091+0000 mgr.smithi134.npcsqu (mgr.14180) 266 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:39.479 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:39 smithi134 conmon[83862]: cluster 2023-12-06T03:15:37.537373+0000 mgr.smithi134.npcsqu (mgr.14180) 267 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:39 smithi149 conmon[88219]: cluster 2023-12-06T03:15:37.537373+0000 mgr.smithi134.npcsqu (mgr.14180) 267 : cluster [DBG] 2023-12-06T03:15:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:39 smithi149 conmon[88219]: pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:39.844 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:39.844 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:40.434 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:41.434 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:41.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:41 smithi134 conmon[83862]: cluster 2023-12-06T03:15:39.537821+0000 2023-12-06T03:15:41.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:41 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 268 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:41.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:41 smithi134 conmon[83862]: audit 2023-12-06T03:15:39.840966+0000 mgr.smithi134.npcsqu (mgr.14180) 269 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:41 smithi149 conmon[88219]: cluster 2023-12-06T03:15:39.537821+0000 mgr.smithi134.npcsqu (mgr.14180) 268 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:41 smithi149 conmon[88219]: audit 2023-12-06T03:15:39.840966+0000 mgr.smithi134.npcsqu (mgr.14180) 269 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:42.284 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:42 smithi134 conmon[83862]: cluster 2023-12-06T03:15:41.538296+0000 mgr.smithi134.npcsqu (mgr.14180) 270 : cluster 2023-12-06T03:15:42.284 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:42 smithi134 conmon[83862]: [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:42 smithi149 conmon[88219]: cluster 2023-12-06T03:15:41.538296+0000 mgr.smithi134.npcsqu (mgr.14180) 270 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:43.329 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:43.329 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:43.959 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:44.960 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:45 smithi149 conmon[88219]: audit 2023-12-06T03:15:43.325426+0000 mgr.smithi134.npcsqu (mgr.14180) 271 : audit [DBG] 2023-12-06T03:15:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:45 smithi149 conmon[88219]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:45 smithi149 conmon[88219]: cluster 2023-12-06T03:15:43.538828+0000 mgr.smithi134.npcsqu (mgr.14180) 272 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:45 smithi134 conmon[83862]: audit 2023-12-06T03:15:43.325426+0000 mgr.smithi134.npcsqu (mgr.14180) 271 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:45.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:45 smithi134 conmon[83862]: cluster 2023-12-06T03:15:43.538828+0000 mgr.smithi134.npcsqu (mgr.14180) 272 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:46.875 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:46.875 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:47 smithi134 conmon[83862]: cluster 2023-12-06T03:15:45.539547+0000 mgr.smithi134.npcsqu (mgr.14180) 273 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:47.474 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:47 smithi149 conmon[88219]: cluster 2023-12-06T03:15:45.539547+0000 mgr.smithi134.npcsqu (mgr.14180) 273 : cluster 2023-12-06T03:15:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:47 smithi149 conmon[88219]: [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:48.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:48 smithi134 conmon[83862]: audit 2023-12-06T03:15:46.871185+0000 mgr.smithi134.npcsqu (mgr.14180) 274 : audit 2023-12-06T03:15:48.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:48 smithi134 conmon[83862]: [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:48.474 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:48.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:48 smithi149 conmon[88219]: audit 2023-12-06T03:15:46.871185+0000 mgr.smithi134.npcsqu (mgr.14180) 274 : audit [DBG] 2023-12-06T03:15:48.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:48 smithi149 conmon[88219]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:49.291 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:49 smithi134 conmon[83862]: cluster 2023-12-06T03:15:47.540075+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:15:49.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:49 smithi134 conmon[83862]: mgr.14180) 275 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:49 smithi149 conmon[88219]: cluster 2023-12-06T03:15:47.540075+0000 mgr.smithi134.npcsqu (mgr.14180) 275 : cluster 2023-12-06T03:15:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:49 smithi149 conmon[88219]: [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:50.348 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:50.348 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:50.982 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:51 smithi134 conmon[83862]: cluster 2023-12-06T03:15:49.540544+0000 mgr.smithi134.npcsqu (mgr.14180) 276 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:51 smithi149 conmon[88219]: cluster 2023-12-06T03:15:49.540544+0000 mgr.smithi134.npcsqu (mgr.14180) 276 : 2023-12-06T03:15:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:51 smithi149 conmon[88219]: cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:51.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:52.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:52 smithi134 conmon[83862]: audit 2023-12-06T03:15:50.343982+0000 mgr.smithi134.npcsqu (mgr.14180) 277 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:52 smithi149 conmon[88219]: audit 2023-12-06T03:15:50.343982+0000 mgr.smithi134.npcsqu (mgr.14180) 277 : audit 2023-12-06T03:15:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:52 smithi149 conmon[88219]: [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:53.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:53 smithi134 conmon[83862]: cluster 2023-12-06T03:15:51.541218+0000 mgr.smithi134.npcsqu (mgr.14180) 278 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:53 smithi149 conmon[88219]: cluster 2023-12-06T03:15:51.541218+0000 mgr.smithi134.npcsqu (mgr.14180) 278 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:53 smithi149 conmon[88219]: 2023-12-06T03:15:53.930 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:53.931 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:54.556 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:55 smithi134 conmon[83862]: cluster 2023-12-06T03:15:53.541859+0000 mgr.smithi134.npcsqu (mgr.14180) 279 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:55 smithi134 conmon[83862]: audit 2023-12-06T03:15:53.927241+0000 mgr.smithi134.npcsqu (mgr.14180) 280 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:55 smithi149 conmon[88219]: cluster 2023-12-06T03:15:53.541859+0000 mgr.smithi134.npcsqu (mgr.14180) 279 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:55 smithi149 conmon[88219]: 2023-12-06T03:15:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:55 smithi149 conmon[88219]: audit 2023-12-06T03:15:53.927241+0000 mgr.smithi134.npcsqu (mgr.14180) 280 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:55.557 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:57.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:57 smithi134 conmon[83862]: cluster 2023-12-06T03:15 2023-12-06T03:15:57.078 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:57 smithi134 conmon[83862]: :55.542481+0000 mgr.smithi134.npcsqu (mgr.14180) 281 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:57.432 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:15:57.432 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:15:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:57 smithi149 conmon[88219]: cluster 2023-12-06T03:15:55.542481+0000 mgr.smithi134.npcsqu (mgr.14180) 281 : cluster 2023-12-06T03:15:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:57 smithi149 conmon[88219]: [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:58.114 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:15:59.115 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:15:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:59 smithi134 conmon[83862]: audit 2023-12-06T03:15:57.428043+0000 mgr.smithi134.npcsqu (mgr.14180) 282 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:15:59 smithi134 conmon[83862]: cluster 2023-12-06T03:15:57.543377+0000 mgr.smithi134.npcsqu (mgr.14180) 283 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:15:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:59 smithi149 conmon[88219]: audit 2023-12-06T03:15:57.428043+0000 mgr.smithi134.npcsqu (mgr.14180) 282 : audit [DBG] 2023-12-06T03:15:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:59 smithi149 conmon[88219]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:15:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:15:59 smithi149 conmon[88219]: cluster 2023-12-06T03:15:57.543377+0000 mgr.smithi134.npcsqu (mgr.14180) 283 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:01.067 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:01.068 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:01 smithi134 conmon[83862]: cluster 2023-12-06T03:15:59.543954+0000 mgr.smithi134.npcsqu (mgr.14180) 284 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:01 smithi149 conmon[88219]: cluster 2023-12-06T03:15:59.543954+0000 mgr.smithi134.npcsqu (mgr.14180) 284 : cluster 2023-12-06T03:16:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:01 smithi149 conmon[88219]: [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:01.663 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:02.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:02 smithi134 conmon[83862]: audit 2023-12-06T03:16:01.063750+0000 mgr.smithi134.npcsqu (mgr.14180) 285 : audit [DBG] 2023-12-06T03:16:02.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:02 smithi134 conmon[83862]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:02 smithi149 conmon[88219]: audit 2023-12-06T03:16:01.063750+0000 mgr.smithi134.npcsqu (mgr.14180) 285 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:02 smithi149 conmon[88219]: 2023-12-06T03:16:02.664 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:03 smithi134 conmon[83862]: cluster 2023-12-06T03:16:01.544377+0000 mgr.smithi134.npcsqu (mgr.14180) 286 : cluster 2023-12-06T03:16:03.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:03 smithi134 conmon[83862]: [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:03 smithi149 conmon[88219]: cluster 2023-12-06T03:16:01.544377+0000 mgr.smithi134.npcsqu (mgr.14180) 286 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:04.565 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:04.565 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:05.162 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:05.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:05 smithi134 conmon[83862]: cluster 2023-12-06T03:16:03.544900+0000 mgr.smithi134.npcsqu (mgr.14180) 287 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:05 smithi149 conmon[88219]: cluster 2023-12-06T03:16:03.544900+0000 mgr.smithi134.npcsqu (mgr.14180) 287 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:06.163 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:06.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:06 smithi134 conmon[83862]: audit 2023-12-06T03:16:04.560509+0000 2023-12-06T03:16:06.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:06 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 288 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:06 smithi149 conmon[88219]: audit 2023-12-06T03:16:04.560509+0000 mgr.smithi134.npcsqu (mgr.14180) 288 : 2023-12-06T03:16:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:06 smithi149 conmon[88219]: audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:07 smithi134 conmon[83862]: cluster 2023-12-06T03:16:05.545371+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:16:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:07 smithi134 conmon[83862]: 289 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:07 smithi149 conmon[88219]: cluster 2023-12-06T03:16:05.545371+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:07 smithi149 conmon[88219]: .14180) 289 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:07.963 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:07.963 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:08.604 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:09 smithi134 conmon[83862]: cluster 2023-12-06T03:16:07.545928+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:16:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:09 smithi134 conmon[83862]: ) 290 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:09 smithi134 conmon[83862]: audit 2023-12-06T03:16:07.959040+0000 mgr.smithi134.npcsqu (mgr.14180) 291 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:09 smithi149 conmon[88219]: cluster 2023-12-06T03:16:07.545928+0000 mgr.smithi134.npcsqu (mgr.14180) 290 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:09 smithi149 conmon[88219]: audit 2023-12-06T03:16:07.959040+0000 mgr.smithi134.npcsqu (mgr.14180) 291 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:09.605 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:11.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:11 smithi134 conmon[83862]: cluster 2023-12-06T03:16:09.546381+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:16:11.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:11 smithi134 conmon[83862]: mgr.14180) 292 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:11.480 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:11.480 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:11 smithi149 conmon[88219]: cluster 2023-12-06T03:16:09.546381+0000 mgr.smithi134.npcsqu (mgr.14180) 292 : cluster 2023-12-06T03:16:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:11 smithi149 conmon[88219]: [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:12.155 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:13.156 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:13 smithi134 conmon[83862]: audit 2023-12-06T03:16:11.476316+0000 mgr.smithi134.npcsqu (mgr.14180) 293 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:13 smithi134 conmon[83862]: cluster 2023-12-06T03:16:11.546851+0000 mgr.smithi134.npcsqu (mgr.14180) 294 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:13 smithi149 conmon[88219]: audit 2023-12-06T03:16:11.476316+0000 mgr.smithi134.npcsqu (mgr.14180) 293 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:13 smithi149 conmon[88219]: cluster 2023-12-06T03:16:11.546851 2023-12-06T03:16:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:13 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 294 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:15.051 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:15.051 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:15 smithi134 conmon[83862]: cluster 2023-12-06T03:16: 2023-12-06T03:16:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:15 smithi134 conmon[83862]: 13.547405+0000 mgr.smithi134.npcsqu (mgr.14180) 295 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:15 smithi149 conmon[88219]: cluster 2023-12-06T03:16:13.547405+0000 mgr.smithi134.npcsqu (mgr.14180) 295 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:15 smithi149 conmon[88219]: 2023-12-06T03:16:15.652 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:16 smithi149 conmon[88219]: audit 2023-12-06T03:16:15.047208+0000 mgr.smithi134.npcsqu (mgr.14180) 296 : audit [DBG] 2023-12-06T03:16:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:16 smithi149 conmon[88219]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:16 smithi134 conmon[83862]: audit 2023-12-06T03:16:15.047208+0000 mgr.smithi134.npcsqu (mgr.14180) 296 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:16.653 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:17.511 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:17 smithi134 conmon[83862]: cluster 2023-12-06T03:16:15.548024+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:17.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:17 smithi134 conmon[83862]: .14180) 297 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:17 smithi149 conmon[88219]: cluster 2023-12-06T03:16:15.548024+0000 mgr.smithi134.npcsqu (mgr.14180) 297 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:17 smithi149 conmon[88219]: 2023-12-06T03:16:18.588 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:18.589 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:19.160 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:19 smithi149 conmon[88219]: cluster 2023-12-06T03:16:17.548811+0000 mgr.smithi134.npcsqu (mgr.14180) 298 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:19.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:19 smithi134 conmon[83862]: cluster 2023-12-06T03:16:17.548811+0000 mgr.smithi134.npcsqu (mgr.14180) 298 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:20.161 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:20.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:20 smithi149 conmon[88219]: audit 2023-12-06T03:16:18.584440+0000 mgr.smithi134.npcsqu (mgr.14180) 299 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:20.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:20 smithi134 conmon[83862]: audit 2023-12-06T03:16:18.584440+0000 mgr.smithi134.npcsqu (mgr.14180) 299 : 2023-12-06T03:16:20.595 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:20 smithi134 conmon[83862]: audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:21 smithi134 conmon[83862]: cluster 2023-12-06T03:16:19.549523+0000 mgr.smithi134.npcsqu (mgr.14180) 300 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:21 smithi149 conmon[88219]: cluster 2023-12-06T03:16:19.549523+0000 mgr.smithi134.npcsqu (mgr.14180) 300 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:22.081 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:22.081 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:22 smithi134 conmon[83862]: cluster 2023-12-06T03:16:21.550008+0000 mgr.smithi134.npcsqu (mgr.14180) 301 : cluster 2023-12-06T03:16:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:22 smithi134 conmon[83862]: [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:22 smithi134 conmon[83862]: audit 2023-12-06T03:16:22.077134+0000 mgr.smithi134.npcsqu (mgr.14180) 302 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:22 smithi149 conmon[88219]: cluster 2023-12-06T03:16:21.550008+0000 mgr.smithi134.npcsqu (mgr.14180) 301 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:22 smithi149 conmon[88219]: audit 2023-12-06T03:16:22. 2023-12-06T03:16:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:22 smithi149 conmon[88219]: 077134+0000 mgr.smithi134.npcsqu (mgr.14180) 302 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:22.644 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:23.646 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:25.165 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:25 smithi134 conmon[83862]: cluster 2023-12-06T03:16:23.550551+0000 mgr.smithi134.npcsqu (mgr.14180) 303 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:25.536 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:25.536 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:25 smithi149 conmon[88219]: cluster 2023-12-06T03:16:23.550551+0000 mgr.smithi134.npcsqu (mgr.14180) 303 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:26.161 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:27.162 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:27 smithi134 conmon[83862]: audit 2023-12-06T03:16:25.532234+0000 mgr.smithi134.npcsqu (mgr.14180) 304 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:27.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:27 smithi134 conmon[83862]: 2023-12-06T03:16:27.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:27 smithi134 conmon[83862]: cluster 2023-12-06T03:16:25.551070+0000 mgr.smithi134.npcsqu (mgr.14180) 305 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:27 smithi149 conmon[88219]: audit 2023-12-06T03:16:25.532234+0000 mgr.smithi134.npcsqu (mgr.14180) 304 : audit 2023-12-06T03:16:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:27 smithi149 conmon[88219]: [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:27 smithi149 conmon[88219]: cluster 2023-12-06T03:16:25.551070+0000 mgr.smithi134.npcsqu (mgr.14180) 305 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:28.993 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:28.994 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:29 smithi134 conmon[83862]: cluster 2023-12-06T03:16:27.551548+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:16:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:29 smithi134 conmon[83862]: 306 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:29 smithi149 conmon[88219]: cluster 2023-12-06T03:16:27.551548+0000 mgr.smithi134.npcsqu (mgr.14180) 306 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:29 smithi149 conmon[88219]: 2023-12-06T03:16:29.577 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:30.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:30 smithi134 conmon[83862]: audit 2023-12-06T03:16:28.989432+0000 mgr.smithi134.npcsqu (mgr.14180) 307 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:30 smithi149 conmon[88219]: audit 2023-12-06T03:16:28.989432+0000 mgr.smithi134.npcsqu (mgr.14180) 307 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:30 smithi149 conmon[88219]: 2023-12-06T03:16:30.578 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:31 smithi134 conmon[83862]: cluster 2023-12-06T03:16:29.552033+0000 mgr.smithi134.npcsqu (mgr.14180) 308 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:31.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:31 smithi134 conmon[83862]: audit 2023-12-06T03:16:30.405215+0000 mon.smithi134 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.xjspxf"}]: dispatch 2023-12-06T03:16:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:31 smithi149 conmon[88219]: cluster 2023-12-06T03:16:29.552033+0000 mgr.smithi134.npcsqu (mgr.14180) 308 : cluster [DBG] 2023-12-06T03:16:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:31 smithi149 conmon[88219]: pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:31 smithi149 conmon[88219]: audit 2023-12-06T03:16:30.405215+0000 mon.smithi134 (mon.0) 672 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.xjspxf"}]: dispatch 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: cephadm 2023-12-06T03:16:30.404566+0000 mgr.smithi134.npcsqu (mgr.14180) 309 : cephadm 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.120 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.121 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: E 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: RROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: cephadm 2023-12-06T03:16:30.404846+0000 mgr.smithi134.npcsqu (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: cephadm 2023-12-06T03:16:30.405902+0000 mgr.smithi134.npcsqu (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.122 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:32 smithi134 conmon[83862]: cephadm 2023-12-06T03:16:30.407425+0000 mgr.smithi134.npcsqu (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.pavwjx on smithi134 2023-12-06T03:16:32.513 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:32.514 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: cephadm 2023-12-06T03:16:30.404566+0000 mgr.smithi134.npcsqu (mgr.14180) 309 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:16:32.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:16:32.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: cephadm 2023-12-06T03:16:30.404846+0000 mgr.smithi134.npcsqu (mgr.14180) 310 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: cephadm 2023-12-06T03:16:30.405902+0000 mgr.smithi134.npcsqu (mgr.14180) 311 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.xjspxf ... 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:14:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:11Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:15:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:16:32.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:32 smithi149 conmon[88219]: cephadm 2023-12-06T03:16:30.407425+0000 mgr.smithi134.npcsqu (mgr.14180) 312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.pavwjx on smithi134 2023-12-06T03:16:33.144 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:33 smithi134 conmon[83862]: cluster 2023-12-06T03:16:31.552593+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:16:33.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:33 smithi134 conmon[83862]: mgr.14180) 313 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:33 smithi149 conmon[88219]: cluster 2023-12-06T03:16:31.552593+0000 mgr.smithi134.npcsqu (mgr.14180) 313 : cluster [DBG] 2023-12-06T03:16:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:33 smithi149 conmon[88219]: pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:34.145 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:34.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:34 smithi134 conmon[83862]: audit 2023-12-06T03:16:32.509979+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:16:34.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:34 smithi134 conmon[83862]: ) 314 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:34 smithi149 conmon[88219]: audit 2023-12-06T03:16:32.509979+0000 mgr.smithi134.npcsqu (mgr.14180) 314 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:35.305 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:35 smithi134 conmon[83862]: cluster 2023-12-06T03:16:33.553185+0000 mgr.smithi134.npcsqu (mgr.14180) 315 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:35 smithi149 conmon[88219]: cluster 2023-12-06T03:16:33.553185+0000 mgr.smithi134.npcsqu (mgr.14180) 315 : cluster 2023-12-06T03:16:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:35 smithi149 conmon[88219]: [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:35.915 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:35.915 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:36.507 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:37 smithi134 conmon[83862]: cluster 2023-12-06T03:16:35.553764+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:16:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:37 smithi134 conmon[83862]: 316 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:37 smithi134 conmon[83862]: audit 2023-12-06T03:16:35.911152+0000 mgr.smithi134.npcsqu (mgr.14180) 317 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:37.508 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:37 smithi149 conmon[88219]: cluster 2023-12-06T03:16:35.553764+0000 mgr.smithi134.npcsqu (mgr.14180) 316 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:37 smithi149 conmon[88219]: 2023-12-06T03:16:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:37 smithi149 conmon[88219]: audit 2023-12-06T03:16:35.911152+0000 mgr.smithi134.npcsqu (mgr.14180) 317 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:39 smithi134 conmon[83862]: cluster 2023-12-06T03:16:37.554317+0000 2023-12-06T03:16:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:39 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 318 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:39.399 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:39.399 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:39 smithi149 conmon[88219]: cluster 2023-12-06T03:16:37.554317+0000 mgr.smithi134.npcsqu (mgr.14180) 318 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:40.049 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:41.050 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:41 smithi134 conmon[83862]: audit 2023-12-06T03:16:39.395363+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:41 smithi134 conmon[83862]: .14180) 319 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:41 smithi134 conmon[83862]: cluster 2023-12-06T03:16:39.554713+0000 mgr.smithi134.npcsqu (mgr.14180) 320 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:41 smithi149 conmon[88219]: audit 2023-12-06T03:16:39.395363+0000 mgr.smithi134.npcsqu (mgr.14180) 319 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:41 smithi149 conmon[88219]: cluster 2023-12-06T03:16:39.554713+0000 mgr.smithi134.npcsqu (mgr.14180) 320 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:43.043 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:43.043 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:43 smithi134 conmon[83862]: cluster 2023-12-06T03:16:41.555262+0000 mgr.smithi134.npcsqu (mgr.14180) 321 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:43 smithi149 conmon[88219]: cluster 2023-12-06T03:16:41.555262+0000 mgr.smithi134.npcsqu (mgr.14180) 321 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:43.639 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:44.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:44 smithi134 conmon[83862]: audit 2023-12-06T03:16:43.039454+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:16:44.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:44 smithi134 conmon[83862]: mgr.14180) 322 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:44 smithi149 conmon[88219]: audit 2023-12-06T03:16:43.039454+0000 mgr.smithi134.npcsqu (mgr.14180) 322 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:44.641 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:45 smithi134 conmon[83862]: cluster 2023-12-06T03:16:43.555772+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:45.434 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:45 smithi134 conmon[83862]: .14180) 323 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:45 smithi149 conmon[88219]: cluster 2023-12-06T03:16:43.555772+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:16:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:45 smithi149 conmon[88219]: 323 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:46.466 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:46.466 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:47.089 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:47 smithi134 conmon[83862]: cluster 2023-12-06T03:16:45.556214+0000 mgr.smithi134.npcsqu (mgr.14180) 324 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:47 smithi149 conmon[88219]: cluster 2023-12-06T03:16:45.556214+0000 mgr.smithi134.npcsqu (mgr.14180) 324 2023-12-06T03:16:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:47 smithi149 conmon[88219]: : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:48.091 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:48.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:48 smithi149 conmon[88219]: audit 2023-12-06T03:16:46.462250+0000 mgr.smithi134.npcsqu (mgr.14180) 325 : audit 2023-12-06T03:16:48.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:48 smithi149 conmon[88219]: [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:48.565 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:48 smithi134 conmon[83862]: audit 2023-12-06T03:16:46.462250+0000 2023-12-06T03:16:48.566 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:48 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 325 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:49 smithi134 conmon[83862]: cluster 2023-12-06T03:16:47.556726+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:49 smithi134 conmon[83862]: .14180) 326 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:49 smithi149 conmon[88219]: cluster 2023-12-06T03:16:47.556726+0000 mgr.smithi134.npcsqu (mgr.14180) 326 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:50.000 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:50.000 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:50.668 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:51 smithi149 conmon[88219]: cluster 2023-12-06T03:16:49.557352+0000 mgr.smithi134.npcsqu (mgr.14180) 327 : cluster 2023-12-06T03:16:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:51 smithi149 conmon[88219]: [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:51 smithi149 conmon[88219]: audit 2023-12-06T03:16:49.995649+0000 mgr.smithi134.npcsqu (mgr.14180) 328 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:51.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:51 smithi134 conmon[83862]: cluster 2023-12-06T03:16:49.557352+0000 mgr.smithi134.npcsqu (mgr.14180) 327 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:51.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:51 smithi134 conmon[83862]: audit 2023-12-06T03:16:49.995649+0000 mgr.smithi134.npcsqu (mgr.14180) 328 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:51.669 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:53.172 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:53 smithi134 conmon[83862]: cluster 2023-12-06T03:16:51.557914+0000 mgr.smithi134.npcsqu (mgr.14180) 329 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:53.495 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:53.496 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:53 smithi149 conmon[88219]: cluster 2023-12-06T03:16:51.557914+0000 mgr.smithi134.npcsqu (mgr.14180) 329 : cluster 2023-12-06T03:16:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:53 smithi149 conmon[88219]: [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:54.079 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:55.080 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:55.546 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:55 smithi134 conmon[83862]: audit 2023-12-06T03:16:53.491981+0000 mgr.smithi134.npcsqu (mgr.14180) 330 : 2023-12-06T03:16:55.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:55 smithi134 conmon[83862]: audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:55.547 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:55 smithi134 conmon[83862]: cluster 2023-12-06T03:16:53.558467+0000 mgr.smithi134.npcsqu (mgr.14180) 331 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:55 smithi149 conmon[88219]: audit 2023-12-06T03:16:53.491981+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:16:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:55 smithi149 conmon[88219]: .14180) 330 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:55 smithi149 conmon[88219]: cluster 2023-12-06T03:16:53.558467+0000 mgr.smithi134.npcsqu (mgr.14180) 331 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:57.008 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:16:57.008 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:16:57.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:57 smithi134 conmon[83862]: cluster 2023-12-06T03:16:55.558975+0000 mgr.smithi134.npcsqu (mgr.14180) 332 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:57 smithi149 conmon[88219]: cluster 2023-12-06T03:16:55.558975+0000 mgr.smithi134.npcsqu (mgr.14180) 332 : cluster [DBG] 2023-12-06T03:16:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:57 smithi149 conmon[88219]: pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:57.597 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:16:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:58 smithi149 conmon[88219]: audit 2023-12-06T03:16:57.003789+0000 mgr.smithi134.npcsqu (mgr.14180) 333 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:58 smithi149 conmon[88219]: 2023-12-06T03:16:58.598 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:16:58.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:58 smithi134 conmon[83862]: audit 2023-12-06T03:16:57.003789+0000 mgr.smithi134.npcsqu (mgr.14180) 333 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:16:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:59 smithi134 conmon[83862]: cluster 2023-12-06T03:16:57.559793+0000 mgr.smithi134.npcsqu (mgr.14180) 334 : 2023-12-06T03:16:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:16:59 smithi134 conmon[83862]: cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:16:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:59 smithi149 conmon[88219]: cluster 2023-12-06T03:16:57.559793+0000 mgr.smithi134.npcsqu (mgr.14180) 334 : cluster [DBG] 2023-12-06T03:16:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:16:59 smithi149 conmon[88219]: pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:00 smithi134 conmon[83862]: cluster 2023-12-06T03:16:59.560227+0000 mgr.smithi134.npcsqu (mgr.14180) 335 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:00.482 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:00.482 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:00 smithi149 conmon[88219]: cluster 2023-12-06T03:16:59.560227+0000 mgr.smithi134.npcsqu (mgr.14180) 335 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:00 smithi149 conmon[88219]: 2023-12-06T03:17:01.088 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:01 smithi134 conmon[83862]: audit 2023-12-06T03:17:00.478754+0000 mgr.smithi134.npcsqu (mgr.14180) 336 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:01 smithi149 conmon[88219]: audit 2023-12-06T03:17:00.478754+0000 mgr.smithi134.npcsqu (mgr.14180) 336 : audit 2023-12-06T03:17:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:01 smithi149 conmon[88219]: [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:02.088 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:02.537 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:02 smithi134 conmon[83862]: cluster 2023-12-06T03:17:01.560659+0000 2023-12-06T03:17:02.538 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:02 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 337 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:02 smithi149 conmon[88219]: cluster 2023-12-06T03:17:01.560659+0000 mgr.smithi134.npcsqu (mgr.14180) 337 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:03.986 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:03.986 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:04.578 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:05.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:05 smithi134 conmon[83862]: cluster 2023-12-06T03:17:03.561184+0000 mgr.smithi134.npcsqu (mgr.14180) 338 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:05.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:05 smithi134 conmon[83862]: audit 2023-12-06T03:17:03.982030+0000 mgr.smithi134.npcsqu (mgr.14180) 339 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:05 smithi149 conmon[88219]: cluster 2023-12-06T03:17:03.561184+0000 mgr.smithi134.npcsqu (mgr.14180) 338 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:05 smithi149 conmon[88219]: audit 2023-12-06T03:17:03.982030+0000 mgr.smithi134.npcsqu (mgr.14180) 339 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:05.579 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:07.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:07 smithi134 conmon[83862]: cluster 2023-12-06T03:17:05.561822+0000 mgr.smithi134.npcsqu (mgr.14180) 340 : cluster 2023-12-06T03:17:07.123 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:07 smithi134 conmon[83862]: [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:07.497 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:07.497 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:07 smithi149 conmon[88219]: cluster 2023-12-06T03:17:05.561822+0000 mgr.smithi134.npcsqu (mgr.14180) 340 : cluster 2023-12-06T03:17:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:07 smithi149 conmon[88219]: [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:08.119 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:09.119 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:09 smithi134 conmon[83862]: audit 2023-12-06T03:17:07.492861+0000 mgr.smithi134.npcsqu (mgr.14180) 341 : audit 2023-12-06T03:17:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:09 smithi134 conmon[83862]: [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:09 smithi134 conmon[83862]: cluster 2023-12-06T03:17:07.562440+0000 mgr.smithi134.npcsqu (mgr.14180) 342 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:09 smithi149 conmon[88219]: audit 2023-12-06T03:17:07.492861+0000 mgr.smithi134.npcsqu (mgr.14180) 341 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:09 smithi149 conmon[88219]: 2023-12-06T03:17:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:09 smithi149 conmon[88219]: cluster 2023-12-06T03:17:07.562440+0000 mgr.smithi134.npcsqu (mgr.14180) 342 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:10.973 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:10.973 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:11 smithi134 conmon[83862]: cluster 2023-12-06T03:17:09.562911+0000 mgr.smithi134.npcsqu (mgr.14180) 343 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:11 smithi149 conmon[88219]: cluster 2023-12-06T03:17:09.562911+0000 mgr.smithi134.npcsqu (mgr.14180) 343 : cluster [DBG] 2023-12-06T03:17:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:11 smithi149 conmon[88219]: pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:11.603 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:12 smithi134 conmon[83862]: audit 2023-12-06T03:17:10.968899+0000 mgr.smithi134.npcsqu (mgr.14180) 344 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:12 smithi134 conmon[83862]: 2023-12-06T03:17:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:12 smithi149 conmon[88219]: audit 2023-12-06T03:17:10.968899+0000 mgr.smithi134.npcsqu (mgr.14180) 344 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:12 smithi149 conmon[88219]: 2023-12-06T03:17:12.604 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:13 smithi134 conmon[83862]: cluster 2023-12-06T03:17:11.563351+0000 mgr.smithi134.npcsqu 2023-12-06T03:17:13.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:13 smithi134 conmon[83862]: (mgr.14180) 345 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:13 smithi149 conmon[88219]: cluster 2023-12-06T03:17:11.563351+0000 mgr.smithi134.npcsqu (mgr.14180) 345 : cluster 2023-12-06T03:17:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:13 smithi149 conmon[88219]: [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:14.604 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:14.604 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:15.210 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:15 smithi134 conmon[83862]: cluster 2023-12-06T03:17:13.564142+0000 mgr.smithi134.npcsqu (mgr.14180) 346 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:15 smithi149 conmon[88219]: cluster 2023-12-06T03:17:13.564142+0000 mgr.smithi134.npcsqu (mgr.14180) 346 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:16.212 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:16.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:16 smithi134 conmon[83862]: audit 2023-12-06T03:17:14.600397+0000 mgr.smithi134.npcsqu (mgr.14180) 347 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:16.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:16 smithi134 conmon[83862]: 2023-12-06T03:17:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:16 smithi149 conmon[88219]: audit 2023-12-06T03:17:14.600397+0000 mgr.smithi134.npcsqu (mgr.14180) 347 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:16.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:16 smithi149 conmon[88219]: 2023-12-06T03:17:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:17 smithi134 conmon[83862]: cluster 2023-12-06T03:17:15.564612+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:17:17.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:17 smithi134 conmon[83862]: mgr.14180) 348 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:17 smithi149 conmon[88219]: cluster 2023-12-06T03:17:15.564612+0000 mgr.smithi134.npcsqu (mgr.14180) 348 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:18.177 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:18.177 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:18.742 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:19 smithi134 conmon[83862]: cluster 2023-12-06T03:17:17.565202+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:17:19.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:19 smithi134 conmon[83862]: mgr.14180) 349 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:19 smithi149 conmon[88219]: cluster 2023-12-06T03:17:17.565202+0000 mgr.smithi134.npcsqu (mgr.14180) 349 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:19.743 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:20.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:20 smithi134 conmon[83862]: audit 2023-12-06T03:17:18.172890+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:17:20.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:20 smithi134 conmon[83862]: ) 350 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:20.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:20 smithi149 conmon[88219]: audit 2023-12-06T03:17:18.172890+0000 mgr.smithi134.npcsqu (mgr.14180) 350 : audit [DBG] 2023-12-06T03:17:20.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:20 smithi149 conmon[88219]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:21.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:21 smithi134 conmon[83862]: cluster 2023-12-06T03:17:19.565649+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:17:21.254 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:21 smithi134 conmon[83862]: ) 351 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:21 smithi149 conmon[88219]: cluster 2023-12-06T03:17:19.565649+0000 mgr.smithi134.npcsqu (mgr.14180) 351 : cluster [DBG] 2023-12-06T03:17:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:21 smithi149 conmon[88219]: pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:21.636 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:21.636 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:22.275 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:23.276 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:23 smithi149 conmon[88219]: cluster 2023-12-06T03:17:21.566121+0000 mgr.smithi134.npcsqu (mgr.14180) 352 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:23 smithi149 conmon[88219]: audit 2023-12-06T03:17:21.632234+0000 mgr.smithi134.npcsqu (mgr.14180) 353 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:23 smithi134 conmon[83862]: cluster 2023-12-06T03:17:21.566121+0000 mgr.smithi134.npcsqu (mgr.14180) 352 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:23 smithi134 conmon[83862]: audit 2023-12-06T03:17:21.632234+0000 mgr.smithi134.npcsqu (mgr.14180) 353 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:25.176 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:25.177 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:25 smithi149 conmon[88219]: cluster 2023-12-06T03:17:23.566661+0000 mgr.smithi134.npcsqu (mgr.14180) 354 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:25 smithi149 conmon[88219]: 2023-12-06T03:17:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:25 smithi134 conmon[83862]: cluster 2023-12-06T03:17:23.566661+0000 mgr.smithi134.npcsqu (mgr.14180) 354 : cluster 2023-12-06T03:17:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:25 smithi134 conmon[83862]: [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:25.757 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:26.757 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:27.391 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:27 smithi134 conmon[83862]: audit 2023-12-06T03:17:25.172510+0000 mgr.smithi134.npcsqu (mgr.14180) 355 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:27.391 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:27 smithi134 conmon[83862]: cluster 2023-12-06T03:17:25.567179+0000 mgr.smithi134.npcsqu (mgr.14180) 356 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:27 smithi149 conmon[88219]: audit 2023-12-06T03:17:25.172510+0000 mgr.smithi134.npcsqu (mgr.14180) 355 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:27 smithi149 conmon[88219]: 2023-12-06T03:17:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:27 smithi149 conmon[88219]: cluster 2023-12-06T03:17:25.567179+0000 mgr.smithi134.npcsqu (mgr.14180) 356 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:28.627 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:28.627 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:29.225 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:29 smithi149 conmon[88219]: cluster 2023-12-06T03:17:27.567644+0000 mgr.smithi134.npcsqu (mgr.14180) 357 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:29 smithi134 conmon[83862]: cluster 2023-12-06T03:17:27.567644+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:17:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:29 smithi134 conmon[83862]: 357 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:30.226 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:30 smithi149 conmon[88219]: audit 2023-12-06T03:17:28.622765+0000 mgr.smithi134.npcsqu (mgr.14180) 358 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:30.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:30 smithi134 conmon[83862]: audit 2023-12-06T03:17:28.622765+0000 mgr.smithi134.npcsqu (mgr.14180) 358 : audit [DBG] 2023-12-06T03:17:30.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:30 smithi134 conmon[83862]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:31 smithi134 conmon[83862]: cluster 2023-12-06T03:17:29.568190+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:17:31.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:31 smithi134 conmon[83862]: mgr.14180) 359 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:31 smithi149 conmon[88219]: cluster 2023-12-06T03:17:29.568190+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:17:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:31 smithi149 conmon[88219]: 359 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:32.098 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:32.098 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:32.674 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:33 smithi149 conmon[88219]: cluster 2023-12-06T03:17:31.568640+0000 mgr.smithi134.npcsqu (mgr.14180) 360 : cluster [DBG] 2023-12-06T03:17:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:33 smithi149 conmon[88219]: pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:33 smithi149 conmon[88219]: audit 2023-12-06T03:17:32.094547+0000 mgr.smithi134.npcsqu (mgr.14180) 361 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:33.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:33 smithi134 conmon[83862]: cluster 2023-12-06T03:17:31.568640+0000 mgr.smithi134.npcsqu (mgr.14180) 360 : 2023-12-06T03:17:33.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:33 smithi134 conmon[83862]: cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:33.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:33 smithi134 conmon[83862]: audit 2023-12-06T03:17:32.094547+0000 mgr.smithi134.npcsqu (mgr.14180) 361 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:33.675 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:35.157 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:35 smithi134 conmon[83862]: cluster 2023-12-06T03:17:33.569279+0000 mgr.smithi134.npcsqu (mgr.14180) 362 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:35.497 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:35.497 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:35 smithi149 conmon[88219]: cluster 2023-12-06T03:17:33.569279+0000 mgr.smithi134.npcsqu (mgr.14180) 362 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:35 smithi149 conmon[88219]: 2023-12-06T03:17:36.090 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:36.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:36 smithi134 conmon[83862]: audit 2023-12-06T03:17:35.493658+0000 mgr.smithi134.npcsqu (mgr.14180) 363 : audit 2023-12-06T03:17:36.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:36 smithi134 conmon[83862]: [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:36.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:36 smithi134 conmon[83862]: cluster 2023-12-06T03:17:35.569802+0000 mgr.smithi134.npcsqu (mgr.14180) 364 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:36 smithi149 conmon[88219]: audit 2023-12-06T03:17:35.493658+0000 mgr.smithi134.npcsqu (mgr.14180) 363 : audit [DBG] 2023-12-06T03:17:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:36 smithi149 conmon[88219]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:36 smithi149 conmon[88219]: cluster 2023-12-06T03:17:35.569802+0000 mgr.smithi134.npcsqu (mgr.14180) 364 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:37.092 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:38.927 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:38.928 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:39 smithi134 conmon[83862]: cluster 2023-12-06T03:17:37.570391+0000 mgr.smithi134.npcsqu (mgr.14180) 365 : cluster 2023-12-06T03:17:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:39 smithi134 conmon[83862]: [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:39.547 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:39 smithi149 conmon[88219]: cluster 2023-12-06T03:17:37.570391+0000 mgr.smithi134.npcsqu (mgr.14180) 365 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:40.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:40 smithi134 conmon[83862]: audit 2023-12-06T03:17:38.923497+0000 mgr.smithi134.npcsqu (mgr.14180) 366 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:40.549 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:40 smithi149 conmon[88219]: audit 2023-12-06T03:17:38.923497+0000 mgr.smithi134.npcsqu (mgr.14180) 366 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:41 smithi134 conmon[83862]: cluster 2023-12-06T03:17:39.570957+0000 2023-12-06T03:17:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:41 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 367 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:41 smithi149 conmon[88219]: cluster 2023-12-06T03:17:39.570957+0000 mgr.smithi134.npcsqu (mgr.14180) 367 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:42.434 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:42.434 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:43.047 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:43 smithi134 conmon[83862]: cluster 2023-12-06T03:17:41.571569+0000 mgr.smithi134.npcsqu (mgr.14180) 368 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:43 smithi149 conmon[88219]: cluster 2023-12-06T03:17:41.571569+0000 mgr.smithi134.npcsqu (mgr.14180) 368 : cluster [DBG] 2023-12-06T03:17:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:43 smithi149 conmon[88219]: pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:44.048 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:44.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:44 smithi134 conmon[83862]: audit 2023-12-06T03:17:42.430155+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:17:44.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:44 smithi134 conmon[83862]: 14180) 369 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:44 smithi149 conmon[88219]: audit 2023-12-06T03:17:42.430155+0000 mgr.smithi134.npcsqu (mgr.14180) 369 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:45 smithi134 conmon[83862]: cluster 2023-12-06T03:17:43.572147+0000 mgr.smithi134.npcsqu 2023-12-06T03:17:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:45 smithi134 conmon[83862]: (mgr.14180) 370 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:45 smithi149 conmon[88219]: cluster 2023-12-06T03:17:43.572147+0000 mgr.smithi134.npcsqu (mgr.14180) 370 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:46.032 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:46.033 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:46.655 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:47 smithi134 conmon[83862]: cluster 2023-12-06T03:17:45.572612+0000 mgr.smithi134.npcsqu (mgr.14180) 371 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:47 smithi134 conmon[83862]: audit 2023-12-06T03:17:46.028800+0000 mgr.smithi134.npcsqu (mgr.14180) 372 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:47 smithi149 conmon[88219]: cluster 2023-12-06T03:17:45.572612+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:17:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:47 smithi149 conmon[88219]: 14180) 371 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:47 smithi149 conmon[88219]: audit 2023-12-06T03:17:46.028800+0000 mgr.smithi134.npcsqu (mgr.14180) 372 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:47.656 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:49.154 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:49 smithi134 conmon[83862]: cluster 2023-12-06T03:17:47.573393+0000 mgr.smithi134.npcsqu (mgr.14180) 373 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:49.519 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:49.519 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:49 smithi149 conmon[88219]: cluster 2023-12-06T03:17:47.573393+0000 mgr.smithi134.npcsqu (mgr.14180) 373 : cluster [DBG] 2023-12-06T03:17:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:49 smithi149 conmon[88219]: pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:50.166 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:51.167 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:51 smithi134 conmon[83862]: audit 2023-12-06T03:17:49.515280+0000 mgr.smithi134.npcsqu (mgr.14180) 374 : audit [DBG] 2023-12-06T03:17:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:51 smithi134 conmon[83862]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:51 smithi134 conmon[83862]: cluster 2023-12-06T03:17:49.573816+0000 mgr.smithi134.npcsqu (mgr.14180) 375 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:51 smithi149 conmon[88219]: audit 2023-12-06T03:17:49.515280+0000 mgr.smithi134.npcsqu (mgr.14180) 374 : audit [DBG] 2023-12-06T03:17:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:51 smithi149 conmon[88219]: from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:51 smithi149 conmon[88219]: cluster 2023-12-06T03:17:49.573816+0000 mgr.smithi134.npcsqu (mgr.14180) 375 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:53.182 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:53.183 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:53 smithi149 conmon[88219]: cluster 2023-12-06T03:17:51.574204+0000 mgr.smithi134.npcsqu (mgr.14180) 376 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:53.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:53 smithi134 conmon[83862]: cluster 2023-12-06T03:17:51.574204+0000 mgr.smithi134.npcsqu (mgr.14180) 376 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:53.805 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:54.806 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:55.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:55 smithi134 conmon[83862]: audit 2023-12-06T03:17:53.178853+0000 mgr.smithi134.npcsqu (mgr.14180) 377 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:55.441 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:55 smithi134 conmon[83862]: cluster 2023-12-06T03:17:53.574712+0000 mgr.smithi134.npcsqu (mgr.14180) 378 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:55 smithi149 conmon[88219]: audit 2023-12-06T03:17:53.178853+0000 mgr.smithi134.npcsqu (mgr.14180) 377 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:55 smithi149 conmon[88219]: cluster 2023-12-06T03:17:53.574712 2023-12-06T03:17:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:55 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 378 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:56.648 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:17:56.648 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:17:57.253 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:17:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:57 smithi149 conmon[88219]: cluster 2023-12-06T03:17:55.575212+0000 mgr.smithi134.npcsqu (mgr.14180) 379 : cluster [DBG] 2023-12-06T03:17:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:57 smithi149 conmon[88219]: pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:57.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:57 smithi134 conmon[83862]: cluster 2023-12-06T03:17:55.575212+0000 mgr.smithi134.npcsqu (mgr.14180) 379 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:58.253 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:17:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:58 smithi149 conmon[88219]: audit 2023-12-06T03:17:56.644071+0000 mgr.smithi134.npcsqu (mgr.14180) 380 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:58.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:58 smithi134 conmon[83862]: audit 2023-12-06T03:17:56.644071+0000 mgr.smithi134.npcsqu (mgr.14180) 380 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:17:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:59 smithi134 conmon[83862]: cluster 2023-12-06T03:17:57.575721+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:17:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:17:59 smithi134 conmon[83862]: .14180) 381 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:17:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:59 smithi149 conmon[88219]: cluster 2023-12-06T03:17:57.575721+0000 mgr.smithi134.npcsqu (mgr.14180) 381 : 2023-12-06T03:17:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:17:59 smithi149 conmon[88219]: cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:00.159 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:00.159 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:00.811 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:01 smithi149 conmon[88219]: cluster 2023-12-06T03:17:59.576179+0000 mgr.smithi134.npcsqu (mgr.14180) 382 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:01 smithi134 conmon[83862]: cluster 2023-12-06T03:17:59.576179+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:18:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:01 smithi134 conmon[83862]: ) 382 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:01.812 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:02.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:02 smithi134 conmon[83862]: audit 2023-12-06T03:18:00.154649+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:18:02.462 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:02 smithi134 conmon[83862]: 383 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:02 smithi149 conmon[88219]: audit 2023-12-06T03:18:00.154649+0000 mgr.smithi134.npcsqu (mgr.14180) 383 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:02 smithi149 conmon[88219]: 2023-12-06T03:18:03.293 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:03 smithi134 conmon[83862]: cluster 2023-12-06T03:18:01.576680+0000 mgr.smithi134.npcsqu (mgr.14180) 384 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:03 smithi149 conmon[88219]: cluster 2023-12-06T03:18:01.576680+0000 mgr.smithi134.npcsqu (mgr.14180) 384 : cluster 2023-12-06T03:18:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:03 smithi149 conmon[88219]: [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:03.664 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:03.664 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:04.277 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:05.278 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:05 smithi149 conmon[88219]: cluster 2023-12-06T03:18:03.577287+0000 mgr.smithi134.npcsqu (mgr.14180) 385 : cluster 2023-12-06T03:18:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:05 smithi149 conmon[88219]: [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:05 smithi149 conmon[88219]: audit 2023-12-06T03:18:03.660851+0000 mgr.smithi134.npcsqu (mgr.14180) 386 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:05 smithi134 conmon[83862]: cluster 2023-12-06T03:18:03.577287+0000 mgr.smithi134.npcsqu (mgr.14180) 385 : cluster [DBG] 2023-12-06T03:18:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:05 smithi134 conmon[83862]: pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:05.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:05 smithi134 conmon[83862]: audit 2023-12-06T03:18:03.660851+0000 mgr.smithi134.npcsqu (mgr.14180) 386 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:06 smithi149 conmon[88219]: cluster 2023-12-06T03:18:05.577764+0000 mgr.smithi134.npcsqu (mgr.14180) 387 : cluster 2023-12-06T03:18:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:06 smithi149 conmon[88219]: [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:06.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:06 smithi134 conmon[83862]: cluster 2023-12-06T03:18:05.577764+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:18:06.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:06 smithi134 conmon[83862]: ) 387 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:07.187 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:07.187 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:07.768 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:08.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:09 smithi134 conmon[83862]: audit 2023-12-06T03:18:07.183578+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:18:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:09 smithi134 conmon[83862]: ) 388 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:09 smithi134 conmon[83862]: cluster 2023-12-06T03:18:07.578412+0000 mgr.smithi134.npcsqu (mgr.14180) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:09 smithi149 conmon[88219]: audit 2023-12-06T03:18:07.183578+0000 mgr.smithi134.npcsqu (mgr.14180) 388 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:09 smithi149 conmon[88219]: cluster 2023-12-06T03:18:07.578412+0000 mgr.smithi134.npcsqu (mgr.14180) 389 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:10.621 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:10.621 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:11.284 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:11 smithi134 conmon[83862]: cluster 2023-12-06T03:18:09.578839+0000 mgr.smithi134.npcsqu (mgr.14180) 390 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:11 smithi149 conmon[88219]: cluster 2023-12-06T03:18:09.578839+0000 mgr.smithi134.npcsqu (mgr.14180) 390 : cluster [DBG] 2023-12-06T03:18:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:11 smithi149 conmon[88219]: pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:12.285 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:12 smithi134 conmon[83862]: audit 2023-12-06T03:18:10.617674+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:18:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:12 smithi134 conmon[83862]: mgr.14180) 391 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:12 smithi149 conmon[88219]: audit 2023-12-06T03:18:10.617674+0000 mgr.smithi134.npcsqu (mgr.14180) 391 : audit [DBG] 2023-12-06T03:18:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:12 smithi149 conmon[88219]: from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:13 smithi134 conmon[83862]: cluster 2023-12-06T03:18:11.579371+0000 mgr.smithi134.npcsqu (mgr.14180) 392 : cluster 2023-12-06T03:18:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:13 smithi134 conmon[83862]: [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:13 smithi149 conmon[88219]: cluster 2023-12-06T03:18:11.579371+0000 mgr.smithi134.npcsqu (mgr.14180) 392 : cluster 2023-12-06T03:18:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:13 smithi149 conmon[88219]: [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:14.271 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:14.271 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:14.883 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:15 smithi134 conmon[83862]: cluster 2023-12-06T03:18:13.580158+0000 mgr.smithi134.npcsqu (mgr.14180) 393 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:15 smithi149 conmon[88219]: cluster 2023-12-06T03:18:13.580158+0000 mgr.smithi134.npcsqu (mgr.14180) 393 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:15 smithi149 conmon[88219]: 2023-12-06T03:18:15.884 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:16.326 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:16 smithi134 conmon[83862]: audit 2023-12-06T03:18:14.267435+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:18:16.326 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:16 smithi134 conmon[83862]: ) 394 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:16 smithi149 conmon[88219]: audit 2023-12-06T03:18:14.267435+0000 mgr.smithi134.npcsqu (mgr.14180) 394 : audit 2023-12-06T03:18:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:16 smithi149 conmon[88219]: [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:17 smithi134 conmon[83862]: cluster 2023-12-06T03:18:15.580839+0000 mgr.smithi134.npcsqu (mgr.14180) 395 : 2023-12-06T03:18:17.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:17 smithi134 conmon[83862]: cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:17 smithi149 conmon[88219]: cluster 2023-12-06T03:18:15.580839+0000 mgr.smithi134.npcsqu (mgr.14180) 395 : cluster 2023-12-06T03:18:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:17 smithi149 conmon[88219]: [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:17.829 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:17.829 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:18.483 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:19.484 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:19.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:19 smithi134 conmon[83862]: cluster 2023-12-06T03:18:17.581338+0000 mgr.smithi134.npcsqu (mgr.14180) 396 2023-12-06T03:18:19.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:19 smithi134 conmon[83862]: : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:19.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:19 smithi134 conmon[83862]: audit 2023-12-06T03:18:17.825368+0000 mgr.smithi134.npcsqu (mgr.14180) 397 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:19 smithi149 conmon[88219]: cluster 2023-12-06T03:18:17.581338+0000 mgr.smithi134.npcsqu (mgr.14180) 396 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:19 smithi149 conmon[88219]: audit 2023-12-06T03:18:17.825368+0000 mgr.smithi134.npcsqu (mgr.14180) 397 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:21.333 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:21.333 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:21 smithi134 conmon[83862]: cluster 2023-12-06T03:18:19.581800+0000 mgr.smithi134.npcsqu (mgr.14180) 398 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:21 smithi149 conmon[88219]: cluster 2023-12-06T03:18:19.581800+0000 mgr.smithi134.npcsqu (mgr.14180) 398 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:21.932 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:22.934 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:23.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:23 smithi134 conmon[83862]: audit 2023-12-06T03:18:21.328584+0000 mgr.smithi134.npcsqu (mgr.14180) 399 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:23 smithi134 conmon[83862]: cluster 2023-12- 2023-12-06T03:18:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:23 smithi134 conmon[83862]: 06T03:18:21.582376+0000 mgr.smithi134.npcsqu (mgr.14180) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:23 smithi149 conmon[88219]: audit 2023-12-06T03:18:21.328584+0000 mgr.smithi134.npcsqu (mgr.14180) 399 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:23 smithi149 conmon[88219]: cluster 2023-12-06T03:18:21.582376+0000 mgr.smithi134.npcsqu (mgr.14180) 400 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:24.810 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:24.810 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:25.413 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:25 smithi134 conmon[83862]: cluster 2023-12-06T03:18:23.582986+0000 mgr.smithi134.npcsqu (mgr.14180) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:25.433 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:25 smithi149 conmon[88219]: cluster 2023-12-06T03:18:23.582986+0000 mgr.smithi134.npcsqu (mgr.14180) 401 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:26.434 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:26.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:26 smithi134 conmon[83862]: audit 2023-12-06T03:18:24.805738 2023-12-06T03:18:26.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:26 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 402 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:26 smithi149 conmon[88219]: audit 2023-12-06T03:18:24.805738+0000 mgr.smithi134.npcsqu (mgr.14180) 402 : audit [DBG] 2023-12-06T03:18:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:26 smithi149 conmon[88219]: from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:27.282 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:27 smithi134 conmon[83862]: cluster 2023-12-06T03:18:25.583542+0000 mgr.smithi134.npcsqu (mgr.14180) 403 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:27 smithi149 conmon[88219]: cluster 2023-12-06T03:18:25.583542+0000 mgr.smithi134.npcsqu (mgr.14180) 403 : cluster 2023-12-06T03:18:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:27 smithi149 conmon[88219]: [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:28.332 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:28.332 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:28.964 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:29 smithi134 conmon[83862]: cluster 2023-12-06T03:18:27.584053+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:18:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:29 smithi134 conmon[83862]: ) 404 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:29 smithi149 conmon[88219]: cluster 2023-12-06T03:18:27.584053+0000 mgr.smithi134.npcsqu (mgr.14180) 404 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:29.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:30.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:30 smithi134 conmon[83862]: audit 2023-12-06T03:18:28.327484+0000 mgr.smithi134.npcsqu (mgr.14180) 405 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:30 smithi149 conmon[88219]: audit 2023-12-06T03:18:28.327484+0000 mgr.smithi134.npcsqu (mgr.14180) 405 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:31.434 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:31 smithi134 conmon[83862]: cluster 2023-12-06T03:18:29.584551+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:18:31.434 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:31 smithi134 conmon[83862]: 14180) 406 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:31 smithi149 conmon[88219]: cluster 2023-12-06T03:18:29.584551+0000 mgr.smithi134.npcsqu (mgr.14180) 406 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:31.790 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:31.790 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:32.407 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:33.409 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:33.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:33 smithi134 conmon[83862]: cluster 2023-12-06T03:18:31.584994+0000 mgr.smithi134.npcsqu (mgr.14180) 407 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:33.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:33 smithi134 conmon[83862]: audit 2023-12-06T03:18:31.786332+0000 mgr.smithi134.npcsqu (mgr.14180) 408 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:33 smithi149 conmon[88219]: cluster 2023-12-06T03:18:31.584994+0000 mgr.smithi134.npcsqu (mgr.14180) 407 : cluster [DBG] 2023-12-06T03:18:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:33 smithi149 conmon[88219]: pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:33 smithi149 conmon[88219]: audit 2023-12-06T03:18:31.786332+0000 mgr.smithi134.npcsqu (mgr.14180) 408 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:35.343 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:35.344 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:35 smithi134 conmon[83862]: cluster 2023-12-06T03:18:33.585576+0000 mgr.smithi134.npcsqu (mgr.14180) 409 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:35 smithi149 conmon[88219]: cluster 2023-12-06T03:18:33.585576+0000 mgr.smithi134.npcsqu (mgr.14180) 409 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:35.921 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:36.922 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:37 smithi134 conmon[83862]: audit 2023-12-06T03:18:35.339718+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:18:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:37 smithi134 conmon[83862]: .14180) 410 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:37 smithi134 conmon[83862]: cluster 2023-12-06T03:18:35.586077+0000 mgr.smithi134.npcsqu (mgr.14180) 411 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:37 smithi149 conmon[88219]: audit 2023-12-06T03:18:35.339718+0000 mgr.smithi134.npcsqu (mgr.14180) 410 : audit [DBG] 2023-12-06T03:18:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:37 smithi149 conmon[88219]: from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:37 smithi149 conmon[88219]: cluster 2023-12-06T03:18:35.586077+0000 mgr.smithi134.npcsqu (mgr.14180) 411 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:38.714 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:38.714 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:39.230 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:39 smithi134 conmon[83862]: cluster 2023-12-06T03:18:37.586576+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:18:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:39 smithi134 conmon[83862]: 412 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:39 smithi149 conmon[88219]: cluster 2023-12-06T03:18:37.586576+0000 mgr.smithi134.npcsqu (mgr.14180) 412 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:40.231 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:40.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:40 smithi134 conmon[83862]: audit 2023-12-06T03:18:38.710315+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:18:40.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:40 smithi134 conmon[83862]: .14180) 413 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:40 smithi149 conmon[88219]: audit 2023-12-06T03:18:38.710315+0000 mgr.smithi134.npcsqu (mgr.14180) 413 2023-12-06T03:18:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:40 smithi149 conmon[88219]: : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:41 smithi134 conmon[83862]: cluster 2023-12-06T03:18:39.587219+0000 mgr.smithi134.npcsqu (mgr.14180) 414 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:41 smithi149 conmon[88219]: cluster 2023-12-06T03:18:39.587219+0000 mgr.smithi134.npcsqu (mgr.14180) 414 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:42.226 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:42.226 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:42.879 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:43 smithi134 conmon[83862]: cluster 2023-12-06T03:18:41.587633+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:18:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:43 smithi134 conmon[83862]: mgr.14180) 415 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:43 smithi149 conmon[88219]: cluster 2023-12-06T03:18:41.587633+0000 mgr.smithi134.npcsqu (mgr.14180) 415 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:43.881 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:44.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:44 smithi134 conmon[83862]: audit 2023-12-06T03:18:42.222360+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:18:44.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:44 smithi134 conmon[83862]: .14180) 416 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:44 smithi149 conmon[88219]: audit 2023-12-06T03:18:42.222360+0000 mgr.smithi134.npcsqu (mgr.14180) 416 : audit 2023-12-06T03:18:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:44 smithi149 conmon[88219]: [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:45.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:45 smithi134 conmon[83862]: cluster 2023-12-06T03:18:43.588168+0000 2023-12-06T03:18:45.450 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:45 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 417 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:45 smithi149 conmon[88219]: cluster 2023-12-06T03:18:43.588168+0000 mgr.smithi134.npcsqu (mgr.14180) 417 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:45.814 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:45.815 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:46.419 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:47.421 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:47.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:47 smithi134 conmon[83862]: cluster 2023-12-06T03:18:45.588650+0000 mgr.smithi134.npcsqu (mgr.14180) 418 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:47.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:47 smithi134 conmon[83862]: audit 2023-12-06T03:18:45.809854+0000 mgr.smithi134.npcsqu (mgr.14180) 419 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:47 smithi149 conmon[88219]: cluster 2023-12-06T03:18:45.588650+0000 mgr.smithi134.npcsqu (mgr.14180) 418 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:47 smithi149 conmon[88219]: audit 2023-12-06T03:18:45.809854+0000 mgr.smithi134.npcsqu (mgr.14180) 419 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:49.282 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:49.282 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:49.445 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:49 smithi134 conmon[83862]: cluster 2023-12-06T03:18:47.589203+0000 mgr.smithi134.npcsqu (mgr.14180) 420 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:49 smithi149 conmon[88219]: cluster 2023-12-06T03:18:47.589203+0000 mgr.smithi134.npcsqu (mgr.14180) 420 : 2023-12-06T03:18:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:49 smithi149 conmon[88219]: cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:49.879 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:50.880 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:51.329 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:51 smithi134 conmon[83862]: audit 2023-12-06T03:18:49.277748+0000 mgr.smithi134.npcsqu (mgr.14180) 421 2023-12-06T03:18:51.329 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:51 smithi134 conmon[83862]: : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:51.329 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:51 smithi134 conmon[83862]: cluster 2023-12-06T03:18:49.589782+0000 mgr.smithi134.npcsqu (mgr.14180) 422 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:51 smithi149 conmon[88219]: audit 2023-12-06T03:18:49.277748+0000 mgr.smithi134.npcsqu (mgr.14180) 421 2023-12-06T03:18:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:51 smithi149 conmon[88219]: : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:51 smithi149 conmon[88219]: cluster 2023-12-06T03:18:49.589782+0000 mgr.smithi134.npcsqu (mgr.14180) 422 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:52.772 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:52.772 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:53.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:53 smithi134 conmon[83862]: cluster 2023-12-06T03:18:51.590226+0000 mgr.smithi134.npcsqu (mgr.14180) 423 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:53.420 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:53 smithi149 conmon[88219]: cluster 2023-12-06T03:18:51.590226+0000 mgr.smithi134.npcsqu (mgr.14180) 423 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:54.421 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:54.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:54 smithi134 conmon[83862]: audit 2023-12-06T03:18:52.768042+0000 mgr.smithi134.npcsqu 2023-12-06T03:18:54.448 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:54 smithi134 conmon[83862]: (mgr.14180) 424 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:54 smithi149 conmon[88219]: audit 2023-12-06T03:18:52.768042+0000 mgr.smithi134.npcsqu (mgr.14180) 424 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:55 smithi149 conmon[88219]: cluster 2023-12-06T03:18:53.590747+0000 mgr.smithi134.npcsqu (mgr.14180) 425 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:55 smithi134 conmon[83862]: cluster 2023-12-06T03:18:53.590747 2023-12-06T03:18:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:55 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 425 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:56.297 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:56.297 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:18:56.860 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:18:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:57 smithi149 conmon[88219]: cluster 2023-12-06T03:18:55.591217+0000 mgr.smithi134.npcsqu (mgr.14180) 426 : cluster [DBG] 2023-12-06T03:18:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:57 smithi149 conmon[88219]: pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:57.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:57 smithi134 conmon[83862]: cluster 2023-12-06T03:18:55.591217+0000 mgr.smithi134.npcsqu (mgr.14180) 426 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:57.861 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:18:58.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:58 smithi134 conmon[83862]: audit 2023-12-06T03:18:56.292957+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:18:58.401 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:58 smithi134 conmon[83862]: .14180) 427 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:58 smithi149 conmon[88219]: audit 2023-12-06T03:18:56.292957+0000 mgr.smithi134.npcsqu (mgr.14180) 427 : 2023-12-06T03:18:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:58 smithi149 conmon[88219]: audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:18:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:59 smithi134 conmon[83862]: cluster 2023-12-06T03:18:57.591777+0000 mgr.smithi134.npcsqu (mgr.14180) 428 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:18:59 smithi134 conmon[83862]: 2023-12-06T03:18:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:59 smithi149 conmon[88219]: cluster 2023-12-06T03:18:57.591777+0000 mgr.smithi134.npcsqu (mgr.14180) 428 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:18:59.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:18:59 smithi149 conmon[88219]: 2023-12-06T03:18:59.718 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:18:59.718 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:19:00.318 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:19:01.319 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:01 smithi149 conmon[88219]: cluster 2023-12-06T03:18:59.592248+0000 mgr.smithi134.npcsqu (mgr.14180) 429 : cluster [DBG] 2023-12-06T03:19:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:01 smithi149 conmon[88219]: pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:01 smithi149 conmon[88219]: audit 2023-12-06T03:18:59.714582+0000 mgr.smithi134.npcsqu (mgr.14180) 430 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:01 smithi134 conmon[83862]: cluster 2023-12-06T03:18:59.592248+0000 mgr.smithi134.npcsqu (mgr.14180) 429 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:01 smithi134 conmon[83862]: audit 2023-12-06T03:18:59.714582+0000 mgr.smithi134.npcsqu (mgr.14180) 430 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:02 smithi149 conmon[88219]: cluster 2023-12-06T03:19:01.592681+0000 mgr.smithi134.npcsqu (mgr.14180) 431 : cluster 2023-12-06T03:19:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:02 smithi149 conmon[88219]: [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:02.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:02 smithi134 conmon[83862]: cluster 2023-12-06T03:19:01.592681+0000 2023-12-06T03:19:02.583 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:02 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 431 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:03.179 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:03.179 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:37.536077Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:37.536222Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:37.536294Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:37.536373Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:37.536433Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "ports": [8000], "running": 0, "size": 4}}] 2023-12-06T03:19:03.778 INFO:tasks.cephadm:rgw.foo has 0/4 2023-12-06T03:19:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:04 smithi149 conmon[88219]: audit 2023-12-06T03:19:03.677960+0000 mon.smithi134 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.pavwjx"}]: dispatch 2023-12-06T03:19:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:04 smithi149 conmon[88219]: audit 2023-12-06T03:19:03.683179+0000 mon.smithi134 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:04 smithi149 conmon[88219]: audit 2023-12-06T03:19:03.685478+0000 mon.smithi134 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:19:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:04 smithi149 conmon[88219]: audit 2023-12-06T03:19:03.960983+0000 mon.smithi134 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:04 smithi134 conmon[83862]: audit 2023-12-06T03:19:03.677960+0000 mon.smithi134 (mon.0) 673 : audit 2023-12-06T03:19:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:04 smithi134 conmon[83862]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.pavwjx"}]: dispatch 2023-12-06T03:19:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:04 smithi134 conmon[83862]: audit 2023-12-06T03:19:03.683179+0000 mon.smithi134 (mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:04 smithi134 conmon[83862]: audit 2023-12-06T03:19:03.685478+0000 mon.smithi134 (mon.0) 675 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:19:04.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:04 smithi134 conmon[83862]: audit 2023-12-06T03:19:03.960983+0000 mon.smithi134 (mon.0) 676 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:04.778 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:05.419 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: audit 2023-12-06T03:19:03.174954+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 14180) 432 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cluster 2023-12-06T03:19:03.593282+0000 mgr.smithi134.npcsqu (mgr.14180) 433 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:03.677443+0000 mgr.smithi134.npcsqu (mgr.14180) 434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-12-06T03:19:05.420 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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 pingin 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: g docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:03.677621+0000 mgr.smithi134.npcsqu (mgr.14180) 435 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:03.678605+0000 mgr.smithi134.npcsqu (mgr.14180) 436 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:03.683460+0000 mgr.smithi134.npcsqu (mgr.14180) 437 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:03.684573+0000 mgr.smithi134.npcsqu (mgr.14180) 438 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cluster 2023-12-06T03:19:03.685417+0000 mgr.smithi134.npcsqu (mgr.14180) 439 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:05.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:05 smithi134 conmon[83862]: cluster 2023-12-06T03:19:04.100560+0000 mon.smithi134 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:19:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: audit 2023-12-06T03:19:03.174954+0000 mgr.smithi134.npcsqu 2023-12-06T03:19:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: (mgr.14180) 432 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cluster 2023-12-06T03:19:03.593282+0000 mgr.smithi134.npcsqu (mgr.14180) 433 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:03.677443+0000 mgr.smithi134.npcsqu (mgr.14180) 434 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:19:05.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-12-06T03:19:05.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:03.677621+0000 mgr.smithi134.npcsqu (mgr.14180) 435 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:03.678605+0000 mgr.smithi134.npcsqu (mgr.14180) 436 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.pavwjx ... 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:07Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:17:44Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:18: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-12-06T03:19:05.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:03.683460+0000 mgr.smithi134.npcsqu (mgr.14180) 437 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:03.684573+0000 mgr.smithi134.npcsqu (mgr.14180) 438 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cluster 2023-12-06T03:19:03.685417+0000 mgr.smithi134.npcsqu (mgr.14180) 439 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:05.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:05 smithi149 conmon[88219]: cluster 2023-12-06T03:19:04.100560+0000 mon.smithi134 (mon.0) 677 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:19:06.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:06 smithi134 conmon[83862]: cluster 2023-12-06T03:19:05.686074+0000 mgr.smithi134.npcsqu (mgr.14180) 440 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:06.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:06 smithi134 conmon[83862]: audit 2023-12-06T03:19:05.704777+0000 mon.smithi134 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:07.001 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:07.001 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:13:41.293155Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:13:41.293224Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:13:41.293288Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:13:41.293055Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:13:41.292913Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:13:41.293351Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:13:41.293503Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:13:41.293443Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 2, "size": 4}}] 2023-12-06T03:19:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:06 smithi149 conmon[88219]: cluster 2023-12-06T03:19:05.686074+0000 mgr.smithi134.npcsqu (mgr.14180) 440 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:06 smithi149 conmon[88219]: 2023-12-06T03:19:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:06 smithi149 conmon[88219]: audit 2023-12-06T03:19:05.704777+0000 mon.smithi134 (mon.0) 678 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:07.801 INFO:tasks.cephadm:rgw.foo has 2/4 2023-12-06T03:19:08.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:07 smithi149 conmon[88219]: audit 2023-12-06T03:19:06.996075+0000 mgr.smithi134.npcsqu (mgr.14180) 441 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:08.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:07 smithi134 conmon[83862]: audit 2023-12-06T03:19:06.996075+0000 mgr.smithi134.npcsqu (mgr.14180) 441 : 2023-12-06T03:19:08.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:07 smithi134 conmon[83862]: audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:08.801 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:08 smithi149 conmon[88219]: cluster 2023-12-06T03:19:07.687049+0000 mgr.smithi134.npcsqu (mgr.14180) 442 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:08 smithi149 conmon[88219]: audit 2023-12-06T03:19:07. 2023-12-06T03:19:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:08 smithi149 conmon[88219]: 774629+0000 mon.smithi134 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:09.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:08 smithi134 conmon[83862]: cluster 2023-12-06T03:19:07.687049+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:09.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:08 smithi134 conmon[83862]: 442 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:09.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:08 smithi134 conmon[83862]: audit 2023-12-06T03:19:07.774629+0000 mon.smithi134 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.278 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:08.918449+0000 mon.smithi134 (mon. 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: 0) 680 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.299287+0000 mon.smithi134 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.300072+0000 mon.smithi134 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.571785+0000 mon.smithi134 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.578055+0000 mon.smithi134 (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.582982+0000 mon.smithi134 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:09 smithi134 conmon[83862]: audit 2023-12-06T03:19:09.588577+0000 mon.smithi134 (mon.0) 686 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:19:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06T03:19:08.918449+0000 mon.smithi134 (mon.0 2023-12-06T03:19:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: ) 680 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06T03:19:09.299287+0000 mon.smithi134 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:19:10.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06T03:19:09.300072 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 682 : audit [INF] 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: T03:19:09.571785+0000 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: mon.smithi134 (mon.0) 683 : audit [INF] 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: T03:19:09.578055+0000 mon.smithi134 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: (mon.0) 684 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: 2023-12-06T03:19: 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: 09.582982+0000 mon.smithi134 (mon.0 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: ) 685 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: audit 2023- 2023-12-06T03:19:10.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: 12-06T03:19:09.588577+0000 mon.smithi134 (mon. 2023-12-06T03:19:10.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:09 smithi149 conmon[88219]: 0) 686 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:19:10.657 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:10.657 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:09.303453+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: .14180) 443 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: cluster 2023-12-06T03:19:09.584112+0000 mgr.smithi134.npcsqu (mgr.14180) 444 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: cephadm 2023-12-06T03:19:09.595540+0000 mgr.smithi134.npcsqu (mgr.14180) 445 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.acbocu on smithi149 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: cluster 2023-12-06T03:19:10.580959+0000 mon.smithi134 (mon.0) 687 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:19:10.934 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:10 smithi134 conmon[83862]: cluster 2023-12-06T03:19:10.581010+0000 mon.smithi134 (mon.0) 688 : cluster [INF] Cluster is now healthy 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:09.303453+0000 mgr.smithi134.npcsqu (mgr.14180) 443 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cluster 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: 2023-12-06T03:19:09.584112+0000 mgr.smithi134.npcsqu (mgr.14180) 444 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cephadm 2023-12-06T03:19:09. 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: 595540+0000 mgr.smithi134.npcsqu (mgr.14180) 445 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.acbocu on smithi149 2023-12-06T03:19:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cluster 2023-12 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: -06T03:19:10.580959 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 687 : 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: 12-06T03:19:10 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: .581010+0000 mon.smithi134 (mon.0) 688 : cluster 2023-12-06T03:19:11.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:10 smithi149 conmon[88219]: [INF] Cluster is now healthy 2023-12-06T03:19:11.359 INFO:tasks.cephadm:rgw.foo has 4/4 2023-12-06T03:19:11.359 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-12-06T03:19:11.369 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2023-12-06T03:19:11.369 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:12.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:11 smithi134 conmon[83862]: audit 2023-12-06T03:19:10.652920+0000 mgr.smithi134.npcsqu (mgr.14180) 446 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:12.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:11 smithi149 conmon[88219]: audit 2023-12-06T03:19:10.652920+0000 mgr.smithi134.npcsqu (mgr.14180) 446 : audit [DBG] from='client.14970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:12.973 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:12 smithi134 conmon[83862]: cluster 2023-12-06T03:19:11.584535+0000 mgr.smithi134.npcsqu (mgr.14180) 447 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2023-12-06T03:19:13.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:12 smithi149 conmon[88219]: cluster 2023-12-06T03:19:11.584535+0000 mgr.smithi134.npcsqu (mgr.14180) 447 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 409 B/s rd, 0 op/s 2023-12-06T03:19:13.311 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:13.312 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:13.933 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:14.935 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:15 smithi134 conmon[83862]: audit 2023-12-06T03:19:13.307661+0000 mgr.smithi134.npcsqu (mgr.14180) 448 : audit 2023-12-06T03:19:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:15 smithi134 conmon[83862]: [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:15 smithi134 conmon[83862]: cluster 2023-12-06T03:19:13.585005+0000 mgr.smithi134.npcsqu (mgr.14180) 449 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 204 B/s wr, 1 op/s 2023-12-06T03:19:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:15 smithi149 conmon[88219]: audit 2023-12-06T03:19:13.307661+0000 mgr.smithi134.npcsqu (mgr.14180) 448 : audit [DBG] from='client.14974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:15 smithi149 conmon[88219]: cluster 2023-12-06T03:19:13.585005+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:19:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:15 smithi149 conmon[88219]: 14180) 449 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 204 B/s wr, 1 op/s 2023-12-06T03:19:16.845 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:16.845 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:17 smithi134 conmon[83862]: cluster 2023-12-06T03:19:15.585461+0000 mgr.smithi134.npcsqu (mgr.14180) 450 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 172 B/s wr, 2 op/s 2023-12-06T03:19:17.481 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:17 smithi149 conmon[88219]: cluster 2023-12-06T03:19:15.585461+0000 mgr.smithi134.npcsqu (mgr.14180) 450 : cluster [DBG] 2023-12-06T03:19:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:17 smithi149 conmon[88219]: pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 172 B/s wr, 2 op/s 2023-12-06T03:19:18.483 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:18.526 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:18 smithi134 conmon[83862]: audit 2023-12-06T03:19:16.840983+0000 mgr.smithi134.npcsqu (mgr.14180) 451 : audit [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:18.526 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:18 smithi134 conmon[83862]: 2023-12-06T03:19:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:18 smithi149 conmon[88219]: audit 2023-12-06T03:19:16.840983+0000 mgr.smithi134.npcsqu (mgr.14180) 451 : audit 2023-12-06T03:19:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:18 smithi149 conmon[88219]: [DBG] from='client.14978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:19.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:19 smithi134 conmon[83862]: cluster 2023-12-06T03:19:17.585922+0000 2023-12-06T03:19:19.316 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:19 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 452 : 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, 172 B/s wr, 2 op/s 2023-12-06T03:19:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:19 smithi149 conmon[88219]: cluster 2023-12-06T03:19:17.585922+0000 mgr.smithi134.npcsqu (mgr.14180) 452 : cluster 2023-12-06T03:19:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:19 smithi149 conmon[88219]: [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, 172 B/s wr, 2 op/s 2023-12-06T03:19:20.291 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:20.292 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:20.940 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:21 smithi134 conmon[83862]: cluster 2023-12-06T03:19:19.586375+0000 mgr.smithi134.npcsqu (mgr.14180) 453 : 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, 172 B/s wr, 2 op/s 2023-12-06T03:19:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:21 smithi149 conmon[88219]: cluster 2023-12-06T03:19:19.586375+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:21 smithi149 conmon[88219]: 453 : 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, 172 B/s wr, 2 op/s 2023-12-06T03:19:21.940 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:22 smithi134 conmon[83862]: audit 2023-12-06T03:19:20.287430+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:19:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:22 smithi134 conmon[83862]: .14180) 454 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:22 smithi149 conmon[88219]: audit 2023-12-06T03:19:20.287430+0000 mgr.smithi134.npcsqu (mgr.14180) 454 2023-12-06T03:19:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:22 smithi149 conmon[88219]: : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:23 smithi149 conmon[88219]: cluster 2023-12-06T03:19:21.586798+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:23 smithi149 conmon[88219]: 455 : 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-12-06T03:19:23.558 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:23 smithi134 conmon[83862]: cluster 2023-12-06T03:19:21.586798+0000 mgr.smithi134.npcsqu (mgr.14180) 455 : cluster [DBG] 2023-12-06T03:19:23.558 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:23 smithi134 conmon[83862]: 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-12-06T03:19:23.954 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:23.954 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:24.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:25 smithi149 conmon[88219]: cluster 2023-12-06T03:19:23.587317+0000 mgr.smithi134.npcsqu (mgr.14180) 456 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 1 op/s 2023-12-06T03:19:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:25 smithi149 conmon[88219]: 2023-12-06T03:19:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:25 smithi149 conmon[88219]: audit 2023-12-06T03:19:23.949652+0000 mgr.smithi134.npcsqu (mgr.14180) 457 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:25 smithi134 conmon[83862]: cluster 2023-12-06T03:19:23.587317+0000 mgr.smithi134.npcsqu (mgr.14180) 456 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 170 B/s wr, 1 op/s 2023-12-06T03:19:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:25 smithi134 conmon[83862]: audit 2023-12-06T03:19:23.949652+0000 mgr.smithi134.npcsqu (mgr.14180) 457 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:25.608 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:27.235 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:27 smithi134 conmon[83862]: cluster 2023-12-06T03:19:25.587843+0000 mgr.smithi134.npcsqu (mgr.14180) 458 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T03:19:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:27 smithi149 conmon[88219]: cluster 2023-12-06T03:19:25.587843+0000 mgr.smithi134.npcsqu (mgr.14180) 458 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 853 B/s rd, 0 op/s 2023-12-06T03:19:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:27 smithi149 conmon[88219]: 2023-12-06T03:19:27.615 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:27.616 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:28.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:29.222 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:29 smithi149 conmon[88219]: cluster 2023-12-06T03:19:27.588370+0000 mgr.smithi134.npcsqu (mgr.14180) 459 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:29 smithi149 conmon[88219]: audit 2023-12-06T03:19:27.611322 2023-12-06T03:19:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:29 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 460 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:29.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:29 smithi134 conmon[83862]: cluster 2023-12-06T03:19:27.588370+0000 mgr.smithi134.npcsqu (mgr.14180) 459 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:29.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:29 smithi134 conmon[83862]: audit 2023-12-06T03:19 2023-12-06T03:19:29.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:29 smithi134 conmon[83862]: :27.611322+0000 mgr.smithi134.npcsqu (mgr.14180) 460 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:31.186 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:31.186 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:31 smithi149 conmon[88219]: cluster 2023-12-06T03:19:29.588966+0000 mgr.smithi134.npcsqu (mgr.14180) 461 : cluster [DBG] 2023-12-06T03:19:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:31 smithi149 conmon[88219]: pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:31.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:31 smithi134 conmon[83862]: cluster 2023-12-06T03:19:29.588966+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:19:31.610 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:31 smithi134 conmon[83862]: 14180) 461 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:31.822 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:32.823 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:33.406 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:33 smithi134 conmon[83862]: audit 2023-12-06T03:19:31.181584+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:33.407 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:33 smithi134 conmon[83862]: 462 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:33.407 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:33 smithi134 conmon[83862]: cluster 2023-12-06T03:19:31.589461+0000 mgr.smithi134.npcsqu (mgr.14180) 463 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:33 smithi149 conmon[88219]: audit 2023-12-06T03:19:31.181584+0000 mgr.smithi134.npcsqu (mgr.14180) 462 : audit [DBG] from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:33 smithi149 conmon[88219]: 2023-12-06T03:19:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:33 smithi149 conmon[88219]: cluster 2023-12-06T03:19:31.589461+0000 mgr.smithi134.npcsqu (mgr.14180) 463 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:34.863 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:34.863 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:35.497 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:35 smithi134 conmon[83862]: cluster 2023-12-06T03:19:33.589977+0000 mgr.smithi134.npcsqu (mgr.14180) 464 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:35.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:35 smithi149 conmon[88219]: cluster 2023-12-06T03:19:33.589977+0000 mgr.smithi134.npcsqu (mgr.14180) 464 : cluster 2023-12-06T03:19:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:35 smithi149 conmon[88219]: [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:36.513 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:36.543 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:36 smithi134 conmon[83862]: audit 2023-12-06T03:19:34.859221+0000 mgr.smithi134.npcsqu (mgr.14180) 465 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:36 smithi149 conmon[88219]: audit 2023-12-06T03:19:34.859221+0000 mgr.smithi134.npcsqu (mgr.14180) 465 2023-12-06T03:19:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:36 smithi149 conmon[88219]: : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:37.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:37 smithi134 conmon[83862]: cluster 2023-12-06T03:19:35.590640+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:19:37.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:37 smithi134 conmon[83862]: .14180) 466 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:37 smithi149 conmon[88219]: cluster 2023-12-06T03:19:35.590640+0000 mgr.smithi134.npcsqu (mgr.14180) 466 : cluster 2023-12-06T03:19:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:37 smithi149 conmon[88219]: [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:38.385 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:38.386 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:38.987 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:39 smithi134 conmon[83862]: cluster 2023-12-06T03:19:37.591352+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:19:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:39 smithi134 conmon[83862]: .14180) 467 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:39 smithi149 conmon[88219]: cluster 2023-12-06T03:19:37.591352+0000 mgr.smithi134.npcsqu (mgr.14180) 467 : cluster 2023-12-06T03:19:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:39 smithi149 conmon[88219]: [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:39.988 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:40.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:40 smithi134 conmon[83862]: audit 2023-12-06T03:19:38.381261+0000 mgr.smithi134.npcsqu (mgr.14180) 468 : audit [DBG] 2023-12-06T03:19:40.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:40 smithi134 conmon[83862]: from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:40 smithi149 conmon[88219]: audit 2023-12-06T03:19:38.381261+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:40 smithi149 conmon[88219]: 468 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:41.505 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:41 smithi134 conmon[83862]: cluster 2023-12-06T03:19:39.591822+0000 mgr.smithi134.npcsqu (mgr.14180) 469 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:41 smithi149 conmon[88219]: cluster 2023-12-06T03:19:39.591822+0000 mgr.smithi134.npcsqu (mgr.14180) 469 : cluster 2023-12-06T03:19:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:41 smithi149 conmon[88219]: [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:41.878 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:41.879 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:42.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:43.504 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:43.533 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:43 smithi134 conmon[83862]: cluster 2023-12-06T03:19:41.592462+0000 mgr.smithi134.npcsqu (mgr.14180) 470 : cluster [DBG] 2023-12-06T03:19:43.534 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:43 smithi134 conmon[83862]: pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:43.534 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:43 smithi134 conmon[83862]: audit 2023-12-06T03:19:41.874700+0000 mgr.smithi134.npcsqu (mgr.14180) 471 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:43 smithi149 conmon[88219]: cluster 2023-12-06T03:19:41.592462+0000 mgr.smithi134.npcsqu (mgr.14180) 470 : cluster 2023-12-06T03:19:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:43 smithi149 conmon[88219]: [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:43 smithi149 conmon[88219]: audit 2023-12-06T03:19:41.874700+0000 mgr.smithi134.npcsqu (mgr.14180) 471 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:45 smithi134 conmon[83862]: cluster 2023-12-06T03:19:43.593015+0000 mgr.smithi134.npcsqu (mgr.14180) 472 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:45.382 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:45.382 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:45 smithi149 conmon[88219]: cluster 2023-12-06T03:19:43.593015+0000 mgr.smithi134.npcsqu (mgr.14180) 472 : cluster [DBG] 2023-12-06T03:19:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:45 smithi149 conmon[88219]: pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:46.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:47.072 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:47 smithi134 conmon[83862]: audit 2023-12-06T03:19:45.378373+0000 mgr.smithi134.npcsqu (mgr.14180) 473 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:47 smithi134 conmon[83862]: cluster 2023-12-06T03:19:45.593626+0000 mgr.smithi134.npcsqu (mgr.14180) 474 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:47 smithi149 conmon[88219]: audit 2023-12-06T03:19:45.378373+0000 mgr.smithi134.npcsqu (mgr.14180) 473 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:47 smithi149 conmon[88219]: cluster 2023-12-06T03:19:45.593626+0000 mgr.smithi134.npcsqu (mgr.14180) 474 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:48.966 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:48.966 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:49 smithi134 conmon[83862]: cluster 2023-12-06T03:19:47.594109+0000 mgr.smithi134.npcsqu (mgr.14180) 475 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:49 smithi149 conmon[88219]: cluster 2023-12-06T03:19:47.594109+0000 mgr.smithi134.npcsqu (mgr.14180) 475 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:49.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:50 smithi149 conmon[88219]: audit 2023-12-06T03:19:48.961626+0000 mgr.smithi134.npcsqu (mgr.14180) 476 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:50.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:50 smithi134 conmon[83862]: audit 2023-12-06T03:19:48.961626+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:19:50.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:50 smithi134 conmon[83862]: 476 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:50.646 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:51.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:51 smithi134 conmon[83862]: cluster 2023-12-06T03:19:49.594797 2023-12-06T03:19:51.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:51 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 477 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:51 smithi149 conmon[88219]: cluster 2023-12-06T03:19:49.594797+0000 mgr.smithi134.npcsqu (mgr.14180) 477 : 2023-12-06T03:19:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:51 smithi149 conmon[88219]: cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:52.618 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:52.619 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:53.260 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:53 smithi149 conmon[88219]: cluster 2023-12-06T03:19:51.595224+0000 mgr.smithi134.npcsqu (mgr.14180) 478 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:53.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:53 smithi134 conmon[83862]: cluster 2023-12-06T03:19:51.595224+0000 mgr.smithi134.npcsqu (mgr.14180) 478 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:54.260 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:54 smithi149 conmon[88219]: audit 2023-12-06T03:19:52.614446+0000 mgr.smithi134.npcsqu (mgr.14180) 479 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:54 smithi134 conmon[83862]: audit 2023-12-06T03:19:52.614446+0000 mgr.smithi134.npcsqu (mgr.14180) 479 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:55.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:55 smithi134 conmon[83862]: cluster 2023-12-06T03:19:53.596020+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:19:55.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:55 smithi134 conmon[83862]: .14180) 480 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:55 smithi149 conmon[88219]: cluster 2023-12-06T03:19:53.596020+0000 mgr.smithi134.npcsqu (mgr.14180) 480 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:56.126 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:56.127 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:19:56.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:19:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:57 smithi149 conmon[88219]: cluster 2023-12-06T03:19:55.596446+0000 mgr.smithi134.npcsqu (mgr.14180) 481 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:57 smithi149 conmon[88219]: audit 2023-12-06T03:19:56.122453+0000 mgr.smithi134.npcsqu (mgr.14180) 482 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:57.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:57 smithi134 conmon[83862]: cluster 2023-12-06T03:19:55.596446+0000 mgr.smithi134.npcsqu (mgr.14180) 481 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:57.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:57 smithi134 conmon[83862]: audit 2023-12-06T03:19:56.122453+0000 mgr.smithi134.npcsqu (mgr.14180) 482 : audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:19:57.728 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:19:59.304 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:19:59 smithi134 conmon[83862]: cluster 2023-12-06T03:19:57.597211+0000 mgr.smithi134.npcsqu (mgr.14180) 483 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:19:59 smithi149 conmon[88219]: cluster 2023-12-06T03:19:57.597211+0000 mgr.smithi134.npcsqu (mgr.14180) 483 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:19:59.632 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:19:59.632 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:00.262 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:00 smithi149 conmon[88219]: cluster 2023-12-06T03:20:00.000085+0000 mon.smithi134 (mon.0) 689 : cluster [INF] overall HEALTH_OK 2023-12-06T03:20:00.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:00 smithi134 conmon[83862]: cluster 2023-12-06T03:20:00.000085+0000 mon.smithi134 (mon.0) 689 : cluster [INF] overall HEALTH_OK 2023-12-06T03:20:01.263 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:01 smithi149 conmon[88219]: cluster 2023-12-06T03:19:59.597605+0000 mgr.smithi134.npcsqu (mgr.14180) 484 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:01 smithi149 conmon[88219]: audit 2023-12-06T03:19:59.627775+0000 mgr.smithi134.npcsqu (mgr.14180) 485 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:01 smithi134 conmon[83862]: cluster 2023-12-06T03:19:59.597605+0000 mgr.smithi134.npcsqu (mgr.14180) 484 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:01 smithi134 conmon[83862]: audit 2023-12-06T03:19:59.627775+0000 mgr.smithi134.npcsqu (mgr.14180) 485 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:02.493 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:02 smithi134 conmon[83862]: cluster 2023-12-06T03:20:01.598014+0000 mgr.smithi134.npcsqu (mgr.14180) 486 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:02 smithi149 conmon[88219]: cluster 2023-12-06T03:20:01.598014+0000 mgr.smithi134.npcsqu (mgr.14180) 486 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:02 smithi149 conmon[88219]: 2023-12-06T03:20:03.136 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:03.136 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:03.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:04 smithi149 conmon[88219]: audit 2023-12-06T03:20:03.131775+0000 mgr.smithi134.npcsqu (mgr.14180) 487 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:04 smithi134 conmon[83862]: audit 2023-12-06T03:20:03.131775+0000 mgr.smithi134.npcsqu (mgr.14180) 487 : audit [DBG] 2023-12-06T03:20:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:04 smithi134 conmon[83862]: from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:04.821 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:05.394 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:05 smithi134 conmon[83862]: cluster 2023-12-06T03:20:03.598453+0000 mgr.smithi134.npcsqu 2023-12-06T03:20:05.394 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:05 smithi134 conmon[83862]: (mgr.14180) 488 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:05 smithi149 conmon[88219]: cluster 2023-12-06T03:20:03.598453+0000 mgr.smithi134.npcsqu (mgr.14180) 488 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:06.791 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:06.792 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:07.432 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:07 smithi134 conmon[83862]: cluster 2023-12-06T03:20:05.598995+0000 mgr.smithi134.npcsqu (mgr.14180) 489 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:07.449 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:07 smithi149 conmon[88219]: cluster 2023-12-06T03:20:05.598995+0000 mgr.smithi134.npcsqu (mgr.14180) 489 : cluster 2023-12-06T03:20:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:07 smithi149 conmon[88219]: [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:08.450 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:08.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:08 smithi134 conmon[83862]: audit 2023-12-06T03:20:06.787283+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:20:08.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:08 smithi134 conmon[83862]: mgr.14180) 490 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:08 smithi149 conmon[88219]: audit 2023-12-06T03:20:06.787283+0000 mgr.smithi134.npcsqu (mgr.14180) 490 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:08 smithi149 conmon[88219]: 2023-12-06T03:20:09.257 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:09 smithi134 conmon[83862]: cluster 2023-12-06T03:20:07.599722+0000 mgr.smithi134.npcsqu (mgr.14180) 491 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:09 smithi149 conmon[88219]: cluster 2023-12-06T03:20:07.599722+0000 mgr.smithi134.npcsqu (mgr.14180) 491 2023-12-06T03:20:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:09 smithi149 conmon[88219]: : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:10.361 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:10.361 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:10.999 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:11 smithi134 conmon[83862]: cluster 2023-12-06T03:20:09.600213+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:20:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:11 smithi134 conmon[83862]: 14180) 492 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:11 smithi149 conmon[88219]: cluster 2023-12-06T03:20:09.600213+0000 mgr.smithi134.npcsqu (mgr.14180) 492 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:12.001 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:12 smithi134 conmon[83862]: audit 2023-12-06T03:20:10.357021+0000 mgr.smithi134.npcsqu (mgr.14180) 493 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:12.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:12 smithi134 conmon[83862]: 2023-12-06T03:20:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:12 smithi149 conmon[88219]: audit 2023-12-06T03:20:10.357021+0000 mgr.smithi134.npcsqu (mgr.14180) 493 : 2023-12-06T03:20:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:12 smithi149 conmon[88219]: audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:13.501 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:13 smithi134 conmon[83862]: cluster 2023-12-06T03:20:11.600868+0000 mgr.smithi134.npcsqu (mgr.14180) 494 2023-12-06T03:20:13.501 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:13 smithi134 conmon[83862]: : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:13 smithi149 conmon[88219]: cluster 2023-12-06T03:20:11.600868+0000 mgr.smithi134.npcsqu (mgr.14180) 494 : cluster [DBG] 2023-12-06T03:20:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:13 smithi149 conmon[88219]: pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:13.887 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:13.888 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:14.489 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:15.490 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:15.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:15 smithi134 conmon[83862]: cluster 2023-12-06T03:20:13.601547+0000 mgr.smithi134.npcsqu (mgr.14180) 495 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:15.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:15 smithi134 conmon[83862]: audit 2023-12-06T03:20:15.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:15 smithi134 conmon[83862]: 2023-12-06T03:20:13.883756+0000 mgr.smithi134.npcsqu (mgr.14180) 496 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:15 smithi149 conmon[88219]: cluster 2023-12-06T03:20:13.601547+0000 mgr.smithi134.npcsqu (mgr.14180) 495 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:15 smithi149 conmon[88219]: audit 2023-12-06T03:20:13.883756+0000 mgr.smithi134.npcsqu (mgr.14180) 496 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:17 smithi134 conmon[83862]: cluster 2023-12-06T03:20:15.601993+0000 mgr.smithi134.npcsqu (mgr.14180) 497 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:17.401 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:17.401 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:17 smithi149 conmon[88219]: cluster 2023-12-06T03:20:15.601993+0000 mgr.smithi134.npcsqu (mgr.14180) 497 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:18.007 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:19.008 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:19 smithi134 conmon[83862]: audit 2023-12-06T03:20:17.397031+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:20:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:19 smithi134 conmon[83862]: 14180) 498 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:19 smithi134 conmon[83862]: cluster 2023-12-06T03:20:17.602564+0000 mgr.smithi134.npcsqu (mgr.14180) 499 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:19 smithi149 conmon[88219]: audit 2023-12-06T03:20:17.397031+0000 mgr.smithi134.npcsqu (mgr.14180) 498 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:19 smithi149 conmon[88219]: 2023-12-06T03:20:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:19 smithi149 conmon[88219]: cluster 2023-12-06T03:20:17.602564+0000 mgr.smithi134.npcsqu (mgr.14180) 499 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:20.921 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:20.921 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:21 smithi134 conmon[83862]: cluster 2023-12-06T03:20:19.603025+0000 mgr.smithi134.npcsqu (mgr.14180) 500 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:21 smithi149 conmon[88219]: cluster 2023-12-06T03:20:19.603025+0000 mgr.smithi134.npcsqu (mgr.14180) 500 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:21 smithi149 conmon[88219]: 2023-12-06T03:20:21.557 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:22 smithi149 conmon[88219]: audit 2023-12-06T03:20:20.916554+0000 mgr.smithi134.npcsqu (mgr.14180) 501 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:22 smithi149 conmon[88219]: cluster 2023-12-06T03:20:21.603500+0000 mgr.smithi134.npcsqu (mgr.14180) 502 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:22.557 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:22.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:22 smithi134 conmon[83862]: audit 2023-12-06T03:20:20.916554+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:20:22.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:22 smithi134 conmon[83862]: ) 501 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:22.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:22 smithi134 conmon[83862]: cluster 2023-12-06T03:20:21.603500+0000 mgr.smithi134.npcsqu (mgr.14180) 502 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:24.499 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:24.499 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:25.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:25 smithi134 conmon[83862]: cluster 2023-12-06T03:20:23.604031+0000 mgr.smithi134.npcsqu (mgr.14180) 503 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:25 smithi149 conmon[88219]: cluster 2023-12-06T03:20:23.604031+0000 mgr.smithi134.npcsqu (mgr.14180) 503 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:26.122 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:26 smithi149 conmon[88219]: audit 2023-12-06T03:20:24.494799+0000 mgr.smithi134.npcsqu (mgr.14180) 504 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:26 smithi149 conmon[88219]: 2023-12-06T03:20:26.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:26 smithi134 conmon[83862]: audit 2023-12-06T03:20:24.494799+0000 mgr.smithi134.npcsqu (mgr.14180) 504 : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:27 smithi134 conmon[83862]: cluster 2023-12-06T03:20:25.604475+0000 mgr.smithi134.npcsqu (mgr.14180) 505 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:27 smithi149 conmon[88219]: cluster 2023-12-06T03:20:25.604475+0000 mgr.smithi134.npcsqu (mgr.14180) 505 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:28.049 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:28.049 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:28.654 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:29 smithi149 conmon[88219]: cluster 2023-12-06T03:20:27.605275+0000 mgr.smithi134.npcsqu (mgr.14180) 506 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:29 smithi149 conmon[88219]: audit 2023-12-06T03:20:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:29 smithi149 conmon[88219]: 2023-12-06T03:20:28.044483+0000 mgr.smithi134.npcsqu (mgr.14180) 507 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:29 smithi134 conmon[83862]: cluster 2023-12-06T03:20:27.605275+0000 mgr.smithi134.npcsqu (mgr.14180) 506 2023-12-06T03:20:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:29 smithi134 conmon[83862]: : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:29 smithi134 conmon[83862]: audit 2023-12-06T03:20:28.044483+0000 mgr.smithi134.npcsqu (mgr.14180) 507 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:29.655 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:31.174 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:31 smithi134 conmon[83862]: cluster 2023-12-06T03:20:29.605691+0000 mgr.smithi134.npcsqu (mgr.14180) 508 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:31.546 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:31.546 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:31 smithi149 conmon[88219]: cluster 2023-12-06T03:20:29.605691+0000 mgr.smithi134.npcsqu (mgr.14180) 508 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:31 smithi149 conmon[88219]: 2023-12-06T03:20:32.179 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:33.180 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:33 smithi149 conmon[88219]: audit 2023-12-06T03:20:31.542286+0000 mgr.smithi134.npcsqu (mgr.14180) 509 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:33 smithi149 conmon[88219]: cluster 2023-12-06T03:20:31.606144+0000 mgr.smithi134.npcsqu (mgr.14180) 510 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:33.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:33 smithi134 conmon[83862]: audit 2023-12-06T03:20:31.542286+0000 mgr.smithi134.npcsqu (mgr.14180) 509 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:33.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:33 smithi134 conmon[83862]: 2023-12-06T03:20:33.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:33 smithi134 conmon[83862]: cluster 2023-12-06T03:20:31.606144+0000 mgr.smithi134.npcsqu (mgr.14180) 510 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:34.976 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:34.976 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:35 smithi134 conmon[83862]: cluster 2023-12-06T03:20:33.606672+0000 mgr.smithi134.npcsqu (mgr.14180) 511 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:35 smithi149 conmon[88219]: cluster 2023-12-06T03:20:33.606672+0000 mgr.smithi134.npcsqu (mgr.14180) 511 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:35.606 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:36 smithi149 conmon[88219]: audit 2023-12-06T03:20:34.971867+0000 mgr.smithi134.npcsqu (mgr.14180) 512 : audit [DBG] 2023-12-06T03:20:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:36 smithi149 conmon[88219]: from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:36 smithi134 conmon[83862]: audit 2023-12-06T03:20:34.971867+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:20:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:36 smithi134 conmon[83862]: 512 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:36.607 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:37 smithi134 conmon[83862]: cluster 2023-12-06T03:20:35.607207+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:20:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:37 smithi134 conmon[83862]: mgr.14180) 513 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:37 smithi149 conmon[88219]: cluster 2023-12-06T03:20:35.607207+0000 mgr.smithi134.npcsqu (mgr.14180) 513 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:38.597 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:38.597 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:39.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:39 smithi149 conmon[88219]: cluster 2023-12-06T03:20:37.607760+0000 mgr.smithi134.npcsqu (mgr.14180) 514 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:39.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:39 smithi134 conmon[83862]: cluster 2023-12-06T03:20:37.607760+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:20:39.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:39 smithi134 conmon[83862]: ) 514 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:40.228 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:40 smithi149 conmon[88219]: audit 2023-12-06T03:20:38.592950+0000 mgr.smithi134.npcsqu (mgr.14180) 515 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:40.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:40 smithi134 conmon[83862]: audit 2023-12-06T03:20:38.592950+0000 mgr.smithi134.npcsqu (mgr.14180) 515 : audit 2023-12-06T03:20:40.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:40 smithi134 conmon[83862]: [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:41 smithi149 conmon[88219]: cluster 2023-12-06T03:20:39.608194+0000 mgr.smithi134.npcsqu (mgr.14180) 516 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:41.561 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:41 smithi134 conmon[83862]: cluster 2023-12-06T03:20:39.608194+0000 mgr.smithi134.npcsqu 2023-12-06T03:20:41.561 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:41 smithi134 conmon[83862]: (mgr.14180) 516 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:42.180 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:42.181 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:42 smithi149 conmon[88219]: cluster 2023-12-06T03:20:41.608586+0000 mgr.smithi134.npcsqu (mgr.14180) 517 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:42.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:42 smithi134 conmon[83862]: cluster 2023-12-06T03:20:41.608586+0000 mgr.smithi134.npcsqu (mgr.14180) 517 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:42.827 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:43.828 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:44.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:44 smithi134 conmon[83862]: audit 2023-12-06T03:20:42.176202+0000 mgr.smithi134.npcsqu (mgr.14180) 518 : audit 2023-12-06T03:20:44.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:44 smithi134 conmon[83862]: [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:44 smithi149 conmon[88219]: audit 2023-12-06T03:20:42.176202+0000 mgr.smithi134.npcsqu (mgr.14180) 518 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:45.395 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:45 smithi134 conmon[83862]: cluster 2023-12-06T03:20:43.609308+0000 mgr.smithi134.npcsqu (mgr.14180) 519 : 2023-12-06T03:20:45.396 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:45 smithi134 conmon[83862]: cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:45 smithi149 conmon[88219]: cluster 2023-12-06T03:20:43.609308+0000 mgr.smithi134.npcsqu (mgr.14180) 519 : cluster 2023-12-06T03:20:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:45 smithi149 conmon[88219]: [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:45.778 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:45.779 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:46.393 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:47.395 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:47.424 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:47 smithi134 conmon[83862]: cluster 2023-12-06T03:20:45.609752+0000 mgr.smithi134.npcsqu (mgr.14180) 520 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:47.424 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:47 smithi134 conmon[83862]: audit 2023-12-06T03:20:45.774425+0000 mgr.smithi134.npcsqu (mgr.14180) 521 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:47 smithi149 conmon[88219]: cluster 2023-12-06T03:20:45.609752+0000 mgr.smithi134.npcsqu (mgr.14180) 520 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:47 smithi149 conmon[88219]: audit 2023-12-06T03:20:45.774425+0000 mgr.smithi134.npcsqu (mgr.14180) 521 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:49.319 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:49.319 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:49.340 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:49 smithi134 conmon[83862]: cluster 2023-12-06T03:20:47.610272+0000 mgr.smithi134.npcsqu (mgr.14180) 522 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:49 smithi149 conmon[88219]: cluster 2023-12-06T03:20:47.610272+0000 mgr.smithi134.npcsqu (mgr.14180) 522 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:49.925 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:50.926 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:51 smithi134 conmon[83862]: audit 2023-12-06T03:20:49.314501+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:20:51.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:51 smithi134 conmon[83862]: 523 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:51.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:51 smithi134 conmon[83862]: cluster 2023-12-06T03:20:49.610681+0000 mgr.smithi134.npcsqu (mgr.14180) 524 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:51 smithi149 conmon[88219]: audit 2023-12-06T03:20:49.314501+0000 mgr.smithi134.npcsqu (mgr.14180) 523 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:51 smithi149 conmon[88219]: cluster 2023-12-06T03:20:49.610681+0000 mgr.smithi134.npcsqu (mgr.14180) 524 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:52.855 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:52.856 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:53.495 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:53 smithi134 conmon[83862]: cluster 2023-12-06T03:20:51.611138+0000 mgr.smithi134.npcsqu (mgr.14180) 525 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:53.510 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:53 smithi149 conmon[88219]: cluster 2023-12-06T03:20:51.611138+0000 mgr.smithi134.npcsqu (mgr.14180) 525 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:54.511 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:54.541 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:54 smithi134 conmon[83862]: audit 2023-12-06T03:20:52.850684+0000 mgr.smithi134.npcsqu (mgr.14180) 526 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:54.542 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:54 smithi134 conmon[83862]: 2023-12-06T03:20:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:54 smithi149 conmon[88219]: audit 2023-12-06T03:20:52.850684+0000 mgr.smithi134.npcsqu (mgr.14180) 526 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:55 smithi134 conmon[83862]: cluster 2023-12-06T03:20:53.611742+0000 mgr.smithi134.npcsqu 2023-12-06T03:20:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:55 smithi134 conmon[83862]: (mgr.14180) 527 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:55 smithi149 conmon[88219]: cluster 2023-12-06T03:20:53.611742+0000 mgr.smithi134.npcsqu (mgr.14180) 527 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:56.475 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:20:56.476 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:20:57.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:20:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:57 smithi149 conmon[88219]: cluster 2023-12-06T03:20:55.612238+0000 mgr.smithi134.npcsqu (mgr.14180) 528 : cluster 2023-12-06T03:20:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:57 smithi149 conmon[88219]: [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:57.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:57 smithi134 conmon[83862]: cluster 2023-12-06T03:20:55.612238+0000 mgr.smithi134.npcsqu (mgr.14180) 528 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:58.197 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:20:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:58 smithi149 conmon[88219]: audit 2023-12-06T03:20:56.471593+0000 mgr.smithi134.npcsqu (mgr.14180) 529 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:58.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:58 smithi134 conmon[83862]: audit 2023-12-06T03:20:56.471593+0000 mgr.smithi134.npcsqu (mgr.14180) 529 : audit [DBG] 2023-12-06T03:20:58.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:58 smithi134 conmon[83862]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:20:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:59 smithi134 conmon[83862]: cluster 2023-12-06T03:20:57.612856+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:20:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:20:59 smithi134 conmon[83862]: 530 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:20:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:20:59 smithi149 conmon[88219]: cluster 2023-12-06T03:20:57.612856+0000 mgr.smithi134.npcsqu (mgr.14180) 530 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:00.182 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:00.182 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:00 smithi149 conmon[88219]: cluster 2023-12-06T03:20:59.613296+0000 mgr.smithi134.npcsqu (mgr.14180) 531 : cluster [DBG] 2023-12-06T03:21:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:00 smithi149 conmon[88219]: pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:00.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:00 smithi134 conmon[83862]: cluster 2023-12-06T03:20:59.613296+0000 mgr.smithi134.npcsqu (mgr.14180) 531 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:00.815 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:01 smithi149 conmon[88219]: audit 2023-12-06T03:21:00.177732+0000 mgr.smithi134.npcsqu (mgr.14180) 532 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:01 smithi134 conmon[83862]: audit 2023-12-06T03:21:00.177732+0000 mgr.smithi134.npcsqu (mgr.14180) 532 : audit 2023-12-06T03:21:01.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:01 smithi134 conmon[83862]: [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:01.817 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:02.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:02 smithi134 conmon[83862]: cluster 2023-12-06T03:21:01.613732+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:21:02.457 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:02 smithi134 conmon[83862]: ) 533 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:02 smithi149 conmon[88219]: cluster 2023-12-06T03:21:01.613732+0000 mgr.smithi134.npcsqu (mgr.14180) 533 : cluster [DBG] 2023-12-06T03:21:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:02 smithi149 conmon[88219]: pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:03.660 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:03.660 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:04.265 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:05.266 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:05 smithi149 conmon[88219]: cluster 2023-12-06T03:21:03.614319+0000 mgr.smithi134.npcsqu (mgr.14180) 534 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:05 smithi149 conmon[88219]: 2023-12-06T03:21:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:05 smithi149 conmon[88219]: audit 2023-12-06T03:21:03.655598+0000 mgr.smithi134.npcsqu (mgr.14180) 535 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:05.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:05 smithi134 conmon[83862]: cluster 2023-12-06T03:21:03.614319+0000 mgr.smithi134.npcsqu (mgr.14180) 534 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:05.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:05 smithi134 conmon[83862]: audit 2023-12-06T03:21:03.655598+0000 mgr.smithi134.npcsqu (mgr.14180) 535 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:07.135 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:07.135 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:07 smithi149 conmon[88219]: cluster 2023-12-06T03:21:05.614802+0000 mgr.smithi134.npcsqu (mgr.14180) 536 : cluster [DBG] 2023-12-06T03:21:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:07 smithi149 conmon[88219]: pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:07.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:07 smithi134 conmon[83862]: cluster 2023-12-06T03:21:05.614802+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:21:07.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:07 smithi134 conmon[83862]: 536 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:07.791 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:08 smithi149 conmon[88219]: audit 2023-12-06T03:21:07.130759+0000 mgr.smithi134.npcsqu (mgr.14180) 537 : audit [DBG] 2023-12-06T03:21:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:08 smithi149 conmon[88219]: from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:08.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:08 smithi134 conmon[83862]: audit 2023-12-06T03:21:07.130759+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:21:08.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:08 smithi134 conmon[83862]: 14180) 537 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:08.791 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:09.431 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:09 smithi134 conmon[83862]: cluster 2023-12-06T03:21:07.615582+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:21:09.431 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:09 smithi134 conmon[83862]: ) 538 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:09 smithi149 conmon[88219]: cluster 2023-12-06T03:21:07.615582+0000 mgr.smithi134.npcsqu (mgr.14180) 538 2023-12-06T03:21:09.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:09 smithi149 conmon[88219]: : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:10.642 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:10.642 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:11.347 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:11 smithi149 conmon[88219]: cluster 2023-12-06T03:21:09.615970+0000 mgr.smithi134.npcsqu (mgr.14180) 539 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:11 smithi149 conmon[88219]: 2023-12-06T03:21:11.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:11 smithi134 conmon[83862]: cluster 2023-12-06T03:21:09.615970+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:21:11.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:11 smithi134 conmon[83862]: .14180) 539 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:12.348 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:12 smithi149 conmon[88219]: audit 2023-12-06T03:21:10.637672+0000 mgr.smithi134.npcsqu (mgr.14180) 540 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:12 smithi149 conmon[88219]: 2023-12-06T03:21:12.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:12 smithi134 conmon[83862]: audit 2023-12-06T03:21:10.637672+0000 mgr.smithi134.npcsqu (mgr.14180) 540 : audit [DBG] 2023-12-06T03:21:12.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:12 smithi134 conmon[83862]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:13 smithi149 conmon[88219]: cluster 2023-12-06T03:21:11.616412+0000 mgr.smithi134.npcsqu (mgr.14180) 541 : cluster [DBG] 2023-12-06T03:21:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:13 smithi149 conmon[88219]: pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:13.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:13 smithi134 conmon[83862]: cluster 2023-12-06T03:21:11.616412+0000 mgr.smithi134.npcsqu (mgr.14180) 541 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:14.255 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:14.256 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:14.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:15 smithi149 conmon[88219]: cluster 2023-12-06T03:21:13.617149+0000 mgr.smithi134.npcsqu (mgr.14180) 542 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:15.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:15 smithi134 conmon[83862]: cluster 2023-12-06T03:21:13.617149+0000 mgr.smithi134.npcsqu (mgr.14180) 542 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:15.907 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:16.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:16 smithi134 conmon[83862]: audit 2023-12-06T03:21:14.250949+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:21:16.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:16 smithi134 conmon[83862]: ) 543 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:16 smithi149 conmon[88219]: audit 2023-12-06T03:21:14.250949+0000 mgr.smithi134.npcsqu (mgr.14180) 543 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:17.464 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:17 smithi134 conmon[83862]: cluster 2023-12-06T03:21:15.617603+0000 mgr.smithi134.npcsqu (mgr.14180) 544 : cluster 2023-12-06T03:21:17.465 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:17 smithi134 conmon[83862]: [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:17 smithi149 conmon[88219]: cluster 2023-12-06T03:21:15.617603+0000 mgr.smithi134.npcsqu (mgr.14180) 544 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:17 smithi149 conmon[88219]: 2023-12-06T03:21:17.850 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:17.850 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:18.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:19.531 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:19 smithi149 conmon[88219]: cluster 2023-12-06T03:21:17.618235+0000 mgr.smithi134.npcsqu (mgr.14180) 545 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:19 smithi149 conmon[88219]: audit 2023-12-06T03:21:17.845636+0000 mgr.smithi134.npcsqu (mgr.14180) 546 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:19.562 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:19 smithi134 conmon[83862]: cluster 2023-12-06T03:21:17.618235+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:21:19.562 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:19 smithi134 conmon[83862]: 14180) 545 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:19.562 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:19 smithi134 conmon[83862]: audit 2023-12-06T03:21:17.845636+0000 mgr.smithi134.npcsqu (mgr.14180) 546 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:21.490 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:21.490 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:21.518 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:21 smithi134 conmon[83862]: cluster 2023-12-06T03:21:19.618865+0000 mgr.smithi134.npcsqu (mgr.14180) 547 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:21 smithi149 conmon[88219]: cluster 2023-12-06T03:21:19.618865+0000 mgr.smithi134.npcsqu (mgr.14180) 547 : 2023-12-06T03:21:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:21 smithi149 conmon[88219]: cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:22.116 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:23.117 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:23 smithi149 conmon[88219]: audit 2023-12-06T03:21:21.485288+0000 mgr.smithi134.npcsqu (mgr.14180) 548 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:23 smithi149 conmon[88219]: cluster 2023-12-06T03:21:21.619338+0000 mgr.smithi134.npcsqu (mgr.14180) 549 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:23.590 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:23 smithi134 conmon[83862]: audit 2023-12-06T03:21:21.485288+0000 mgr.smithi134.npcsqu 2023-12-06T03:21:23.590 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:23 smithi134 conmon[83862]: (mgr.14180) 548 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:23.590 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:23 smithi134 conmon[83862]: cluster 2023-12-06T03:21:21.619338+0000 mgr.smithi134.npcsqu (mgr.14180) 549 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:25.005 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:25.005 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:25 smithi134 conmon[83862]: cluster 2023-12-06T03:21:23.620017+0000 mgr.smithi134.npcsqu (mgr.14180) 550 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:25 smithi149 conmon[88219]: cluster 2023-12-06T03:21:23.620017+0000 mgr.smithi134.npcsqu (mgr.14180) 550 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:25.620 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:26 smithi149 conmon[88219]: audit 2023-12-06T03:21:25.000301+0000 mgr.smithi134.npcsqu (mgr.14180) 551 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:26.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:26 smithi134 conmon[83862]: audit 2023-12-06T03:21:25.000301+0000 mgr.smithi134.npcsqu (mgr.14180) 551 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:26.621 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:27 smithi134 conmon[83862]: cluster 2023-12-06T03:21:25.620472+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:21:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:27 smithi134 conmon[83862]: 14180) 552 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:27 smithi149 conmon[88219]: cluster 2023-12-06T03:21:25.620472+0000 mgr.smithi134.npcsqu (mgr.14180) 552 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:27 smithi149 conmon[88219]: 2023-12-06T03:21:28.562 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:28.562 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:29.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:29 smithi149 conmon[88219]: cluster 2023-12-06T03:21:27.621005+0000 mgr.smithi134.npcsqu (mgr.14180) 553 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:29 smithi134 conmon[83862]: cluster 2023-12-06T03:21:27.621005+0000 mgr.smithi134.npcsqu (mgr.14180) 553 : 2023-12-06T03:21:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:29 smithi134 conmon[83862]: cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:30.229 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:30 smithi149 conmon[88219]: audit 2023-12-06T03:21:28.558185+0000 mgr.smithi134.npcsqu (mgr.14180) 554 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:30 smithi149 conmon[88219]: 2023-12-06T03:21:30.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:30 smithi134 conmon[83862]: audit 2023-12-06T03:21:28.558185+0000 mgr.smithi134.npcsqu (mgr.14180) 554 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:31 smithi149 conmon[88219]: cluster 2023-12-06T03:21:29.621527+0000 mgr.smithi134.npcsqu (mgr.14180) 555 : cluster 2023-12-06T03:21:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:31 smithi149 conmon[88219]: [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:31 smithi134 conmon[83862]: cluster 2023-12-06T03:21:29.621527+0000 mgr.smithi134.npcsqu (mgr.14180) 555 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:32.228 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:32.229 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:32.861 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:33 smithi149 conmon[88219]: cluster 2023-12-06T03:21:31.621982+0000 mgr.smithi134.npcsqu (mgr.14180) 556 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:33.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:33 smithi134 conmon[83862]: cluster 2023-12-06T03:21:31.621982+0000 mgr.smithi134.npcsqu (mgr.14180) 556 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:33.862 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:34.535 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:34 smithi134 conmon[83862]: audit 2023-12-06T03:21:32.224492+0000 mgr.smithi134.npcsqu 2023-12-06T03:21:34.535 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:34 smithi134 conmon[83862]: (mgr.14180) 557 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:34 smithi149 conmon[88219]: audit 2023-12-06T03:21:32.224492+0000 mgr.smithi134.npcsqu (mgr.14180) 557 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:35.388 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:35 smithi134 conmon[83862]: cluster 2023-12-06T03:21:33.622727+0000 mgr.smithi134.npcsqu (mgr.14180) 558 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:35 smithi149 conmon[88219]: cluster 2023-12-06T03:21:33.622727+0000 mgr.smithi134.npcsqu (mgr.14180) 558 : cluster 2023-12-06T03:21:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:35 smithi149 conmon[88219]: [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:35.782 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:35.783 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:36.402 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:36 smithi149 conmon[88219]: cluster 2023-12-06T03:21:35.623325+0000 mgr.smithi134.npcsqu (mgr.14180) 559 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:36 smithi149 conmon[88219]: 2023-12-06T03:21:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:36 smithi149 conmon[88219]: audit 2023-12-06T03:21:35.778399+0000 mgr.smithi134.npcsqu (mgr.14180) 560 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:36 smithi134 conmon[83862]: cluster 2023-12-06T03:21:35.623325+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:21:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:36 smithi134 conmon[83862]: 559 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:36.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:36 smithi134 conmon[83862]: audit 2023-12-06T03:21:35.778399+0000 mgr.smithi134.npcsqu (mgr.14180) 560 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:37.403 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:39.352 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:39.352 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:39 smithi134 conmon[83862]: cluster 2023-12-06T03:21:37.623853+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:21:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:39 smithi134 conmon[83862]: 561 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:39 smithi149 conmon[88219]: cluster 2023-12-06T03:21:37.623853+0000 mgr.smithi134.npcsqu (mgr.14180) 561 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:40.001 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:41.002 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:41 smithi134 conmon[83862]: audit 2023-12-06T03:21:39.347627+0000 mgr.smithi134.npcsqu (mgr.14180) 562 2023-12-06T03:21:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:41 smithi134 conmon[83862]: : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:41 smithi134 conmon[83862]: cluster 2023-12-06T03:21:39.624516+0000 mgr.smithi134.npcsqu (mgr.14180) 563 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:41 smithi149 conmon[88219]: audit 2023-12-06T03:21:39.347627+0000 mgr.smithi134.npcsqu (mgr.14180) 562 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:41 smithi149 conmon[88219]: cluster 2023-12-06T03:21:39.624516+0000 mgr.smithi134.npcsqu (mgr.14180) 563 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:42.885 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:42.885 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.762040Z service:ingress.rgw.foo [INFO] \"service was created\"", "2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:43 smithi134 conmon[83862]: cluster 2023-12-06T03:21:41.624901+0000 2023-12-06T03:21:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:43 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 564 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:43.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:43 smithi134 conmon[83862]: audit 2023-12-06T03:21:43.035656+0000 mon.smithi134 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.acbocu"}]: dispatch 2023-12-06T03:21:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:43 smithi149 conmon[88219]: cluster 2023-12-06T03:21:41.624901+0000 mgr.smithi134.npcsqu (mgr.14180) 564 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:43 smithi149 conmon[88219]: audit 2023-12-06T03:21:43.035656+0000 mon.smithi134 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.acbocu"}]: dispatch 2023-12-06T03:21:43.555 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: audit 2023-12-06T03:21:42.881226+0000 mgr.smithi134.npcsqu (mgr.14180) 565 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:21:43.035068+0000 mgr.smithi134.npcsqu (mgr.14180) 566 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:21:43.035310+0000 mgr.smithi134.npcsqu (mgr.14180) 567 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:21:43.036251+0000 mgr.smithi134.npcsqu (mgr.14180) 568 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:44 smithi149 conmon[88219]: cephadm 2023-12-06T03:21:43.037684+0000 mgr.smithi134.npcsqu (mgr.14180) 569 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.bnlows on smithi134 2023-12-06T03:21:44.556 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:44.583 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: audit 2023-12-06T03:21:42.881226+0000 mgr.smithi134.npcsqu (mgr.14180) 565 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:21:43.035068+0000 mgr.smithi134.npcsqu (mgr.14180) 566 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:21:43.035310+0000 mgr.smithi134.npcsqu (mgr.14180) 567 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:21:43.036251+0000 mgr.smithi134.npcsqu (mgr.14180) 568 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.acbocu ... 2023-12-06T03:21:44.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:19:46Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:20:24Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:21:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:21:44.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:44 smithi134 conmon[83862]: cephadm 2023-12-06T03:21:43.037684+0000 mgr.smithi134.npcsqu (mgr.14180) 569 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.bnlows on smithi134 2023-12-06T03:21:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:45 smithi134 conmon[83862]: cluster 2023-12-06T03:21:43.625480+0000 2023-12-06T03:21:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:45 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 570 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:45 smithi149 conmon[88219]: cluster 2023-12-06T03:21:43.625480+0000 mgr.smithi134.npcsqu (mgr.14180) 570 2023-12-06T03:21:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:45 smithi149 conmon[88219]: : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:46.440 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:46.440 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:47.067 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:47 smithi134 conmon[83862]: cluster 2023-12-06T03:21:45.625993+0000 mgr.smithi134.npcsqu (mgr.14180) 571 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:47 smithi149 conmon[88219]: cluster 2023-12-06T03:21:45.625993+0000 mgr.smithi134.npcsqu (mgr.14180) 571 : cluster [DBG] 2023-12-06T03:21:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:47 smithi149 conmon[88219]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:48.068 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:48.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:48 smithi134 conmon[83862]: audit 2023-12-06T03:21:46.436451+0000 mgr.smithi134.npcsqu (mgr.14180) 572 : audit 2023-12-06T03:21:48.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:48 smithi134 conmon[83862]: [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:48.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:48 smithi149 conmon[88219]: audit 2023-12-06T03:21:46.436451+0000 mgr.smithi134.npcsqu (mgr.14180) 572 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:49 smithi149 conmon[88219]: cluster 2023-12-06T03:21:47.626523+0000 mgr.smithi134.npcsqu (mgr.14180) 573 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:49.552 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:49 smithi134 conmon[83862]: cluster 2023-12-06T03:21:47.626523+0000 mgr.smithi134.npcsqu (mgr.14180) 573 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:49.937 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:49.937 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:50.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:50 smithi134 conmon[83862]: cluster 2023-12-06T03:21:49.626966+0000 mgr.smithi134.npcsqu (mgr.14180) 574 : cluster 2023-12-06T03:21:50.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:50 smithi134 conmon[83862]: [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:50.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:50 smithi134 conmon[83862]: audit 2023-12-06T03:21:49.932814+0000 mgr.smithi134.npcsqu (mgr.14180) 575 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:50 smithi149 conmon[88219]: cluster 2023-12-06T03:21:49.626966+0000 mgr.smithi134.npcsqu (mgr.14180) 574 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:50 smithi149 conmon[88219]: audit 2023-12-06T03:21:49.932814+0000 mgr.smithi134.npcsqu (mgr.14180) 575 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:50.574 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:51.575 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:52 smithi149 conmon[88219]: cluster 2023-12-06T03:21:51.627438+0000 mgr.smithi134.npcsqu (mgr.14180) 576 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:53.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:52 smithi134 conmon[83862]: cluster 2023-12-06T03:21:51.627438+0000 mgr.smithi134.npcsqu (mgr.14180) 576 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:53.426 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:53.427 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:54.041 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:55.042 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:55 smithi134 conmon[83862]: audit 2023-12-06T03:21:53. 2023-12-06T03:21:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:55 smithi134 conmon[83862]: 422513+0000 mgr.smithi134.npcsqu (mgr.14180) 577 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:55 smithi134 conmon[83862]: cluster 2023-12-06T03:21:53.627990+0000 mgr.smithi134.npcsqu (mgr.14180) 578 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:55 smithi149 conmon[88219]: audit 2023-12-06T03:21:53.422513+0000 mgr.smithi134.npcsqu (mgr.14180) 577 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:55 smithi149 conmon[88219]: 2023-12-06T03:21:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:55 smithi149 conmon[88219]: cluster 2023-12-06T03:21:53.627990+0000 mgr.smithi134.npcsqu (mgr.14180) 578 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:56.876 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:21:56.876 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:21:57.505 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:57 smithi134 conmon[83862]: cluster 2023-12-06T03:21:55.628451+0000 mgr.smithi134.npcsqu (mgr.14180) 579 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:57.523 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:21:57.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:57 smithi149 conmon[88219]: cluster 2023-12-06T03:21:55.628451+0000 mgr.smithi134.npcsqu (mgr.14180) 579 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:58.523 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:21:58.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:58 smithi149 conmon[88219]: audit 2023-12-06T03:21:56.871869+0000 mgr.smithi134.npcsqu (mgr.14180) 580 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:58.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:58 smithi134 conmon[83862]: audit 2023-12-06T03:21: 2023-12-06T03:21:58.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:58 smithi134 conmon[83862]: 56.871869+0000 mgr.smithi134.npcsqu (mgr.14180) 580 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:21:59.349 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:59 smithi134 conmon[83862]: cluster 2023-12-06T03:21:57.628973+0000 mgr.smithi134.npcsqu 2023-12-06T03:21:59.349 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:21:59 smithi134 conmon[83862]: (mgr.14180) 581 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:21:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:59 smithi149 conmon[88219]: cluster 2023-12-06T03:21:57.628973+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:21:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:21:59 smithi149 conmon[88219]: 581 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:00.442 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:00.442 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:01.049 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:01 smithi134 conmon[83862]: cluster 2023-12-06T03:21:59.629592+0000 mgr.smithi134.npcsqu (mgr.14180) 582 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:01 smithi149 conmon[88219]: cluster 2023-12-06T03:21:59.629592+0000 mgr.smithi134.npcsqu (mgr.14180) 582 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:02.051 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:02.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:02 smithi134 conmon[83862]: audit 2023-12-06T03:22:00.437780 2023-12-06T03:22:02.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:02 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 583 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:02.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:02 smithi149 conmon[88219]: audit 2023-12-06T03:22:00.437780+0000 mgr.smithi134.npcsqu (mgr.14180) 583 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:03.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:03 smithi134 conmon[83862]: cluster 2023-12-06T03:22:01.630150+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:22:03.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:03 smithi134 conmon[83862]: 14180) 584 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:03 smithi149 conmon[88219]: cluster 2023-12-06T03:22:01.630150+0000 mgr.smithi134.npcsqu (mgr.14180) 584 2023-12-06T03:22:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:03 smithi149 conmon[88219]: : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:03.892 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:03.893 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:04.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:04 smithi134 conmon[83862]: cluster 2023-12-06T03:22:03.630828+0000 mgr.smithi134.npcsqu (mgr.14180) 585 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:04.513 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:04 smithi134 conmon[83862]: audit 2023-12-06T03:22:03.888240+0000 mgr.smithi134.npcsqu (mgr.14180) 586 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:04.531 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:04 smithi149 conmon[88219]: cluster 2023-12-06T03:22:03.630828+0000 mgr.smithi134.npcsqu (mgr.14180) 585 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:04 smithi149 conmon[88219]: audit 2023-12-06T03:22:03.888240+0000 mgr.smithi134.npcsqu (mgr.14180) 586 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:05.532 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:06 smithi149 conmon[88219]: cluster 2023-12-06T03:22:05.631360+0000 mgr.smithi134.npcsqu (mgr.14180) 587 : cluster [DBG] 2023-12-06T03:22:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:06 smithi149 conmon[88219]: pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:07.057 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:06 smithi134 conmon[83862]: cluster 2023-12-06T03:22:05.631360+0000 mgr.smithi134.npcsqu (mgr.14180) 587 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:07.446 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:07.446 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:08.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:09.089 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:09 smithi149 conmon[88219]: audit 2023-12-06T03:22:07.441776+0000 mgr.smithi134.npcsqu 2023-12-06T03:22:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:09 smithi149 conmon[88219]: (mgr.14180) 588 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:09 smithi149 conmon[88219]: cluster 2023-12-06T03:22:07.631893+0000 mgr.smithi134.npcsqu (mgr.14180) 589 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:09.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:09 smithi134 conmon[83862]: audit 2023-12-06T03:22:07.441776+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:22:09.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:09 smithi134 conmon[83862]: 14180) 588 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:09.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:09 smithi134 conmon[83862]: cluster 2023-12-06T03:22:07.631893+0000 mgr.smithi134.npcsqu (mgr.14180) 589 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:11.030 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:11.030 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:11 smithi134 conmon[83862]: cluster 2023-12-06T03:22:09.632335+0000 mgr.smithi134.npcsqu (mgr.14180) 590 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:11 smithi149 conmon[88219]: cluster 2023-12-06T03:22:09.632335+0000 mgr.smithi134.npcsqu (mgr.14180) 590 : cluster [DBG] 2023-12-06T03:22:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:11 smithi149 conmon[88219]: pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:11.648 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:12 smithi149 conmon[88219]: audit 2023-12-06T03:22:11.025369+0000 mgr.smithi134.npcsqu (mgr.14180) 591 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:12.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:12 smithi134 conmon[83862]: audit 2023-12-06T03:22:11.025369+0000 mgr.smithi134.npcsqu (mgr.14180) 591 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:12.649 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:13.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:13 smithi134 conmon[83862]: cluster 2023-12-06T03:22:11.632770+0000 mgr.smithi134.npcsqu (mgr.14180) 592 2023-12-06T03:22:13.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:13 smithi134 conmon[83862]: : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:13 smithi149 conmon[88219]: cluster 2023-12-06T03:22:11.632770+0000 mgr.smithi134.npcsqu (mgr.14180) 592 : cluster [DBG] 2023-12-06T03:22:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:13 smithi149 conmon[88219]: pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:14.558 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:14.558 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:15.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:15 smithi149 conmon[88219]: cluster 2023-12-06T03:22:13.633388+0000 mgr.smithi134.npcsqu (mgr.14180) 593 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:15.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:15 smithi134 conmon[83862]: cluster 2023-12-06T03:22:13.633388+0000 mgr.smithi134.npcsqu (mgr.14180) 593 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:16.238 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:16 smithi149 conmon[88219]: audit 2023-12-06T03:22:14.554052+0000 mgr.smithi134.npcsqu (mgr.14180) 594 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:16 smithi149 conmon[88219]: 2023-12-06T03:22:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:16 smithi134 conmon[83862]: audit 2023-12-06T03:22:14.554052+0000 mgr.smithi134.npcsqu (mgr.14180) 594 : audit 2023-12-06T03:22:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:16 smithi134 conmon[83862]: [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:17.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:17 smithi134 conmon[83862]: cluster 2023-12-06T03:22:15.633882+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:22:17.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:17 smithi134 conmon[83862]: ) 595 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:17 smithi149 conmon[88219]: cluster 2023-12-06T03:22:15.633882+0000 mgr.smithi134.npcsqu (mgr.14180) 595 : cluster [DBG] 2023-12-06T03:22:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:17 smithi149 conmon[88219]: pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:18.120 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:18.121 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:18.786 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:19 smithi149 conmon[88219]: cluster 2023-12-06T03:22:17.634389+0000 mgr.smithi134.npcsqu (mgr.14180) 596 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:19 smithi149 conmon[88219]: audit 2023-12-06T03:22:18.116041+0000 mgr.smithi134.npcsqu (mgr.14180) 597 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:19.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:19 smithi134 conmon[83862]: cluster 2023-12-06T03:22:17.634389+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:22:19.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:19 smithi134 conmon[83862]: .14180) 596 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:19.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:19 smithi134 conmon[83862]: audit 2023-12-06T03:22:18.116041+0000 mgr.smithi134.npcsqu (mgr.14180) 597 : 2023-12-06T03:22:19.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:19 smithi134 conmon[83862]: audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:19.787 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:21.314 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:21 smithi134 conmon[83862]: cluster 2023-12-06T03:22:19.634991+0000 2023-12-06T03:22:21.314 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:21 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 598 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:21 smithi149 conmon[88219]: cluster 2023-12-06T03:22:19.634991+0000 mgr.smithi134.npcsqu (mgr.14180) 598 : cluster 2023-12-06T03:22:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:21 smithi149 conmon[88219]: [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:21.696 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:21.697 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:22.278 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:23.279 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:23 smithi149 conmon[88219]: cluster 2023-12-06T03:22:21.635372+0000 mgr.smithi134.npcsqu (mgr.14180) 599 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:23 smithi149 conmon[88219]: audit 2023-12-06T03:22:21.692615+0000 mgr.smithi134.npcsqu (mgr.14180) 600 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:23 smithi134 conmon[83862]: cluster 2023-12-06T03:22:21.635372+0000 mgr.smithi134.npcsqu (mgr.14180) 599 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:23 smithi134 conmon[83862]: audit 2023-12-06T03:22:21.692615+0000 mgr.smithi134.npcsqu (mgr.14180) 600 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:25.251 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:25.251 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:25 smithi149 conmon[88219]: cluster 2023-12-06T03:22:23.635907+0000 mgr.smithi134.npcsqu (mgr.14180) 601 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:25 smithi134 conmon[83862]: cluster 2023-12-06T03:22:23.635907+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:22:25.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:25 smithi134 conmon[83862]: mgr.14180) 601 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:25.860 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:26.860 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:27.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:27 smithi134 conmon[83862]: audit 2023-12-06T03:22:25.246766+0000 mgr.smithi134.npcsqu (mgr.14180) 602 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:27.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:27 smithi134 conmon[83862]: cluster 2023-12-06T03:22:25.636454+0000 mgr.smithi134.npcsqu (mgr.14180) 603 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:27 smithi149 conmon[88219]: audit 2023-12-06T03:22:25.246766+0000 mgr.smithi134.npcsqu (mgr.14180) 602 : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:27 smithi149 conmon[88219]: cluster 2023-12-06T03:22:25.636454+0000 mgr.smithi134.npcsqu (mgr.14180) 603 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:28.781 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:28.781 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:29 smithi134 conmon[83862]: cluster 2023-12-06T03:22:27.636918+0000 mgr.smithi134.npcsqu (mgr.14180) 604 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:29.418 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:29 smithi149 conmon[88219]: cluster 2023-12-06T03:22:27.636918+0000 mgr.smithi134.npcsqu (mgr.14180) 604 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:30.419 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:30.445 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:30 smithi134 conmon[83862]: audit 2023-12-06T03:22:28.776188+0000 mgr.smithi134.npcsqu (mgr.14180) 605 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:30 smithi149 conmon[88219]: audit 2023-12-06T03:22:28.776188+0000 mgr.smithi134.npcsqu (mgr.14180) 605 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:31 smithi149 conmon[88219]: cluster 2023-12-06T03:22:29.637461+0000 mgr.smithi134.npcsqu (mgr.14180) 606 : 2023-12-06T03:22:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:31 smithi149 conmon[88219]: cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:31 smithi134 conmon[83862]: cluster 2023-12-06T03:22:29.637461+0000 mgr.smithi134.npcsqu (mgr.14180) 606 : cluster 2023-12-06T03:22:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:31 smithi134 conmon[83862]: [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:32.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:32 smithi134 conmon[83862]: cluster 2023-12-06T03:22:31.637826+0000 mgr.smithi134.npcsqu (mgr.14180) 607 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:32.362 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:32.362 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:32 smithi149 conmon[88219]: cluster 2023-12-06T03:22:31.637826+0000 mgr.smithi134.npcsqu (mgr.14180) 607 : cluster [DBG] 2023-12-06T03:22:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:32 smithi149 conmon[88219]: pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:33.002 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:34.003 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:34.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:34 smithi134 conmon[83862]: audit 2023-12-06T03:22:32.358274+0000 mgr.smithi134.npcsqu (mgr.14180) 608 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:34 smithi149 conmon[88219]: audit 2023-12-06T03:22:32.358274+0000 mgr.smithi134.npcsqu (mgr.14180) 608 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:35 smithi149 conmon[88219]: cluster 2023-12-06T03:22:33.638378+0000 mgr.smithi134.npcsqu (mgr.14180) 609 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:35.596 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:35 smithi134 conmon[83862]: cluster 2023-12-06T03:22:33.638378+0000 mgr.smithi134.npcsqu (mgr.14180) 609 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:35.985 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:35.985 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:36.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:37 smithi149 conmon[88219]: cluster 2023-12-06T03:22:35.638892+0000 mgr.smithi134.npcsqu (mgr.14180) 610 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:37 smithi149 conmon[88219]: audit 2023-12-06T03:22:35.979490+0000 mgr.smithi134.npcsqu (mgr.14180) 611 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:37 smithi134 conmon[83862]: cluster 2023-12-06T03:22:35.638892+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:22:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:37 smithi134 conmon[83862]: 610 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:37.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:37 smithi134 conmon[83862]: audit 2023-12-06T03:22:35.979490+0000 mgr.smithi134.npcsqu (mgr.14180) 611 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:37.625 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:39.285 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:39 smithi134 conmon[83862]: cluster 2023-12-06T03:22:37.639419+0000 mgr.smithi134.npcsqu (mgr.14180) 612 2023-12-06T03:22:39.285 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:39 smithi134 conmon[83862]: : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:39.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:39 smithi149 conmon[88219]: cluster 2023-12-06T03:22:37.639419+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:22:39.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:39 smithi149 conmon[88219]: 612 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:39.661 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:39.661 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:40.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:41.376 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:41 smithi149 conmon[88219]: cluster 2023-12-06T03:22:39.639945+0000 mgr.smithi134.npcsqu (mgr.14180) 613 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:41 smithi149 conmon[88219]: audit 2023-12-06T03:22:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:41 smithi149 conmon[88219]: 2023-12-06T03:22:39.655141+0000 mgr.smithi134.npcsqu (mgr.14180) 614 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:41 smithi134 conmon[83862]: cluster 2023-12-06T03:22:39.639945+0000 mgr.smithi134.npcsqu (mgr.14180) 613 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:41 smithi134 conmon[83862]: audit 2023-12-06T03:22:39.655141+0000 mgr.smithi134.npcsqu (mgr.14180) 614 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:42 smithi149 conmon[88219]: cluster 2023-12-06T03:22:41.640391+0000 mgr.smithi134.npcsqu (mgr.14180) 615 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:42.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:42 smithi134 conmon[83862]: cluster 2023-12-06T03:22:41.640391+0000 mgr.smithi134.npcsqu (mgr.14180) 615 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:42.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:42 smithi134 conmon[83862]: 2023-12-06T03:22:43.355 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:43.355 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:44.016 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:45.017 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:45 smithi134 conmon[83862]: audit 2023-12-06T03:22:43.350020+0000 mgr.smithi134.npcsqu (mgr.14180) 616 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:45 smithi134 conmon[83862]: cluster 2023-12-06T03:22:43.641152+0000 mgr.smithi134.npcsqu (mgr.14180) 617 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:45 smithi149 conmon[88219]: audit 2023-12-06T03:22:43.350020+0000 mgr.smithi134.npcsqu (mgr.14180) 616 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:45 smithi149 conmon[88219]: cluster 2023-12-06T03:22:45.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:45 smithi149 conmon[88219]: 2023-12-06T03:22:43.641152+0000 mgr.smithi134.npcsqu (mgr.14180) 617 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:46.971 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:46.971 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:47.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:47 smithi134 conmon[83862]: cluster 2023-12-06T03:22:45.641867+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:22:47.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:47 smithi134 conmon[83862]: 618 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:47 smithi149 conmon[88219]: cluster 2023-12-06T03:22:45.641867+0000 mgr.smithi134.npcsqu (mgr.14180) 618 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:47.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:48.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:48 smithi149 conmon[88219]: audit 2023-12-06T03:22:46.966969+0000 mgr.smithi134.npcsqu (mgr.14180) 619 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:48.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:48 smithi134 conmon[83862]: audit 2023-12-06T03:22:46.966969+0000 mgr.smithi134.npcsqu (mgr.14180) 619 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:48.608 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:49 smithi134 conmon[83862]: cluster 2023-12-06T03:22:47.642434+0000 mgr.smithi134.npcsqu (mgr.14180) 620 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:49 smithi149 conmon[88219]: cluster 2023-12-06T03:22:47.642434+0000 mgr.smithi134.npcsqu (mgr.14180) 620 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:50.478 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:50.478 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:51.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:51 smithi149 conmon[88219]: cluster 2023-12-06T03:22:49.642889+0000 mgr.smithi134.npcsqu (mgr.14180) 621 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:51.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:51 smithi134 conmon[83862]: cluster 2023-12-06T03:22:49.642889+0000 mgr.smithi134.npcsqu (mgr.14180) 621 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:52.183 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:52 smithi149 conmon[88219]: audit 2023-12-06T03:22:50.473676+0000 mgr.smithi134.npcsqu (mgr.14180) 622 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:52 smithi134 conmon[83862]: audit 2023-12-06T03:22:50.473676+0000 mgr.smithi134.npcsqu (mgr.14180) 622 : audit [DBG] 2023-12-06T03:22:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:52 smithi134 conmon[83862]: from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:53 smithi134 conmon[83862]: cluster 2023-12-06T03:22:51.643473+0000 mgr.smithi134.npcsqu (mgr.14180) 623 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:53 smithi149 conmon[88219]: cluster 2023-12-06T03:22:51.643473+0000 mgr.smithi134.npcsqu (mgr.14180) 623 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:54.101 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:54.101 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:54 smithi149 conmon[88219]: cluster 2023-12-06T03:22:53.644181+0000 mgr.smithi134.npcsqu (mgr.14180) 624 : cluster [DBG] 2023-12-06T03:22:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:54 smithi149 conmon[88219]: pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:54 smithi149 conmon[88219]: audit 2023-12-06T03:22:54.096763+0000 mgr.smithi134.npcsqu (mgr.14180) 625 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:54 smithi134 conmon[83862]: cluster 2023-12-06T03:22:53 2023-12-06T03:22:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:54 smithi134 conmon[83862]: .644181+0000 mgr.smithi134.npcsqu (mgr.14180) 624 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:54.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:54 smithi134 conmon[83862]: audit 2023-12-06T03:22:54.096763+0000 mgr.smithi134.npcsqu (mgr.14180) 625 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:54.806 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:55.807 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:57.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:56 smithi149 conmon[88219]: cluster 2023-12-06T03:22:55.644906+0000 mgr.smithi134.npcsqu (mgr.14180) 626 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:57.086 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:56 smithi134 conmon[83862]: cluster 2023-12-06T03:22:55.644906+0000 mgr.smithi134.npcsqu (mgr.14180) 626 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:57.708 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:22:57.708 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:22:58.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:22:59.373 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:22:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:59 smithi149 conmon[88219]: cluster 2023-12-06T03:22:57.645409+0000 mgr.smithi134.npcsqu (mgr.14180) 627 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:22:59 smithi149 conmon[88219]: audit 2023-12-06T03:22:57.704298+0000 mgr.smithi134.npcsqu (mgr.14180) 628 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:22:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:59 smithi134 conmon[83862]: cluster 2023-12-06T03:22:57.645409+0000 mgr.smithi134.npcsqu (mgr.14180) 627 : cluster [DBG] 2023-12-06T03:22:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:59 smithi134 conmon[83862]: pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:22:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:22:59 smithi134 conmon[83862]: audit 2023-12-06T03:22:57.704298+0000 mgr.smithi134.npcsqu (mgr.14180) 628 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:01.266 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:01.267 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:01.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:01 smithi134 conmon[83862]: cluster 2023-12-06T03:22:59.645912+0000 mgr.smithi134.npcsqu (mgr.14180) 629 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:01 smithi149 conmon[88219]: cluster 2023-12-06T03:22:59.645912+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:01 smithi149 conmon[88219]: 629 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:01.921 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:02.923 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:03 smithi134 conmon[83862]: audit 2023-12-06T03:23:01.262262+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:23:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:03 smithi134 conmon[83862]: ) 630 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:03 smithi134 conmon[83862]: cluster 2023-12-06T03:23:01.646431+0000 mgr.smithi134.npcsqu (mgr.14180) 631 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:03 smithi149 conmon[88219]: audit 2023-12-06T03:23:01.262262+0000 mgr.smithi134.npcsqu (mgr.14180) 630 : audit 2023-12-06T03:23:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:03 smithi149 conmon[88219]: [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:03 smithi149 conmon[88219]: cluster 2023-12-06T03:23:01.646431+0000 mgr.smithi134.npcsqu (mgr.14180) 631 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:04.828 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:04.828 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:05.469 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:05 smithi134 conmon[83862]: cluster 2023-12-06T03:23:03.646983+0000 mgr.smithi134.npcsqu (mgr.14180) 632 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:05.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:05 smithi149 conmon[88219]: cluster 2023-12-06T03:23:03.646983+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:05 smithi149 conmon[88219]: 632 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:06.489 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:06.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:06 smithi134 conmon[83862]: audit 2023-12-06T03:23:04.824217+0000 mgr.smithi134.npcsqu (mgr.14180) 633 : audit [DBG] 2023-12-06T03:23:06.521 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:06 smithi134 conmon[83862]: from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:06 smithi149 conmon[88219]: audit 2023-12-06T03:23:04.824217+0000 mgr.smithi134.npcsqu (mgr.14180) 633 : audit 2023-12-06T03:23:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:06 smithi149 conmon[88219]: [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:07 smithi134 conmon[83862]: cluster 2023-12-06T03:23:05.647416+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:07 smithi134 conmon[83862]: 634 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:07 smithi149 conmon[88219]: cluster 2023-12-06T03:23:05.647416+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:23:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:07 smithi149 conmon[88219]: 14180) 634 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:08.377 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:08.377 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:08.979 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:09 smithi134 conmon[83862]: cluster 2023-12-06T03:23:07.648042 2023-12-06T03:23:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:09 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 635 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:09 smithi149 conmon[88219]: cluster 2023-12-06T03:23:07.648042+0000 mgr.smithi134.npcsqu (mgr.14180) 635 : cluster 2023-12-06T03:23:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:09 smithi149 conmon[88219]: [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:09.979 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:10.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:10 smithi134 conmon[83862]: audit 2023-12-06T03:23:08.373063 2023-12-06T03:23:10.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:10 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 636 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:10 smithi149 conmon[88219]: audit 2023-12-06T03:23:08.373063+0000 mgr.smithi134.npcsqu (mgr.14180) 636 : audit [DBG] 2023-12-06T03:23:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:10 smithi149 conmon[88219]: from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:11.488 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:11 smithi134 conmon[83862]: cluster 2023-12-06T03:23:09.648750+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:23:11.489 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:11 smithi134 conmon[83862]: mgr.14180) 637 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:11 smithi149 conmon[88219]: cluster 2023-12-06T03:23:09.648750+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:23:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:11 smithi149 conmon[88219]: ) 637 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:11.886 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:11.886 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:12.527 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:13.528 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:13 smithi149 conmon[88219]: cluster 2023-12-06T03:23:11.649296+0000 mgr.smithi134.npcsqu (mgr.14180) 638 : cluster [DBG] 2023-12-06T03:23:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:13 smithi149 conmon[88219]: pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:13 smithi149 conmon[88219]: audit 2023-12-06T03:23:11.882148+0000 mgr.smithi134.npcsqu (mgr.14180) 639 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:13.559 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:13 smithi134 conmon[83862]: cluster 2023-12-06T03:23:11.649296+0000 mgr.smithi134.npcsqu (mgr.14180) 638 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:13.559 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:13 smithi134 conmon[83862]: audit 2023-12-06T03:23:11.882148+0000 mgr.smithi134.npcsqu (mgr.14180) 639 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:15.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:15 smithi134 conmon[83862]: cluster 2023-12-06T03:23:13.649862+0000 mgr.smithi134.npcsqu (mgr.14180) 640 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:15.450 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:15.451 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:15 smithi149 conmon[88219]: cluster 2023-12-06T03:23:13.649862+0000 mgr.smithi134.npcsqu (mgr.14180) 640 : cluster 2023-12-06T03:23:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:15 smithi149 conmon[88219]: [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:16.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:16.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:16 smithi134 conmon[83862]: audit 2023-12-06T03:23:15.446612+0000 mgr.smithi134.npcsqu (mgr.14180) 641 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:16.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:16 smithi134 conmon[83862]: cluster 2023-12-06T03:23 2023-12-06T03:23:16.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:16 smithi134 conmon[83862]: :15.650447+0000 mgr.smithi134.npcsqu (mgr.14180) 642 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:16 smithi149 conmon[88219]: audit 2023-12-06T03:23:15.446612+0000 mgr.smithi134.npcsqu (mgr.14180) 641 : 2023-12-06T03:23:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:16 smithi149 conmon[88219]: audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:16 smithi149 conmon[88219]: cluster 2023-12-06T03:23:15.650447+0000 mgr.smithi134.npcsqu (mgr.14180) 642 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:17.104 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:19.004 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:19.005 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:19 smithi134 conmon[83862]: cluster 2023-12-06T03:23:17.650937+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:23:19.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:19 smithi134 conmon[83862]: mgr.14180) 643 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:19 smithi149 conmon[88219]: cluster 2023-12-06T03:23:17.650937+0000 mgr.smithi134.npcsqu (mgr.14180) 643 : cluster 2023-12-06T03:23:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:19 smithi149 conmon[88219]: [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:19.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:20.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:20 smithi149 conmon[88219]: audit 2023-12-06T03:23:18.999745+0000 mgr.smithi134.npcsqu (mgr.14180) 644 : 2023-12-06T03:23:20.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:20 smithi149 conmon[88219]: audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:20.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:20 smithi134 conmon[83862]: audit 2023-12-06T03:23:18.999745+0000 mgr.smithi134.npcsqu (mgr.14180) 644 : 2023-12-06T03:23:20.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:20 smithi134 conmon[83862]: audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:20.687 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:21 smithi149 conmon[88219]: cluster 2023-12-06T03:23:19.651526+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:23:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:21 smithi149 conmon[88219]: 14180) 645 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:21.560 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:21 smithi134 conmon[83862]: cluster 2023-12-06T03:23:19.651526+0000 mgr.smithi134.npcsqu (mgr.14180) 645 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:22.588 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:22.588 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:23.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:23 smithi149 conmon[88219]: cluster 2023-12-06T03:23:21.651965+0000 mgr.smithi134.npcsqu (mgr.14180) 646 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:23 smithi149 conmon[88219]: 2023-12-06T03:23:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:23 smithi134 conmon[83862]: cluster 2023-12-06T03:23:21.651965+0000 mgr.smithi134.npcsqu (mgr.14180) 646 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:24.196 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:24 smithi149 conmon[88219]: audit 2023-12-06T03:23:22.582861+0000 mgr.smithi134.npcsqu (mgr.14180) 647 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:24 smithi134 conmon[83862]: audit 2023-12-06T03:23:22.582861+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:24 smithi134 conmon[83862]: 647 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:25 smithi134 conmon[83862]: cluster 2023-12-06T03:23:23.652731+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:23:25.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:25 smithi134 conmon[83862]: mgr.14180) 648 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:25 smithi149 conmon[88219]: cluster 2023-12-06T03:23:23.652731+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:23:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:25 smithi149 conmon[88219]: ) 648 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:26.105 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:26.105 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:26 smithi149 conmon[88219]: cluster 2023-12-06T03:23:25.653347+0000 mgr.smithi134.npcsqu (mgr.14180) 649 : cluster 2023-12-06T03:23:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:26 smithi149 conmon[88219]: [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:26 smithi149 conmon[88219]: audit 2023-12-06T03:23:26.100476+0000 mgr.smithi134.npcsqu (mgr.14180) 650 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:26.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:26 smithi134 conmon[83862]: cluster 2023-12-06T03:23:25.653347+0000 mgr.smithi134.npcsqu (mgr.14180) 649 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:26.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:26 smithi134 conmon[83862]: audit 2023-12-06T03:23:26.100476+0000 mgr.smithi134.npcsqu (mgr.14180) 650 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:26.692 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:27.693 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:29.212 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:29 smithi134 conmon[83862]: cluster 2023-12-06T03:23:27.653934+0000 2023-12-06T03:23:29.212 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:29 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 651 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:29 smithi149 conmon[88219]: cluster 2023-12-06T03:23:27.653934+0000 mgr.smithi134.npcsqu (mgr.14180) 651 2023-12-06T03:23:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:29 smithi149 conmon[88219]: : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:29.577 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:29.577 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:30.193 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:31.194 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:31.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:31 smithi149 conmon[88219]: audit 2023-12-06T03:23:29.572050+0000 mgr.smithi134.npcsqu (mgr.14180) 652 : audit 2023-12-06T03:23:31.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:31 smithi149 conmon[88219]: [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:31.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:31 smithi149 conmon[88219]: cluster 2023-12-06T03:23:29.654396+0000 mgr.smithi134.npcsqu (mgr.14180) 653 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:31 smithi134 conmon[83862]: audit 2023-12-06T03:23:29.572050+0000 mgr.smithi134.npcsqu (mgr.14180) 652 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:31 smithi134 conmon[83862]: cluster 2023-12-06T03:23:29.654396+0000 mgr.smithi134.npcsqu (mgr.14180) 653 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:33.134 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:33.134 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:33.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:33 smithi149 conmon[88219]: cluster 2023-12-06T03:23:31.654829+0000 mgr.smithi134.npcsqu (mgr.14180) 654 : cluster [DBG] 2023-12-06T03:23:33.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:33 smithi149 conmon[88219]: pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:33.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:33 smithi134 conmon[83862]: cluster 2023-12-06T03:23:31.654829+0000 mgr.smithi134.npcsqu (mgr.14180) 654 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:33.732 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:34 smithi149 conmon[88219]: audit 2023-12-06T03:23:33.130329+0000 mgr.smithi134.npcsqu (mgr.14180) 655 : audit 2023-12-06T03:23:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:34 smithi149 conmon[88219]: [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:34 smithi134 conmon[83862]: audit 2023-12-06T03:23:33.130329+0000 mgr.smithi134.npcsqu (mgr.14180) 655 2023-12-06T03:23:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:34 smithi134 conmon[83862]: : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:34.733 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:35 smithi149 conmon[88219]: cluster 2023-12-06T03:23:33.655614+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:23:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:35 smithi149 conmon[88219]: ) 656 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:35.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:35 smithi134 conmon[83862]: cluster 2023-12-06T03:23:33.655614+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:23:35.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:35 smithi134 conmon[83862]: ) 656 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:36.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:36 smithi134 conmon[83862]: cluster 2023-12-06T03:23:35.656141+0000 mgr.smithi134.npcsqu (mgr.14180) 657 2023-12-06T03:23:36.302 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:36 smithi134 conmon[83862]: : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:36 smithi149 conmon[88219]: cluster 2023-12-06T03:23:35.656141+0000 mgr.smithi134.npcsqu (mgr.14180) 657 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:36 smithi149 conmon[88219]: 2023-12-06T03:23:36.675 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:36.675 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:37.300 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:37 smithi149 conmon[88219]: audit 2023-12-06T03:23:36.671057+0000 mgr.smithi134.npcsqu (mgr.14180) 658 : audit 2023-12-06T03:23:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:37 smithi149 conmon[88219]: [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:37.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:37 smithi134 conmon[83862]: audit 2023-12-06T03:23:36.671057+0000 mgr.smithi134.npcsqu (mgr.14180) 658 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:38.300 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:39 smithi149 conmon[88219]: cluster 2023-12-06T03:23:37.656960+0000 mgr.smithi134.npcsqu (mgr.14180) 659 : cluster [DBG] 2023-12-06T03:23:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:39 smithi149 conmon[88219]: pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:39.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:39 smithi134 conmon[83862]: cluster 2023-12-06T03:23:37.656960+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:39.573 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:39 smithi134 conmon[83862]: 659 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:40.209 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:40.209 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:40.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:41 smithi149 conmon[88219]: cluster 2023-12-06T03:23:39.657410+0000 mgr.smithi134.npcsqu (mgr.14180) 660 : cluster [DBG] 2023-12-06T03:23:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:41 smithi149 conmon[88219]: pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:41 smithi134 conmon[83862]: cluster 2023-12-06T03:23:39.657410+0000 mgr.smithi134.npcsqu (mgr.14180) 660 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:41.887 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:42.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:42 smithi134 conmon[83862]: audit 2023-12-06T03:23:42.439 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:42 smithi134 conmon[83862]: 2023-12-06T03:23:40.205143+0000 mgr.smithi134.npcsqu (mgr.14180) 661 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:42 smithi149 conmon[88219]: audit 2023-12-06T03:23:40.205143+0000 mgr.smithi134.npcsqu (mgr.14180) 661 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:42 smithi149 conmon[88219]: 2023-12-06T03:23:43.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:43 smithi134 conmon[83862]: cluster 2023-12-06T03:23:41.657885+0000 mgr.smithi134.npcsqu (mgr.14180) 662 : 2023-12-06T03:23:43.392 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:43 smithi134 conmon[83862]: cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:43 smithi149 conmon[88219]: cluster 2023-12-06T03:23:41.657885+0000 mgr.smithi134.npcsqu (mgr.14180) 662 : cluster 2023-12-06T03:23:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:43 smithi149 conmon[88219]: [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:43.802 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:43.802 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:44.446 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:44 smithi134 conmon[83862]: cluster 2023-12-06T03:23:43.658461+0000 mgr.smithi134.npcsqu (mgr.14180) 663 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:44.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:44 smithi134 conmon[83862]: audit 2023-12-06T03:23:43.798158+0000 mgr.smithi134.npcsqu (mgr.14180) 664 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:44.448 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:44 smithi149 conmon[88219]: cluster 2023-12-06T03:23:43.658461+0000 mgr.smithi134.npcsqu (mgr.14180) 663 : cluster 2023-12-06T03:23:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:44 smithi149 conmon[88219]: [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:44 smithi149 conmon[88219]: audit 2023-12-06T03:23:43.798158+0000 mgr.smithi134.npcsqu (mgr.14180) 664 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:45.449 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:47.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:46 smithi134 conmon[83862]: cluster 2023-12-06T03:23:45.658930+0000 mgr.smithi134.npcsqu (mgr.14180) 665 2023-12-06T03:23:47.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:46 smithi134 conmon[83862]: : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:46 smithi149 conmon[88219]: cluster 2023-12-06T03:23:45.658930+0000 mgr.smithi134.npcsqu (mgr.14180) 665 : cluster 2023-12-06T03:23:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:46 smithi149 conmon[88219]: [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:47.397 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:47.397 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:48.040 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:49.042 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:49 smithi134 conmon[83862]: audit 2023-12-06T03:23:47.392276+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:49 smithi134 conmon[83862]: 666 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:49 smithi134 conmon[83862]: cluster 2023-12-06T03:23:47.659448+0000 mgr.smithi134.npcsqu (mgr.14180) 667 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:49 smithi149 conmon[88219]: audit 2023-12-06T03:23:47.392276+0000 mgr.smithi134.npcsqu (mgr.14180) 666 2023-12-06T03:23:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:49 smithi149 conmon[88219]: : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:49 smithi149 conmon[88219]: cluster 2023-12-06T03:23:47.659448+0000 mgr.smithi134.npcsqu (mgr.14180) 667 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:50.956 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:50.956 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:51 smithi134 conmon[83862]: cluster 2023-12-06T03:23:49.660086+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:23:51.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:51 smithi134 conmon[83862]: .14180) 668 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:51 smithi149 conmon[88219]: cluster 2023-12-06T03:23:49.660086+0000 mgr.smithi134.npcsqu (mgr.14180) 668 : 2023-12-06T03:23:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:51 smithi149 conmon[88219]: cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:51.563 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:52 smithi149 conmon[88219]: audit 2023-12-06T03:23:50.951578+0000 mgr.smithi134.npcsqu (mgr.14180) 669 : audit 2023-12-06T03:23:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:52 smithi149 conmon[88219]: [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:52.564 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:52.593 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:52 smithi134 conmon[83862]: audit 2023-12-06T03:23:50.951578+0000 mgr.smithi134.npcsqu (mgr.14180) 669 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:53 smithi134 conmon[83862]: cluster 2023-12-06T03:23:51.660537+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:23:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:53 smithi134 conmon[83862]: 670 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:53 smithi149 conmon[88219]: cluster 2023-12-06T03:23:51.660537+0000 mgr.smithi134.npcsqu (mgr.14180) 670 2023-12-06T03:23:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:53 smithi149 conmon[88219]: : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:54.446 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:54.446 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:54.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:54 smithi134 conmon[83862]: cluster 2023-12-06T03:23:53.661221+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:23:54.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:54 smithi134 conmon[83862]: 14180) 671 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:54 smithi149 conmon[88219]: cluster 2023-12-06T03:23:53.661221+0000 mgr.smithi134.npcsqu (mgr.14180) 671 : cluster [DBG] 2023-12-06T03:23:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:54 smithi149 conmon[88219]: pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:55.121 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:55 smithi134 conmon[83862]: audit 2023-12-06T03:23:54.441593+0000 2023-12-06T03:23:55.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:55 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 672 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:55 smithi149 conmon[88219]: audit 2023-12-06T03:23:54.441593+0000 mgr.smithi134.npcsqu (mgr.14180) 672 : audit 2023-12-06T03:23:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:55 smithi149 conmon[88219]: [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:56.122 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:23:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:56 smithi149 conmon[88219]: cluster 2023-12-06T03:23:55.661753+0000 mgr.smithi134.npcsqu (mgr.14180) 673 : 2023-12-06T03:23:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:56 smithi149 conmon[88219]: cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:56.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:56 smithi134 conmon[83862]: cluster 2023-12-06T03:23:55.661753+0000 mgr.smithi134.npcsqu (mgr.14180) 673 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:23:58.071 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:23:58.071 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:23:58.912 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:23:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:59 smithi149 conmon[88219]: cluster 2023-12-06T03:23:57.662376+0000 mgr.smithi134.npcsqu (mgr.14180) 674 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T03:23:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:59 smithi149 conmon[88219]: 2023-12-06T03:23:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:23:59 smithi149 conmon[88219]: audit 2023-12-06T03:23:58.066582+0000 mgr.smithi134.npcsqu (mgr.14180) 675 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:59 smithi134 conmon[83862]: cluster 2023-12-06T03:23:57.662376+0000 mgr.smithi134.npcsqu (mgr.14180) 674 2023-12-06T03:23:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:59 smithi134 conmon[83862]: : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 6.5 KiB/s rd, 0 B/s wr, 10 op/s 2023-12-06T03:23:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:23:59 smithi134 conmon[83862]: audit 2023-12-06T03:23:58.066582+0000 mgr.smithi134.npcsqu (mgr.14180) 675 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:23:59.912 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:01.515 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:01 smithi134 conmon[83862]: cluster 2023-12-06T03:23:59.662963+0000 mgr.smithi134.npcsqu (mgr.14180) 676 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-12-06T03:24:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:01 smithi149 conmon[88219]: cluster 2023-12-06T03:23:59.662963+0000 mgr.smithi134.npcsqu (mgr.14180) 676 : cluster [DBG] pgmap v462: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-12-06T03:24:01.878 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:01.878 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:02.545 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:03.546 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:03 smithi149 conmon[88219]: cluster 2023-12-06T03:24:01.663427+0000 mgr.smithi134.npcsqu (mgr.14180) 677 : cluster [DBG] 2023-12-06T03:24:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:03 smithi149 conmon[88219]: pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-12-06T03:24:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:03 smithi149 conmon[88219]: audit 2023-12-06T03:24:01.873643+0000 mgr.smithi134.npcsqu (mgr.14180) 678 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:03.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:03 smithi134 conmon[83862]: cluster 2023-12-06T03:24:01.663427+0000 mgr.smithi134.npcsqu (mgr.14180) 677 : cluster [DBG] pgmap v463: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-12-06T03:24:03.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:03 smithi134 conmon[83862]: audit 2023-12- 2023-12-06T03:24:03.574 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:03 smithi134 conmon[83862]: 06T03:24:01.873643+0000 mgr.smithi134.npcsqu (mgr.14180) 678 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:04 smithi134 conmon[83862]: cluster 2023-12-06T03:24:03.663988+0000 mgr.smithi134.npcsqu (mgr.14180) 679 : cluster [DBG] pgmap v464: 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, 222 op/s 2023-12-06T03:24:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:04 smithi149 conmon[88219]: cluster 2023-12-06T03:24:03.663988+0000 mgr.smithi134.npcsqu (mgr.14180) 679 : cluster [DBG] pgmap v464: 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, 222 op/s 2023-12-06T03:24:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:04 smithi149 conmon[88219]: 2023-12-06T03:24:05.388 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:05.388 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:06.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:06 smithi149 conmon[88219]: audit 2023-12-06T03:24:05.383751+0000 mgr.smithi134.npcsqu (mgr.14180) 680 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:06 smithi149 conmon[88219]: cluster 2023-12-06T03:24:05.664653+0000 mgr.smithi134.npcsqu (mgr.14180) 681 : cluster [DBG] pgmap v465: 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, 222 op/s 2023-12-06T03:24:07.063 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:07.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:06 smithi134 conmon[83862]: audit 2023-12-06T03:24:05.383751+0000 mgr.smithi134.npcsqu (mgr.14180) 680 : audit [DBG] 2023-12-06T03:24:07.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:06 smithi134 conmon[83862]: from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:07.091 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:06 smithi134 conmon[83862]: cluster 2023-12-06T03:24:05.664653+0000 mgr.smithi134.npcsqu (mgr.14180) 681 : cluster [DBG] pgmap v465: 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, 222 op/s 2023-12-06T03:24:08.989 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:08.989 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:09 smithi134 conmon[83862]: cluster 2023-12-06T03:24:07.665315+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:24:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:09 smithi134 conmon[83862]: mgr.14180) 682 : cluster [DBG] pgmap v466: 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, 222 op/s 2023-12-06T03:24:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:09 smithi149 conmon[88219]: cluster 2023-12-06T03:24:07.665315+0000 mgr.smithi134.npcsqu (mgr.14180) 682 : cluster [DBG] pgmap v466: 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, 222 op/s 2023-12-06T03:24:09.611 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:10 smithi149 conmon[88219]: audit 2023-12-06T03:24:08.984183+0000 mgr.smithi134.npcsqu (mgr.14180) 683 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:10 smithi149 conmon[88219]: 2023-12-06T03:24:10.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:10 smithi134 conmon[83862]: audit 2023-12-06T03:24:08.984183+0000 mgr.smithi134.npcsqu (mgr.14180) 683 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:10.612 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:11.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:11 smithi134 conmon[83862]: cluster 2023-12-06T03:24:09.665942+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:24:11.486 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:11 smithi134 conmon[83862]: mgr.14180) 684 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 0 B/s wr, 211 op/s 2023-12-06T03:24:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:11 smithi149 conmon[88219]: cluster 2023-12-06T03:24:09.665942+0000 mgr.smithi134.npcsqu (mgr.14180) 684 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 127 KiB/s rd, 0 B/s wr, 211 op/s 2023-12-06T03:24:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:12 smithi149 conmon[88219]: cluster 2023-12-06T03:24:11.666354+0000 mgr.smithi134.npcsqu (mgr.14180) 685 : cluster [DBG] 2023-12-06T03:24:12.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:12 smithi149 conmon[88219]: pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-12-06T03:24:12.559 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:12.559 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:12.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:12 smithi134 conmon[83862]: cluster 2023-12-06T03:24:11.666354+0000 mgr.smithi134.npcsqu (mgr.14180) 685 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 128 op/s 2023-12-06T03:24:13.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:14.203 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:14 smithi149 conmon[88219]: audit 2023-12-06T03:24:12.554976+0000 mgr.smithi134.npcsqu (mgr.14180) 686 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:14 smithi134 conmon[83862]: audit 2023-12-06T03:24:12.554976+0000 mgr.smithi134.npcsqu (mgr.14180) 686 : audit 2023-12-06T03:24:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:14 smithi134 conmon[83862]: [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:15.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:15 smithi134 conmon[83862]: cluster 2023-12-06T03:24:13. 2023-12-06T03:24:15.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:15 smithi134 conmon[83862]: 666912+0000 mgr.smithi134.npcsqu (mgr.14180) 687 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-12-06T03:24:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:15 smithi149 conmon[88219]: cluster 2023-12-06T03:24:13.666912+0000 mgr.smithi134.npcsqu (mgr.14180) 687 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 56 KiB/s rd, 0 B/s wr, 93 op/s 2023-12-06T03:24:15.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:15 smithi149 conmon[88219]: 2023-12-06T03:24:16.102 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:16.102 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:05.698375Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:16:30.405815Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.xjspxf on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-xjspxf\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.xjspxf\nDeploy daemon haproxy.rgw.foo.smithi149.xjspxf ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:14:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:11Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:15:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.678490Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.pavwjx on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-pavwjx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.pavwjx\nDeploy daemon haproxy.rgw.foo.smithi134.pavwjx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:17:07Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:17:44Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:18: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:19:03.683368Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.ucpebq on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:05.698519Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:05.698602Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:05.698677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:05.698741Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:05.698996Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:16.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:16 smithi134 conmon[83862]: cluster 2023-12-06T03:24:15.667427+0000 mgr.smithi134.npcsqu (mgr.14180) 688 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:16.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:16 smithi134 conmon[83862]: audit 2023-12-06T03:24:16.098081+0000 mgr.smithi134.npcsqu (mgr.14180) 689 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:16 smithi149 conmon[88219]: cluster 2023-12-06T03:24:15.667427+0000 mgr.smithi134.npcsqu (mgr.14180) 688 : cluster [DBG] 2023-12-06T03:24:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:16 smithi149 conmon[88219]: pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:16 smithi149 conmon[88219]: audit 2023-12-06T03:24:16.098081+0000 mgr.smithi134.npcsqu (mgr.14180) 689 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:16.718 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:16.538867+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 14180) 690 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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/i 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: ncrease-rate-limit 2023-12-06T03:24:17.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:16.539044+0000 mgr.smithi134.npcsqu (mgr.14180) 691 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: audit 2023-12-06T03:24:16.539364+0000 mon.smithi134 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.bnlows"}]: dispatch 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:16.540045+0000 mgr.smithi134.npcsqu (mgr.14180) 692 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:16.541976+0000 mgr.smithi134.npcsqu (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:16.543020+0000 mgr.smithi134.npcsqu (mgr.14180) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: cluster 2023-12-06T03:24:16.543680+0000 mgr.smithi134.npcsqu (mgr.14180) 695 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: audit 2023-12-06T03:24:16.546859+0000 mon.smithi134 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: audit 2023-12-06T03:24:17.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:17 smithi149 conmon[88219]: 2023-12-06T03:24:16.818266+0000 mon.smithi134 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:16.538867+0000 mgr.smithi134.npcsqu (mgr.14180) 690 : 2023-12-06T03:24:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:24:17.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-12-06T03:24:17.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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- 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: limit 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:16.539044+0000 mgr.smithi134.npcsqu (mgr.14180) 691 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: audit 2023-12-06T03:24:16.539364+0000 mon.smithi134 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.bnlows"}]: dispatch 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:16.540045+0000 mgr.smithi134.npcsqu (mgr.14180) 692 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.bnlows ... 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:22: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-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:23: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-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:16.541976+0000 mgr.smithi134.npcsqu (mgr.14180) 693 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:16.543020+0000 mgr.smithi134.npcsqu (mgr.14180) 694 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: cluster 2023-12-06T03:24:16.543680+0000 mgr.smithi134.npcsqu (mgr.14180) 695 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: audit 2023-12-06T03:24:16.546859+0000 mon.smithi134 (mon.0) 692 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:24:17.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:17 smithi134 conmon[83862]: audit 2023-12-06T03:24:16.818266+0000 mon.smithi134 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:17.719 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:18 smithi149 conmon[88219]: cluster 2023-12-06T03:24:17.201602+0000 mon.smithi134 (mon. 2023-12-06T03:24:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:18 smithi149 conmon[88219]: 0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:24:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:18 smithi149 conmon[88219]: audit 2023-12-06T03:24:17.872333+0000 mon.smithi134 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:18.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:18 smithi134 conmon[83862]: cluster 2023-12-06T03:24:17. 2023-12-06T03:24:18.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:18 smithi134 conmon[83862]: 201602+0000 mon.smithi134 (mon.0) 694 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:24:18.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:18 smithi134 conmon[83862]: audit 2023-12-06T03:24:17.872333+0000 mon.smithi134 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: cluster 2023-12-06T03:24:18.544362+0000 mgr.smithi134.npcsqu (mgr.14180) 696 : 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: audit 2023-12-06T03:24:18.711640+0000 mon.smithi134 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: audit 2023-12-06T03:24:19.012672+0000 mon.smithi134 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: audit 2023-12-06T03:24:19.013399+0000 mon.smithi134 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: audit 2023-12-06T03:24:19.013973+0000 mon.smithi134 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:19.789 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: audit 2023-12-06T03:24:19.014550+0000 mon.smithi134 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:19.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:19.014992 2023-12-06T03:24:19.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 697 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 669.8M 2023-12-06T03:24:19.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:19.015552+0000 mgr.smithi134.npcsqu (mgr.14180) 698 : 2023-12-06T03:24:19.790 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:19 smithi134 conmon[83862]: cephadm [WRN] Unable to set osd_memory_target on smithi149 to 702366617: error parsing value: Value '702366617' is below minimum 939524096 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: cluster 2023-12-06T03:24:18.544362+0000 mgr.smithi134.npcsqu (mgr.14180) 696 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: audit 2023-12-06T03:24:18.711640+0000 mon.smithi134 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: audit 2023-12-06T03:24:19.012672+0000 mon.smithi134 (mon.0) 697 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: audit 2023-12-06T03:24:19.013399+0000 mon.smithi134 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: audit 2023-12-06T03:24:19.013973+0000 mon.smithi134 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: audit 2023-12-06T03:24:19.014550+0000 mon.smithi134 (mon.0) 700 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:20.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:19.014992+0000 mgr.smithi134.npcsqu (mgr.14180) 697 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 669.8M 2023-12-06T03:24:20.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:19 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:19.015552+0000 mgr.smithi134.npcsqu (mgr.14180) 698 : cephadm [WRN] Unable to set osd_memory_target on smithi149 to 702366617: error parsing value: Value '702366617' is below minimum 939524096 2023-12-06T03:24:20.244 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:20.244 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:19:08.912125Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:19:08.912193Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:19:08.912256Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:19:08.912033Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:19:08.911877Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:19:08.912317Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:19:08.912439Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:19:08.912378Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:19:08.912707Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:20.889 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:21.890 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:20.239901+0000 mgr.smithi134.npcsqu (mgr.14180) 699 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: cluster 2023-12-06T03:24:20.545003+0000 mgr.smithi134.npcsqu (mgr.14180) 700 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.063081+0000 mon.smithi134 (mon.0) 701 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.385502+0000 mon.smithi134 (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.386211+0000 mon.smithi134 (mon.0) 703 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.386783+0000 mon.smithi134 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.387344+0000 mon.smithi134 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.391794+0000 mon.smithi134 (mon.0) 706 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.353 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21. 2023-12-06T03:24:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: 392651+0000 mon.smithi134 (mon.0) 707 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:24:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.393253+0000 mon.smithi134 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:24:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.550579+0000 mon.smithi134 (mon.0) 709 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:22 smithi134 conmon[83862]: audit 2023-12-06T03:24:21.555195+0000 mon.smithi134 (mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:24:22.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T03:24:20.239901+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 699 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: cluster 2023-12-06T03:24:20.545003+0000 mgr.smithi134.npcsqu (mgr.14180) 700 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T03:24:21.063081+0000 mon.smithi134 (mon.0) 701 : audit 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T03: 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 24:21.385502+0000 mon.smithi134 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: (mon.0) 702 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 2023-12-06T03: 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 24:21.386211+0000 mon.smithi134 (mon.0) 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 703 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:24:22.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 03:24:21.386783+0000 mon.smithi134 (mon.0 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: ) 704 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 03:24:21.387344+0000 mon.smithi134 (mon. 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 0) 705 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 06T03:24:21.391794+0000 mon.smithi134 (mon 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: .0) 706 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 06T03:24:21.392651+0000 mon.smithi134 (mon. 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 0) 707 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 03:24:21.393253+0000 mon.smithi134 (mon.0 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: ) 708 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:24:22.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:24:22.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 03:24:21.550579+0000 mon.smithi134 (mon. 2023-12-06T03:24:22.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 0) 709 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:24:22.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: audit 2023-12- 2023-12-06T03:24:22.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: 06T03:24:21.555195+0000 mon.smithi134 ( 2023-12-06T03:24:22.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:22 smithi149 conmon[88219]: mon.0) 710 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:21.387802+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: 701 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 2724M 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:21.396297+0000 mgr.smithi134.npcsqu (mgr.14180) 702 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cluster 2023-12-06T03:24:21.551088+0000 mgr.smithi134.npcsqu (mgr.14180) 703 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cephadm 2023-12-06T03:24:21.561622+0000 mgr.smithi134.npcsqu (mgr.14180) 704 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.tckfqz on smithi149 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cluster 2023-12-06T03:24:22.548799+0000 mon.smithi134 (mon.0) 711 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:24:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:23 smithi134 conmon[83862]: cluster 2023-12-06T03:24:22.548852+0000 mon.smithi134 (mon.0) 712 : cluster [INF] Cluster is now healthy 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:21.387802+0000 mgr.smithi134.npcsqu (mgr.14180) 701 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 2724M 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:21.396297+0000 mgr.smithi134.npcsqu (mgr.14180) 702 : cephadm [INF] Checking dashboard <-> RGW credentials 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cluster 2023-12-06T03:24:21.551088+0000 mgr.smithi134.npcsqu (mgr.14180) 703 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cephadm 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: 2023-12-06T03:24:21.561622+0000 mgr.smithi134.npcsqu (mgr.14180) 704 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.tckfqz on smithi149 2023-12-06T03:24:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cluster 2023-12-06T 2023-12-06T03:24:23.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: 03:24:22.548799+0000 mon.smithi134 (mon.0) 711 2023-12-06T03:24:23.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:24:23.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: cluster 2023-12-06T03 2023-12-06T03:24:23.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: :24:22.548852+0000 mon.smithi134 (mon.0) 712 2023-12-06T03:24:23.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:23 smithi149 conmon[88219]: : cluster [INF] Cluster is now healthy 2023-12-06T03:24:23.777 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:23.778 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:24.424 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:25.424 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:25.452 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:25 smithi134 conmon[83862]: cluster 2023-12-06T03:24:23.551684+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:24:25.452 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:25 smithi134 conmon[83862]: mgr.14180) 705 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T03:24:25.452 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:25 smithi134 conmon[83862]: audit 2023-12-06T03:24:23.772745+0000 mgr.smithi134.npcsqu (mgr.14180) 706 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:25 smithi149 conmon[88219]: cluster 2023-12-06T03:24:23.551684+0000 mgr.smithi134.npcsqu (mgr.14180) 705 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.0 KiB/s rd, 1 op/s 2023-12-06T03:24:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:25 smithi149 conmon[88219]: audit 2023-12-06T03:24:23.772745+0000 mgr.smithi134.npcsqu (mgr.14180) 706 : audit [DBG] from='client.15342 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:26.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:26 smithi149 conmon[88219]: cluster 2023-12-06T03:24:25.552177+0000 mgr.smithi134.npcsqu (mgr.14180) 707 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T03:24:26.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:26 smithi134 conmon[83862]: cluster 2023-12-06T03:24:25.552177+0000 mgr.smithi134.npcsqu (mgr.14180) 707 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.7 KiB/s rd, 1 op/s 2023-12-06T03:24:27.293 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:27.293 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:27.949 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:28.950 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:29 smithi134 conmon[83862]: audit 2023-12-06T03:24:27.288660+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:24:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:29 smithi134 conmon[83862]: mgr.14180) 708 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:29.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:29 smithi134 conmon[83862]: cluster 2023-12-06T03:24:27.552638+0000 mgr.smithi134.npcsqu (mgr.14180) 709 : cluster [DBG] pgmap v477: 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-12-06T03:24:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:29 smithi149 conmon[88219]: audit 2023-12-06T03:24:27.288660+0000 mgr.smithi134.npcsqu (mgr.14180) 708 : audit [DBG] from='client.15346 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:29 smithi149 conmon[88219]: 2023-12-06T03:24:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:29 smithi149 conmon[88219]: cluster 2023-12-06T03:24:27.552638+0000 mgr.smithi134.npcsqu (mgr.14180) 709 : cluster [DBG] pgmap v477: 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-12-06T03:24:30.481 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:30 smithi134 conmon[83862]: cluster 2023-12-06T03:24:29.553093+0000 mgr.smithi134.npcsqu (mgr.14180) 710 : 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-12-06T03:24:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:30 smithi149 conmon[88219]: cluster 2023-12-06T03:24:29.553093+0000 mgr.smithi134.npcsqu (mgr.14180) 710 : cluster [DBG] 2023-12-06T03:24:30.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:30 smithi149 conmon[88219]: 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-12-06T03:24:30.801 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:30.801 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:31.432 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:31.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:31 smithi149 conmon[88219]: audit 2023-12-06T03:24:30.795874+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:24:31.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:31 smithi149 conmon[88219]: 711 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:31 smithi134 conmon[83862]: audit 2023-12-06T03:24:30.795874+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:24:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:31 smithi134 conmon[83862]: ) 711 : audit [DBG] from='client.15350 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:32.433 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:32 smithi149 conmon[88219]: cluster 2023-12-06T03:24:31.553603+0000 mgr.smithi134.npcsqu (mgr.14180) 712 : 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-12-06T03:24:32.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:32 smithi134 conmon[83862]: cluster 2023-12-06T03:24:31.553603+0000 mgr.smithi134.npcsqu (mgr.14180) 712 : 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-12-06T03:24:34.355 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:34.355 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:34.964 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:35.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:35 smithi134 conmon[83862]: cluster 2023-12-06T03:24:33.554483+0000 mgr.smithi134.npcsqu (mgr.14180) 713 : cluster [DBG] pgmap v480: 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-12-06T03:24:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:35 smithi149 conmon[88219]: cluster 2023-12-06T03:24:33.554483+0000 mgr.smithi134.npcsqu (mgr.14180) 713 : cluster [DBG] pgmap v480: 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-12-06T03:24:35.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:35 smithi149 conmon[88219]: 2023-12-06T03:24:35.965 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:36.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:36 smithi134 conmon[83862]: audit 2023-12-06T03:24:34.349996+0000 mgr.smithi134.npcsqu 2023-12-06T03:24:36.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:36 smithi134 conmon[83862]: (mgr.14180) 714 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:36.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:36 smithi134 conmon[83862]: cluster 2023-12-06T03:24:35.554970+0000 mgr.smithi134.npcsqu (mgr.14180) 715 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-06T03:24:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:36 smithi149 conmon[88219]: audit 2023-12-06T03:24:34.349996+0000 mgr.smithi134.npcsqu (mgr.14180) 714 : audit [DBG] from='client.15354 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:36.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:36 smithi149 conmon[88219]: cluster 2023-12-06T03:24:35.554970+0000 mgr.smithi134.npcsqu (mgr.14180) 715 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2023-12-06T03:24:37.876 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:37.876 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:38.547 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:39.548 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:39 smithi149 conmon[88219]: cluster 2023-12-06T03:24:37.555507+0000 mgr.smithi134.npcsqu (mgr.14180) 716 : cluster [DBG] 2023-12-06T03:24:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:39 smithi149 conmon[88219]: pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:39 smithi149 conmon[88219]: audit 2023-12-06T03:24:37.870841+0000 mgr.smithi134.npcsqu (mgr.14180) 717 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:39.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:39 smithi134 conmon[83862]: cluster 2023-12-06T03:24:37.555507+0000 mgr.smithi134.npcsqu (mgr.14180) 716 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:39.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:39 smithi134 conmon[83862]: audit 2023-12-06T03:24:37.870841+0000 mgr.smithi134.npcsqu (mgr.14180) 717 : audit [DBG] from='client.15358 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:40.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:40 smithi134 conmon[83862]: cluster 2023-12-06T03:24:39.556156+0000 mgr.smithi134.npcsqu (mgr.14180) 718 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:40 smithi149 conmon[88219]: cluster 2023-12-06T03:24:39.556156+0000 mgr.smithi134.npcsqu (mgr.14180) 718 : cluster [DBG] 2023-12-06T03:24:40.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:40 smithi149 conmon[88219]: pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:41.440 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:41.440 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:42.030 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:43.032 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:42 smithi149 conmon[88219]: audit 2023-12-06T03:24:41.435828+0000 mgr.smithi134.npcsqu (mgr.14180) 719 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:42 smithi149 conmon[88219]: 2023-12-06T03:24:43.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:42 smithi149 conmon[88219]: cluster 2023-12-06T03:24:41.556595+0000 mgr.smithi134.npcsqu (mgr.14180) 720 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:43.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:42 smithi134 conmon[83862]: audit 2023-12-06T03:24:41.435828+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:24:43.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:42 smithi134 conmon[83862]: 719 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:43.062 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:42 smithi134 conmon[83862]: cluster 2023-12-06T03:24:41.556595+0000 mgr.smithi134.npcsqu (mgr.14180) 720 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:44.487 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:44 smithi134 conmon[83862]: cluster 2023-12-06T03:24:43.557213+0000 mgr.smithi134.npcsqu (mgr.14180) 721 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:44 smithi149 conmon[88219]: cluster 2023-12-06T03:24:43.557213+0000 mgr.smithi134.npcsqu (mgr.14180) 721 : cluster [DBG] 2023-12-06T03:24:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:44 smithi149 conmon[88219]: pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:44.805 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:44.806 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:45.390 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:45 smithi149 conmon[88219]: audit 2023-12-06T03:24:44.801628+0000 mgr.smithi134.npcsqu (mgr.14180) 722 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:45.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:45 smithi134 conmon[83862]: audit 2023-12-06T03:24:44.801628+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:24:45.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:45 smithi134 conmon[83862]: ) 722 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:46.392 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:46.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:46 smithi149 conmon[88219]: cluster 2023-12-06T03:24:45.557704+0000 mgr.smithi134.npcsqu (mgr.14180) 723 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:46.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:46 smithi134 conmon[83862]: cluster 2023-12-06T03:24:45.557704+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:24:46.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:46 smithi134 conmon[83862]: 723 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:48.203 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:48.204 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:48.829 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:49 smithi149 conmon[88219]: cluster 2023-12-06T03:24:47.558289+0000 mgr.smithi134.npcsqu (mgr.14180) 724 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:49 smithi134 conmon[83862]: cluster 2023-12-06T03:24:47.558289+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:24:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:49 smithi134 conmon[83862]: 14180) 724 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:49.830 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:50.539 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:50 smithi134 conmon[83862]: audit 2023-12-06T03:24:48.199144+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:24:50.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:50 smithi134 conmon[83862]: mgr.14180) 725 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:50.540 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:50 smithi134 conmon[83862]: cluster 2023-12-06T03:24:49.558889+0000 mgr.smithi134.npcsqu (mgr.14180) 726 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:50 smithi149 conmon[88219]: audit 2023-12-06T03:24:48.199144+0000 mgr.smithi134.npcsqu (mgr.14180) 725 : audit [DBG] 2023-12-06T03:24:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:50 smithi149 conmon[88219]: from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:50.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:50 smithi149 conmon[88219]: cluster 2023-12-06T03:24:49.558889+0000 mgr.smithi134.npcsqu (mgr.14180) 726 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:51.712 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:51.712 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:52.322 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:52 smithi149 conmon[88219]: cluster 2023-12-06T03:24:51.559368+0000 mgr.smithi134.npcsqu (mgr.14180) 727 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:52 smithi149 conmon[88219]: audit 2023-12-06T03:24:51.707734+0000 mgr.smithi134.npcsqu (mgr.14180) 728 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:53.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:52 smithi134 conmon[83862]: cluster 2023-12-06T03:24:51.559368+0000 mgr.smithi134.npcsqu (mgr.14180) 727 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:53.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:52 smithi134 conmon[83862]: audit 2023-12-06T03:24:51.707734+0000 mgr.smithi134.npcsqu (mgr.14180) 728 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:53.324 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:54 smithi149 conmon[88219]: cluster 2023-12-06T03:24:53.559934+0000 mgr.smithi134.npcsqu (mgr.14180) 729 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:54.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:54 smithi134 conmon[83862]: cluster 2023-12-06T03:24:53.559934+0000 2023-12-06T03:24:54.571 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:54 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 729 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:55.186 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:55.187 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:55 smithi149 conmon[88219]: audit 2023-12-06T03:24:55.182868+0000 mgr.smithi134.npcsqu (mgr.14180) 730 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:55 smithi134 conmon[83862]: audit 2023-12-06T03:24:55.182868+0000 mgr.smithi134.npcsqu (mgr.14180) 730 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:24:55.786 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:24:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:56 smithi149 conmon[88219]: cluster 2023-12-06T03:24:55.560482+0000 mgr.smithi134.npcsqu (mgr.14180) 731 : cluster 2023-12-06T03:24:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:56 smithi149 conmon[88219]: [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:56 smithi134 conmon[83862]: cluster 2023-12-06T03:24:55.560482+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:24:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:56 smithi134 conmon[83862]: .14180) 731 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:56.787 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:24:58.702 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:24:58.702 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:24:58.886 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:58 smithi134 conmon[83862]: cluster 2023-12-06T03:24:57.561018+0000 mgr.smithi134.npcsqu (mgr.14180) 732 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:58 smithi149 conmon[88219]: cluster 2023-12-06T03:24:57.561018+0000 mgr.smithi134.npcsqu (mgr.14180) 732 : cluster 2023-12-06T03:24:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:58 smithi149 conmon[88219]: [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:24:59.336 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:00.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:24:59 smithi149 conmon[88219]: audit 2023-12-06T03:24:58.696510+0000 mgr.smithi134.npcsqu (mgr.14180) 733 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:00.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:59 smithi134 conmon[83862]: audit 2023-12-06T03:24:58.696510+0000 mgr.smithi134.npcsqu (mgr.14180) 733 : audit [DBG] 2023-12-06T03:25:00.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:24:59 smithi134 conmon[83862]: from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:00.338 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:00.995 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:00 smithi134 conmon[83862]: cluster 2023-12-06T03:24:59.561459+0000 mgr.smithi134.npcsqu (mgr.14180) 734 : cluster [DBG] 2023-12-06T03:25:00.995 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:00 smithi134 conmon[83862]: pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:00 smithi149 conmon[88219]: cluster 2023-12-06T03:24:59.561459+0000 mgr.smithi134.npcsqu (mgr.14180) 734 : cluster [DBG] 2023-12-06T03:25:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:00 smithi149 conmon[88219]: pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:02.205 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:02.206 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:02.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:02 smithi149 conmon[88219]: cluster 2023-12-06T03:25:01.562077+0000 mgr.smithi134.npcsqu (mgr.14180) 735 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:02 smithi134 conmon[83862]: cluster 2023-12-06T03:25:01.562077+0000 mgr.smithi134.npcsqu (mgr.14180) 735 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:03.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:04.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:03 smithi149 conmon[88219]: audit 2023-12-06T03:25:02.200645+0000 mgr.smithi134.npcsqu (mgr.14180) 736 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:04.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:03 smithi134 conmon[83862]: audit 2023-12-06T03:25:02.200645+0000 mgr.smithi134.npcsqu 2023-12-06T03:25:04.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:03 smithi134 conmon[83862]: (mgr.14180) 736 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:04.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:04 smithi134 conmon[83862]: cluster 2023-12-06T03:25:03.562623+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:25:04.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:04 smithi134 conmon[83862]: 14180) 737 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:05.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:04 smithi149 conmon[88219]: cluster 2023-12-06T03:25:03.562623+0000 mgr.smithi134.npcsqu (mgr.14180) 737 : cluster 2023-12-06T03:25:05.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:04 smithi149 conmon[88219]: [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:05.629 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:05.629 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:06.267 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:06 smithi149 conmon[88219]: cluster 2023-12-06T03:25:05.563128+0000 mgr.smithi134.npcsqu (mgr.14180) 738 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:06 smithi149 conmon[88219]: audit 2023-12-06T03:25:05.624367+0000 mgr.smithi134.npcsqu (mgr.14180) 739 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:07.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:06 smithi134 conmon[83862]: cluster 2023-12-06T03:25:05.563128+0000 mgr.smithi134.npcsqu (mgr.14180) 738 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:07.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:06 smithi134 conmon[83862]: audit 2023-12-06T03:25:05.624367+0000 mgr.smithi134.npcsqu (mgr.14180) 739 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:07.268 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:08.757 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:08 smithi134 conmon[83862]: cluster 2023-12-06T03:25:07. 2023-12-06T03:25:08.757 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:08 smithi134 conmon[83862]: 563639+0000 mgr.smithi134.npcsqu (mgr.14180) 740 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:08 smithi149 conmon[88219]: cluster 2023-12-06T03:25:07.563639+0000 mgr.smithi134.npcsqu (mgr.14180) 740 : 2023-12-06T03:25:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:08 smithi149 conmon[88219]: cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:09.070 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:09.070 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:09.726 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:09 smithi149 conmon[88219]: audit 2023-12-06T03:25:09.065806+0000 mgr.smithi134.npcsqu (mgr.14180) 741 : 2023-12-06T03:25:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:09 smithi149 conmon[88219]: audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:10.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:09 smithi134 conmon[83862]: audit 2023-12-06T03:25:09.065806+0000 mgr.smithi134.npcsqu (mgr.14180) 741 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:10.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:10 smithi149 conmon[88219]: cluster 2023-12-06T03:25:09.564153+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:25:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:10 smithi149 conmon[88219]: ) 742 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:11.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:10 smithi134 conmon[83862]: cluster 2023-12-06T03:25:09.564153+0000 mgr.smithi134.npcsqu (mgr.14180) 742 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:12.536 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:12.536 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:12.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:12 smithi134 conmon[83862]: cluster 2023-12-06T03:25:11.564800 2023-12-06T03:25:12.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:12 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 743 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:12 smithi149 conmon[88219]: cluster 2023-12-06T03:25:11.564800+0000 mgr.smithi134.npcsqu (mgr.14180) 743 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:13.134 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:13 smithi149 conmon[88219]: audit 2023-12-06T03:25:12.531201+0000 mgr.smithi134.npcsqu (mgr.14180) 744 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:14.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:13 smithi134 conmon[83862]: audit 2023-12-06T03:25:12.531201+0000 mgr.smithi134.npcsqu (mgr.14180) 744 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:14.135 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:14.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:14 smithi134 conmon[83862]: cluster 2023-12-06T03:25:13 2023-12-06T03:25:14.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:14 smithi134 conmon[83862]: .565332+0000 mgr.smithi134.npcsqu (mgr.14180) 745 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:14 smithi149 conmon[88219]: cluster 2023-12-06T03:25:13.565332+0000 mgr.smithi134.npcsqu (mgr.14180) 745 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:16.120 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:16.120 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:16.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:16 smithi149 conmon[88219]: cluster 2023-12-06T03:25:15.566001+0000 mgr.smithi134.npcsqu (mgr.14180) 746 : cluster 2023-12-06T03:25:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:16 smithi149 conmon[88219]: [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:16 smithi149 conmon[88219]: audit 2023-12-06T03:25:16.116388+0000 mgr.smithi134.npcsqu (mgr.14180) 747 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:16 smithi134 conmon[83862]: cluster 2023-12-06T03:25:15.566001+0000 mgr.smithi134.npcsqu (mgr.14180) 746 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:16 smithi134 conmon[83862]: audit 2023-12-06T03:25:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:16 smithi134 conmon[83862]: 2023-12-06T03:25:16.116388+0000 mgr.smithi134.npcsqu (mgr.14180) 747 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:17.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:18.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:18 smithi134 conmon[83862]: cluster 2023-12-06T03:25:17.566512+0000 mgr.smithi134.npcsqu (mgr.14180) 748 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:19.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:18 smithi149 conmon[88219]: cluster 2023-12-06T03:25:17.566512+0000 mgr.smithi134.npcsqu (mgr.14180) 748 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:19.618 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:19.618 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:20.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:20 smithi149 conmon[88219]: cluster 2023-12-06T03:25:19.567017+0000 mgr.smithi134.npcsqu (mgr.14180) 749 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:20 smithi149 conmon[88219]: audit 2023-12-06T03:25:19.614169+0000 mgr.smithi134.npcsqu (mgr.14180) 750 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:20 smithi134 conmon[83862]: cluster 2023-12-06T03:25:19.567017+0000 mgr.smithi134.npcsqu (mgr.14180) 749 : cluster 2023-12-06T03:25:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:20 smithi134 conmon[83862]: [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:20 smithi134 conmon[83862]: audit 2023-12-06T03:25:19.614169+0000 mgr.smithi134.npcsqu (mgr.14180) 750 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:21.225 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:22.735 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:22 smithi134 conmon[83862]: cluster 2023-12-06T03:25:21.567717+0000 mgr.smithi134.npcsqu (mgr.14180) 751 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:22 smithi149 conmon[88219]: cluster 2023-12-06T03:25:21.567717+0000 mgr.smithi134.npcsqu (mgr.14180) 751 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:22 smithi149 conmon[88219]: 2023-12-06T03:25:23.094 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:23.094 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:23.748 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:23 smithi149 conmon[88219]: audit 2023-12-06T03:25:23.090026+0000 mgr.smithi134.npcsqu (mgr.14180) 752 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:23 smithi134 conmon[83862]: audit 2023-12-06T03:25:23.090026+0000 mgr.smithi134.npcsqu (mgr.14180) 752 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:24.749 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:25.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:24 smithi149 conmon[88219]: cluster 2023-12-06T03:25:23.568287+0000 mgr.smithi134.npcsqu (mgr.14180) 753 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:25.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:24 smithi134 conmon[83862]: cluster 2023-12-06T03:25:23.568287+0000 mgr.smithi134.npcsqu (mgr.14180) 753 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:26.651 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:26.651 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:26 smithi149 conmon[88219]: cluster 2023-12-06T03:25:25.568733+0000 mgr.smithi134.npcsqu (mgr.14180) 754 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:26 smithi134 conmon[83862]: cluster 2023-12-06T03:25:25.568733+0000 mgr.smithi134.npcsqu (mgr.14180) 754 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:27.247 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:27 smithi149 conmon[88219]: audit 2023-12-06T03:25:26.646643+0000 mgr.smithi134.npcsqu (mgr.14180) 755 : audit 2023-12-06T03:25:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:27 smithi149 conmon[88219]: [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:28.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:27 smithi134 conmon[83862]: audit 2023-12-06T03:25:26.646643+0000 mgr.smithi134.npcsqu (mgr.14180) 755 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:28.247 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:29.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:28 smithi134 conmon[83862]: cluster 2023-12-06T03:25:27.569302+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:25:29.048 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:28 smithi134 conmon[83862]: 14180) 756 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:29.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:28 smithi149 conmon[88219]: cluster 2023-12-06T03:25:27.569302+0000 mgr.smithi134.npcsqu (mgr.14180) 756 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:30.117 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:30.117 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:30.848 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:30 smithi149 conmon[88219]: cluster 2023-12-06T03:25:29.569739+0000 mgr.smithi134.npcsqu (mgr.14180) 757 2023-12-06T03:25:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:30 smithi149 conmon[88219]: : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:30 smithi149 conmon[88219]: audit 2023-12-06T03:25:30.112926+0000 mgr.smithi134.npcsqu (mgr.14180) 758 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:30 smithi134 conmon[83862]: cluster 2023-12-06T03:25:29.569739+0000 mgr.smithi134.npcsqu (mgr.14180) 757 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:30 smithi134 conmon[83862]: audit 2023-12-06T03:25:30.112926+0000 mgr.smithi134.npcsqu (mgr.14180) 758 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:31.849 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:33.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:32 smithi149 conmon[88219]: cluster 2023-12-06T03:25:31.570367+0000 mgr.smithi134.npcsqu (mgr.14180) 759 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:33.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:32 smithi134 conmon[83862]: cluster 2023-12-06T03:25:31.570367+0000 mgr.smithi134.npcsqu (mgr.14180) 759 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:33.741 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:33.742 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:34.397 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:34 smithi149 conmon[88219]: cluster 2023-12-06T03:25:33.570920+0000 mgr.smithi134.npcsqu (mgr.14180) 760 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:34 smithi149 conmon[88219]: audit 2023-12-06T03:25:33.735810+0000 mgr.smithi134.npcsqu (mgr.14180) 761 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:34 smithi134 conmon[83862]: cluster 2023-12-06T03:25:33.570920+0000 mgr.smithi134.npcsqu (mgr.14180) 760 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:34 smithi134 conmon[83862]: audit 2023-12-06T 2023-12-06T03:25:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:34 smithi134 conmon[83862]: 03:25:33.735810+0000 mgr.smithi134.npcsqu (mgr.14180) 761 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:35.398 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:36.941 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:36 smithi134 conmon[83862]: cluster 2023-12-06T03:25:35.571527+0000 mgr.smithi134.npcsqu (mgr.14180) 762 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:37.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:36 smithi149 conmon[88219]: cluster 2023-12-06T03:25:35.571527+0000 mgr.smithi134.npcsqu (mgr.14180) 762 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:37.314 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:37.314 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:37.905 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:38.906 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:38.936 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:38 smithi134 conmon[83862]: audit 2023-12-06T03:25:37.310181+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:25:38.936 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:38 smithi134 conmon[83862]: 763 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:38.936 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:38 smithi134 conmon[83862]: cluster 2023-12-06T03:25:37.571996+0000 mgr.smithi134.npcsqu (mgr.14180) 764 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:38 smithi149 conmon[88219]: audit 2023-12-06T03:25:37.310181+0000 mgr.smithi134.npcsqu (mgr.14180) 763 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:38 smithi149 conmon[88219]: cluster 2023-12-06T03:25:37.571996+0000 mgr.smithi134.npcsqu (mgr.14180) 764 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:40.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:40.763 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:40.971 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:40 smithi134 conmon[83862]: cluster 2023-12-06T03:25:39.572541+0000 mgr.smithi134.npcsqu (mgr.14180) 765 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:40 smithi149 conmon[88219]: cluster 2023-12-06T03:25:39.572541+0000 mgr.smithi134.npcsqu (mgr.14180) 765 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:41.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:41.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:41 smithi134 conmon[83862]: audit 2023-12-06T03:25:40.758854+0000 mgr.smithi134.npcsqu (mgr.14180) 766 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:42.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:41 smithi149 conmon[88219]: audit 2023-12-06T03:25:40.758854+0000 mgr.smithi134.npcsqu (mgr.14180) 766 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:42.414 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:42.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:42 smithi134 conmon[83862]: cluster 2023-12-06T03:25:41.573385+0000 mgr.smithi134.npcsqu (mgr.14180) 767 2023-12-06T03:25:42.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:42 smithi134 conmon[83862]: : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:42 smithi149 conmon[88219]: cluster 2023-12-06T03:25:41.573385+0000 mgr.smithi134.npcsqu (mgr.14180) 767 : cluster 2023-12-06T03:25:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:42 smithi149 conmon[88219]: [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:44.223 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:44.224 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:44 smithi149 conmon[88219]: cluster 2023-12-06T03:25:43.573951+0000 mgr.smithi134.npcsqu (mgr.14180) 768 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:44 smithi134 conmon[83862]: cluster 2023-12-06T03:25:43.573951+0000 mgr.smithi134.npcsqu (mgr.14180) 768 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:44.878 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:45 smithi149 conmon[88219]: audit 2023-12-06T03:25:44.218608+0000 mgr.smithi134.npcsqu (mgr.14180) 769 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:45.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:45 smithi134 conmon[83862]: audit 2023-12-06T03:25:44.218608+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:25:45.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:45 smithi134 conmon[83862]: 14180) 769 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:45.879 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:46.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:46 smithi134 conmon[83862]: cluster 2023-12-06T03:25:45.574639+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:25:46.522 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:46 smithi134 conmon[83862]: .14180) 770 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:46.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:46 smithi149 conmon[88219]: cluster 2023-12-06T03:25:45.574639+0000 mgr.smithi134.npcsqu (mgr.14180) 770 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:47.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:47.723 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:48.361 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:48 smithi149 conmon[88219]: cluster 2023-12-06T03:25:47.575170+0000 mgr.smithi134.npcsqu (mgr.14180) 771 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:49.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:48 smithi149 conmon[88219]: audit 2023-12-06T03:25:47.718515+0000 mgr.smithi134.npcsqu (mgr.14180) 772 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:49.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:48 smithi134 conmon[83862]: cluster 2023-12-06T03:25:47.575170+0000 mgr.smithi134.npcsqu (mgr.14180) 771 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:49.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:48 smithi134 conmon[83862]: audit 2023-12-06T03:25:47.718515+0000 mgr.smithi134.npcsqu (mgr.14180) 772 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:49.362 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:50.823 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:50 smithi134 conmon[83862]: cluster 2023-12-06T03:25:49.575567+0000 mgr.smithi134.npcsqu (mgr.14180) 773 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:50 smithi149 conmon[88219]: cluster 2023-12-06T03:25:49.575567+0000 mgr.smithi134.npcsqu (mgr.14180) 773 : cluster [DBG] 2023-12-06T03:25:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:50 smithi149 conmon[88219]: pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:51.201 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:51.201 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:51.844 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:51 smithi149 conmon[88219]: audit 2023-12-06T03:25:51.197071+0000 mgr.smithi134.npcsqu (mgr.14180) 774 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:51 smithi149 conmon[88219]: 2023-12-06T03:25:52.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:51 smithi134 conmon[83862]: audit 2023-12-06T03:25:51.197071+0000 mgr.smithi134.npcsqu (mgr.14180) 774 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:52.845 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:52 smithi149 conmon[88219]: cluster 2023-12-06T03:25:51.575963+0000 mgr.smithi134.npcsqu (mgr.14180) 775 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:53.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:52 smithi134 conmon[83862]: cluster 2023-12-06T03:25:51.575963+0000 mgr.smithi134.npcsqu (mgr.14180) 775 : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:54.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:54 smithi134 conmon[83862]: cluster 2023-12-06T03:25:53.576548+0000 mgr.smithi134.npcsqu (mgr.14180) 776 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:54 smithi149 conmon[88219]: cluster 2023-12-06T03:25:53.576548+0000 mgr.smithi134.npcsqu (mgr.14180) 776 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:54.694 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:54.694 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:55.378 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:55 smithi149 conmon[88219]: audit 2023-12-06T03:25:54.690435+0000 mgr.smithi134.npcsqu (mgr.14180) 777 : audit 2023-12-06T03:25:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:55 smithi149 conmon[88219]: [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:55 smithi134 conmon[83862]: audit 2023-12-06T03:25:54.690435+0000 mgr.smithi134.npcsqu (mgr.14180) 777 : audit 2023-12-06T03:25:55.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:55 smithi134 conmon[83862]: [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:56.379 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:56 smithi149 conmon[88219]: cluster 2023-12-06T03:25:55.577125+0000 mgr.smithi134.npcsqu (mgr.14180) 778 : cluster [DBG] 2023-12-06T03:25:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:56 smithi149 conmon[88219]: pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:56 smithi134 conmon[83862]: cluster 2023-12-06T03:25:55.577125+0000 mgr.smithi134.npcsqu (mgr.14180) 778 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:58.246 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:25:58.246 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:25:58.892 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:58 smithi134 conmon[83862]: cluster 2023-12-06T03:25:57.577672+0000 mgr.smithi134.npcsqu (mgr.14180) 779 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:58.893 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:25:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:58 smithi149 conmon[88219]: cluster 2023-12-06T03:25:57.577672+0000 mgr.smithi134.npcsqu (mgr.14180) 779 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:25:59.893 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:25:59.924 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:59 smithi134 conmon[83862]: audit 2023-12-06T03:25:58.240866+0000 mgr.smithi134.npcsqu (mgr.14180) 780 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:25:59.924 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:25:59 smithi134 conmon[83862]: 2023-12-06T03:26:00.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:25:59 smithi149 conmon[88219]: audit 2023-12-06T03:25:58.240866+0000 mgr.smithi134.npcsqu (mgr.14180) 780 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:00 smithi149 conmon[88219]: cluster 2023-12-06T03:25:59.578124+0000 mgr.smithi134.npcsqu (mgr.14180) 781 : 2023-12-06T03:26:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:00 smithi149 conmon[88219]: cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:01.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:00 smithi134 conmon[83862]: cluster 2023-12-06T03:25:59.578124+0000 mgr.smithi134.npcsqu (mgr.14180) 781 2023-12-06T03:26:01.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:00 smithi134 conmon[83862]: : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:01.789 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:01.789 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:02.401 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:02 smithi149 conmon[88219]: cluster 2023-12-06T03:26:01.578668+0000 mgr.smithi134.npcsqu (mgr.14180) 782 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:02 smithi149 conmon[88219]: audit 2023-12-06T03:26:01.783937+0000 mgr.smithi134.npcsqu (mgr.14180) 783 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:03.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:02 smithi134 conmon[83862]: cluster 2023-12-06T03:26:01.578668+0000 mgr.smithi134.npcsqu (mgr.14180) 782 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:03.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:02 smithi134 conmon[83862]: audit 2023-12-06T03:26:01.783937+0000 mgr.smithi134.npcsqu (mgr.14180) 783 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:03.402 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:04 smithi149 conmon[88219]: cluster 2023-12-06T03:26:03.579269+0000 mgr.smithi134.npcsqu (mgr.14180) 784 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:04 smithi134 conmon[83862]: cluster 2023-12-06T03:26:03.579269+0000 mgr.smithi134.npcsqu (mgr.14180) 784 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:05.328 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:05.329 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:05.976 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:06.976 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:07.007 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:06 smithi134 conmon[83862]: audit 2023-12-06T03:26:05.323810+0000 mgr.smithi134.npcsqu (mgr.14180) 785 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:07.007 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:06 smithi134 conmon[83862]: cluster 2023-12-06T03:26:05.579767+0000 mgr.smithi134.npcsqu (mgr.14180) 786 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:06 smithi149 conmon[88219]: audit 2023-12-06T03:26:05.323810+0000 mgr.smithi134.npcsqu (mgr.14180) 785 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:07.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:06 smithi149 conmon[88219]: cluster 2023-12-06T03:26:05.579767+0000 mgr.smithi134.npcsqu (mgr.14180) 786 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:08.855 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:08.855 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:08 smithi149 conmon[88219]: cluster 2023-12-06T03:26:07.580381+0000 mgr.smithi134.npcsqu (mgr.14180) 787 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:09.050 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:08 smithi134 conmon[83862]: cluster 2023-12-06T03:26:07.580381+0000 mgr.smithi134.npcsqu (mgr.14180) 787 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:09.476 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:09 smithi134 conmon[83862]: audit 2023-12-06T03:26:08.850434+0000 mgr.smithi134.npcsqu (mgr.14180) 788 : audit [DBG] 2023-12-06T03:26:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:09 smithi134 conmon[83862]: from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:10.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:09 smithi149 conmon[88219]: audit 2023-12-06T03:26:08.850434+0000 mgr.smithi134.npcsqu (mgr.14180) 788 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:10.477 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:10 smithi134 conmon[83862]: cluster 2023-12-06T03:26:09.580884+0000 mgr.smithi134.npcsqu (mgr.14180) 789 : cluster [DBG] 2023-12-06T03:26:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:10 smithi134 conmon[83862]: pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:10 smithi149 conmon[88219]: cluster 2023-12-06T03:26:09.580884+0000 mgr.smithi134.npcsqu (mgr.14180) 789 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:12.441 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:12.441 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:12.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:12 smithi134 conmon[83862]: cluster 2023-12-06T03:26:11.581614+0000 mgr.smithi134.npcsqu (mgr.14180) 790 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:12 smithi149 conmon[88219]: cluster 2023-12-06T03:26:11.581614+0000 mgr.smithi134.npcsqu (mgr.14180) 790 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:13.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:13 smithi149 conmon[88219]: audit 2023-12-06T03:26:12.436943+0000 mgr.smithi134.npcsqu (mgr.14180) 791 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:14.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:13 smithi134 conmon[83862]: audit 2023-12-06T03:26:12.436943+0000 mgr.smithi134.npcsqu (mgr.14180) 791 : 2023-12-06T03:26:14.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:13 smithi134 conmon[83862]: audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:14.143 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:14.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:14 smithi134 conmon[83862]: cluster 2023-12-06T03:26:13.582400+0000 mgr.smithi134.npcsqu (mgr.14180) 792 : cluster [DBG] 2023-12-06T03:26:14.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:14 smithi134 conmon[83862]: pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:14 smithi149 conmon[88219]: cluster 2023-12-06T03:26:13.582400+0000 mgr.smithi134.npcsqu (mgr.14180) 792 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:14 smithi149 conmon[88219]: 2023-12-06T03:26:15.999 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:15.999 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:16.659 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:16 smithi149 conmon[88219]: cluster 2023-12-06T03:26:15.583051+0000 mgr.smithi134.npcsqu (mgr.14180) 793 : cluster [DBG] 2023-12-06T03:26:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:16 smithi149 conmon[88219]: pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:16 smithi149 conmon[88219]: audit 2023-12-06T03:26:15.994679+0000 mgr.smithi134.npcsqu (mgr.14180) 794 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:16 smithi134 conmon[83862]: cluster 2023-12-06T03:26:15.583051+0000 mgr.smithi134.npcsqu (mgr.14180) 793 : cluster 2023-12-06T03:26:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:16 smithi134 conmon[83862]: [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:16 smithi134 conmon[83862]: audit 2023-12-06T03:26:15.994679+0000 mgr.smithi134.npcsqu (mgr.14180) 794 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:17.660 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:18.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:18 smithi134 conmon[83862]: cluster 2023-12-06T03:26:17.583598+0000 mgr.smithi134.npcsqu (mgr.14180) 795 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:19.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:18 smithi149 conmon[88219]: cluster 2023-12-06T03:26:17.583598+0000 mgr.smithi134.npcsqu (mgr.14180) 795 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:19.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:18 smithi149 conmon[88219]: 2023-12-06T03:26:19.557 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:19.557 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:20.215 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:20 smithi149 conmon[88219]: audit 2023-12-06T03:26:19.552974+0000 mgr.smithi134.npcsqu (mgr.14180) 796 : audit [DBG] 2023-12-06T03:26:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:20 smithi149 conmon[88219]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:20 smithi149 conmon[88219]: cluster 2023-12-06T03:26:19.584133+0000 mgr.smithi134.npcsqu (mgr.14180) 797 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:20 smithi134 conmon[83862]: audit 2023-12-06T03:26:19.552974+0000 mgr.smithi134.npcsqu (mgr.14180) 796 : 2023-12-06T03:26:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:20 smithi134 conmon[83862]: audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:20 smithi134 conmon[83862]: cluster 2023-12-06T03:26:19.584133+0000 mgr.smithi134.npcsqu (mgr.14180) 797 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:21.216 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:22.683 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:22 smithi134 conmon[83862]: cluster 2023-12-06T03:26:21.584574+0000 mgr.smithi134.npcsqu (mgr.14180) 798 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:22 smithi149 conmon[88219]: cluster 2023-12-06T03:26:21.584574+0000 mgr.smithi134.npcsqu (mgr.14180) 798 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:22 smithi149 conmon[88219]: 2023-12-06T03:26:23.063 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:23.063 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:23.722 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:23 smithi149 conmon[88219]: audit 2023-12-06T03:26:23.059231+0000 mgr.smithi134.npcsqu (mgr.14180) 799 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:23 smithi134 conmon[83862]: audit 2023-12-06T03:26:23.059231+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:26:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:23 smithi134 conmon[83862]: 799 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:24.723 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:25.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:24 smithi149 conmon[88219]: cluster 2023-12-06T03:26:23.585280+0000 mgr.smithi134.npcsqu (mgr.14180) 800 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:25.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:24 smithi134 conmon[83862]: cluster 2023-12-06T03:26:23.585280+0000 mgr.smithi134.npcsqu (mgr.14180) 800 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:26.634 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:26.634 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:26 smithi149 conmon[88219]: cluster 2023-12-06T03:26:25.585829+0000 mgr.smithi134.npcsqu (mgr.14180) 801 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:26 smithi134 conmon[83862]: cluster 2023-12-06T03:26:25.585829+0000 mgr.smithi134.npcsqu (mgr.14180) 801 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:27.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:27 smithi149 conmon[88219]: audit 2023-12-06T03:26:26.629788+0000 mgr.smithi134.npcsqu (mgr.14180) 802 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:28.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:27 smithi134 conmon[83862]: audit 2023-12-06T03:26:26.629788+0000 mgr.smithi134.npcsqu (mgr.14180) 802 : audit 2023-12-06T03:26:28.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:27 smithi134 conmon[83862]: [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:28.281 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:29.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:28 smithi149 conmon[88219]: cluster 2023-12-06T03:26:27.586317+0000 mgr.smithi134.npcsqu (mgr.14180) 803 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:29.089 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:28 smithi134 conmon[83862]: cluster 2023-12-06T03:26:27.586317+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:26:29.090 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:28 smithi134 conmon[83862]: 14180) 803 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:30.156 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:30.156 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:30.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:30 smithi149 conmon[88219]: cluster 2023-12-06T03:26:29.586733+0000 mgr.smithi134.npcsqu (mgr.14180) 804 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:30 smithi149 conmon[88219]: audit 2023-12-06T03:26:30.151584+0000 mgr.smithi134.npcsqu (mgr.14180) 805 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:30 smithi134 conmon[83862]: cluster 2023-12-06T03:26:29.586733+0000 mgr.smithi134.npcsqu (mgr.14180) 804 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:30 smithi134 conmon[83862]: audit 2023-12-06T03:26:30.151584+0000 mgr.smithi134.npcsqu (mgr.14180) 805 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:31.789 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:33.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:32 smithi149 conmon[88219]: cluster 2023-12-06T03:26:31.587156+0000 mgr.smithi134.npcsqu (mgr.14180) 806 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:33.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:32 smithi134 conmon[83862]: cluster 2023-12-06T03:26:31.587156+0000 mgr.smithi134.npcsqu (mgr.14180) 806 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:33.745 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:33.745 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:34.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:34 smithi149 conmon[88219]: cluster 2023-12-06T03:26:33.587715+0000 mgr.smithi134.npcsqu (mgr.14180) 807 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:34 smithi149 conmon[88219]: audit 2023-12-06T03:26:33.739678+0000 mgr.smithi134.npcsqu (mgr.14180) 808 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:34 smithi134 conmon[83862]: cluster 2023-12-06T03:26:33.587715+0000 mgr.smithi134.npcsqu (mgr.14180) 807 2023-12-06T03:26:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:34 smithi134 conmon[83862]: : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:34 smithi134 conmon[83862]: audit 2023-12-06T03:26:33.739678+0000 mgr.smithi134.npcsqu (mgr.14180) 808 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:35.373 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:36.848 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:36 smithi134 conmon[83862]: cluster 2023-12-06T03:26:35.588227+0000 mgr.smithi134.npcsqu (mgr.14180) 809 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:37.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:36 smithi149 conmon[88219]: cluster 2023-12-06T03:26:35.588227+0000 mgr.smithi134.npcsqu (mgr.14180) 809 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:37.240 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:37.241 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:37.853 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:38.854 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:38 smithi149 conmon[88219]: audit 2023-12-06T03:26:37.236600+0000 mgr.smithi134.npcsqu (mgr.14180) 810 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:38 smithi149 conmon[88219]: cluster 2023-12-06T03:26:37.588988+0000 mgr.smithi134.npcsqu (mgr.14180) 811 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:38 smithi134 conmon[83862]: audit 2023-12-06T03:26:37.236600+0000 mgr.smithi134.npcsqu (mgr.14180) 810 2023-12-06T03:26:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:38 smithi134 conmon[83862]: : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:38 smithi134 conmon[83862]: cluster 2023-12-06T03:26:37.588988+0000 mgr.smithi134.npcsqu (mgr.14180) 811 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:40.712 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:40.712 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:40.903 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:40 smithi134 conmon[83862]: cluster 2023-12-06T03:26:39.589421+0000 mgr.smithi134.npcsqu (mgr.14180) 812 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:40 smithi149 conmon[88219]: cluster 2023-12-06T03:26:39.589421+0000 mgr.smithi134.npcsqu (mgr.14180) 812 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:41.395 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:42.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:41 smithi149 conmon[88219]: audit 2023-12-06T03:26:40.707616+0000 mgr.smithi134.npcsqu (mgr.14180) 813 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:42.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:41 smithi134 conmon[83862]: audit 2023-12-06T03:26:40.707616+0000 mgr.smithi134.npcsqu (mgr.14180) 813 : audit 2023-12-06T03:26:42.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:41 smithi134 conmon[83862]: [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:42.397 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:42.844 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:42 smithi134 conmon[83862]: cluster 2023-12-06T03:26:41.590011 2023-12-06T03:26:42.845 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:42 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 814 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:42 smithi149 conmon[88219]: cluster 2023-12-06T03:26:41.590011+0000 mgr.smithi134.npcsqu (mgr.14180) 814 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:44.354 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:44.354 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:44 smithi149 conmon[88219]: cluster 2023-12-06T03:26:43.590763+0000 mgr.smithi134.npcsqu (mgr.14180) 815 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:44.561 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:44 smithi134 conmon[83862]: cluster 2023-12-06T03:26:43.590763+0000 mgr.smithi134.npcsqu (mgr.14180) 815 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:44.943 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:45.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:45 smithi149 conmon[88219]: audit 2023-12-06T03:26:44.349492+0000 mgr.smithi134.npcsqu (mgr.14180) 816 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:45.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:45 smithi134 conmon[83862]: audit 2023-12-06T03:26:44.349492+0000 mgr.smithi134.npcsqu (mgr.14180) 816 : 2023-12-06T03:26:45.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:45 smithi134 conmon[83862]: audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:45.944 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:46.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:46 smithi134 conmon[83862]: cluster 2023-12-06T03:26:45. 2023-12-06T03:26:46.512 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:46 smithi134 conmon[83862]: 591323+0000 mgr.smithi134.npcsqu (mgr.14180) 817 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:46.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:46 smithi149 conmon[88219]: cluster 2023-12-06T03:26:45.591323+0000 mgr.smithi134.npcsqu (mgr.14180) 817 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:47.849 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:47.849 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:48.518 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:48.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:48 smithi134 conmon[83862]: cluster 2023-12-06T03:26:47.592012+0000 mgr.smithi134.npcsqu (mgr.14180) 818 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:48.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:48 smithi134 conmon[83862]: audit 2023-12-06T03:26:47.844564+0000 mgr.smithi134.npcsqu (mgr.14180) 819 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:48 smithi149 conmon[88219]: cluster 2023-12-06T03:26:47.592012+0000 mgr.smithi134.npcsqu (mgr.14180) 818 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:48 smithi149 conmon[88219]: audit 2023-12-06T03:26:47.844564+0000 mgr.smithi134.npcsqu (mgr.14180) 819 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:49.519 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:51.004 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:50 smithi134 conmon[83862]: cluster 2023-12-06T03:26:49.592432+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:26:51.004 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:50 smithi134 conmon[83862]: 14180) 820 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:50 smithi149 conmon[88219]: cluster 2023-12-06T03:26:49.592432+0000 mgr.smithi134.npcsqu (mgr.14180) 820 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:51.385 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:51.386 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:19:03.684498Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jppjjk on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:52.051 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:52 smithi149 conmon[88219]: audit 2023-12-06T03:26:51.381258+0000 mgr.smithi134.npcsqu (mgr.14180) 821 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:52 smithi149 conmon[88219]: cluster 2023-12-06T03:26: 2023-12-06T03:26:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:52 smithi149 conmon[88219]: 51.592899+0000 mgr.smithi134.npcsqu (mgr.14180) 822 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:53.051 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:53.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:52 smithi134 conmon[83862]: audit 2023-12-06T03:26:51.381258+0000 mgr.smithi134.npcsqu (mgr.14180) 821 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:53.082 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:52 smithi134 conmon[83862]: cluster 2023-12-06T03:26:51.592899+0000 mgr.smithi134.npcsqu (mgr.14180) 822 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:54 smithi149 conmon[88219]: cluster 2023-12-06T03:26:53.593559+0000 mgr.smithi134.npcsqu (mgr.14180) 823 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:54 smithi149 conmon[88219]: 2023-12-06T03:26:54.562 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:54 smithi134 conmon[83862]: cluster 2023-12-06T03:26:53.593559+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:26:54.562 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:54 smithi134 conmon[83862]: ) 823 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:54.980 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:54.980 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: cephadm 2023-12-06T03:26:54.598023+0000 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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 upgradin 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: g: https://www.docker.com/increase-rate-limit 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: cephadm 2023-12-06T03:26:54.598255+0000 mgr.smithi134.npcsqu (mgr.14180) 825 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: audit 2023-12-06T03:26:54.598586+0000 mon.smithi134 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.tckfqz"}]: dispatch 2023-12-06T03:26:55.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: cephadm 2023-12-06T03:26:54.599235+0000 mgr.smithi134.npcsqu (mgr.14180) 826 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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-12-06T03:26:55.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: cephadm 2023-12-06T03:26:54.601557+0000 mgr.smithi134.npcsqu (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.atmckm on smithi134 2023-12-06T03:26:55.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:55 smithi134 conmon[83862]: audit 2023-12-06T03:26:54.973541+0000 mgr.smithi134.npcsqu (mgr.14180) 828 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: cephadm 2023-12-06T03:26:54.598023+0000 mgr.smithi134.npcsqu (mgr.14180) 824 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:26:55.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: cephadm 2023-12-06T03:26:54.598255+0000 mgr.smithi134.npcsqu (mgr.14180) 825 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: audit 2023-12-06T03:26:54.598586+0000 mon.smithi134 (mon.0) 713 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.tckfqz"}]: dispatch 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: cephadm 2023-12-06T03:26:54.599235+0000 mgr.smithi134.npcsqu (mgr.14180) 826 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: cephadm 2023-12-06T03:26:54.601557+0000 mgr.smithi134.npcsqu (mgr.14180) 827 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.atmckm on smithi134 2023-12-06T03:26:55.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:55 smithi149 conmon[88219]: audit 2023-12-06T03:26:54.973541+0000 mgr.smithi134.npcsqu (mgr.14180) 828 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:26:55.604 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:26:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:56 smithi149 conmon[88219]: cluster 2023-12-06T03:26:55.594066+0000 mgr.smithi134.npcsqu (mgr.14180) 829 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:56 smithi134 conmon[83862]: cluster 2023-12-06T03:26:55.594066+0000 mgr.smithi134.npcsqu (mgr.14180) 829 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:56.604 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:26:58.565 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:26:58.565 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:26:58.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:58 smithi134 conmon[83862]: cluster 2023-12-06T03:26:57.594766+0000 mgr.smithi134.npcsqu (mgr.14180) 830 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:58 smithi149 conmon[88219]: cluster 2023-12-06T03:26:57.594766+0000 mgr.smithi134.npcsqu (mgr.14180) 830 : cluster 2023-12-06T03:26:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:58 smithi149 conmon[88219]: [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:26:59.143 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:00.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:59 smithi149 conmon[88219]: audit 2023-12-06T03:26:58.560722+0000 mgr.smithi134.npcsqu (mgr.14180) 831 2023-12-06T03:27:00.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:26:59 smithi149 conmon[88219]: : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:00.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:59 smithi134 conmon[83862]: audit 2023-12-06T03:26:58.560722+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:27:00.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:26:59 smithi134 conmon[83862]: ) 831 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:00.145 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:00.978 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:00 smithi134 conmon[83862]: cluster 2023-12-06T03:26:59.595324+0000 mgr.smithi134.npcsqu (mgr.14180) 832 : cluster [DBG] 2023-12-06T03:27:00.979 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:00 smithi134 conmon[83862]: pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:00 smithi149 conmon[88219]: cluster 2023-12-06T03:26:59.595324+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:27:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:00 smithi149 conmon[88219]: .14180) 832 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:02.073 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:02.073 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:02.686 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:02 smithi149 conmon[88219]: cluster 2023-12-06T03:27:01.595909+0000 mgr.smithi134.npcsqu (mgr.14180) 833 : cluster [DBG] 2023-12-06T03:27:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:02 smithi149 conmon[88219]: pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:02 smithi149 conmon[88219]: audit 2023-12-06T03:27:02.068469+0000 mgr.smithi134.npcsqu (mgr.14180) 834 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:02 smithi134 conmon[83862]: cluster 2023-12-06T03:27:01.595909+0000 mgr.smithi134.npcsqu (mgr.14180) 833 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:02 smithi134 conmon[83862]: audit 2023-12-06T03:27:02.068469+0000 mgr.smithi134.npcsqu (mgr.14180) 834 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:03.687 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:04.516 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:04 smithi134 conmon[83862]: cluster 2023-12-06T03:27:03.596592+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:27:04.517 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:04 smithi134 conmon[83862]: 14180) 835 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:04 smithi149 conmon[88219]: cluster 2023-12-06T03:27:03.596592+0000 mgr.smithi134.npcsqu (mgr.14180) 835 : cluster [DBG] 2023-12-06T03:27:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:04 smithi149 conmon[88219]: pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:05.600 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:05.601 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:06.224 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:07.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:06 smithi149 conmon[88219]: audit 2023-12-06T03:27:05.595724+0000 mgr.smithi134.npcsqu (mgr.14180) 836 : audit [DBG] 2023-12-06T03:27:07.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:06 smithi149 conmon[88219]: from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:07.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:06 smithi149 conmon[88219]: cluster 2023-12-06T03:27:05.597032+0000 mgr.smithi134.npcsqu (mgr.14180) 837 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:07.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:06 smithi134 conmon[83862]: audit 2023-12-06T03:27:05.595724+0000 mgr.smithi134.npcsqu (mgr.14180) 836 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:07.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:06 smithi134 conmon[83862]: cluster 2023-12-06T03:27:05.597032+0000 mgr.smithi134.npcsqu (mgr.14180) 837 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:07.225 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:08.768 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:08 smithi134 conmon[83862]: cluster 2023-12-06T03:27:07.597654 2023-12-06T03:27:08.769 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:08 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 838 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:08 smithi149 conmon[88219]: cluster 2023-12-06T03:27:07.597654+0000 mgr.smithi134.npcsqu (mgr.14180) 838 : cluster [DBG] 2023-12-06T03:27:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:08 smithi149 conmon[88219]: pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:09.082 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:09.082 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:09.757 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:09 smithi149 conmon[88219]: audit 2023-12-06T03:27:09.077869+0000 mgr.smithi134.npcsqu (mgr.14180) 839 : audit [DBG] 2023-12-06T03:27:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:09 smithi149 conmon[88219]: from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:10.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:09 smithi134 conmon[83862]: audit 2023-12-06T03:27:09.077869+0000 mgr.smithi134.npcsqu (mgr.14180) 839 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:10.758 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:10 smithi149 conmon[88219]: cluster 2023-12-06T03:27:09.598139+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:27:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:10 smithi149 conmon[88219]: ) 840 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:11.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:10 smithi134 conmon[83862]: cluster 2023-12-06T03:27:09.598139+0000 mgr.smithi134.npcsqu (mgr.14180) 840 2023-12-06T03:27:11.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:10 smithi134 conmon[83862]: : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:12.671 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:12.671 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:12 smithi149 conmon[88219]: cluster 2023-12-06T03:27:11.598607+0000 mgr.smithi134.npcsqu (mgr.14180) 841 : cluster 2023-12-06T03:27:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:12 smithi149 conmon[88219]: [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:13.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:12 smithi134 conmon[83862]: cluster 2023-12-06T03:27:11.598607+0000 mgr.smithi134.npcsqu (mgr.14180) 841 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:13.297 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:13 smithi149 conmon[88219]: audit 2023-12-06T03:27:12.661977+0000 mgr.smithi134.npcsqu (mgr.14180) 842 : audit 2023-12-06T03:27:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:13 smithi149 conmon[88219]: [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:14.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:13 smithi134 conmon[83862]: audit 2023-12-06T03:27:12.661977+0000 mgr.smithi134.npcsqu (mgr.14180) 842 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:14.298 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:14.996 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:14 smithi134 conmon[83862]: cluster 2023-12-06T03:27:13.599319+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:27:14.996 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:14 smithi134 conmon[83862]: .14180) 843 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:14 smithi149 conmon[88219]: cluster 2023-12-06T03:27:13.599319+0000 mgr.smithi134.npcsqu (mgr.14180) 843 : 2023-12-06T03:27:15.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:14 smithi149 conmon[88219]: cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:16.189 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:16.190 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:16.788 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:16 smithi149 conmon[88219]: cluster 2023-12-06T03:27:15.599836+0000 mgr.smithi134.npcsqu (mgr.14180) 844 : cluster 2023-12-06T03:27:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:16 smithi149 conmon[88219]: [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:16 smithi149 conmon[88219]: audit 2023-12-06T03:27:16.185083+0000 mgr.smithi134.npcsqu (mgr.14180) 845 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:16 smithi134 conmon[83862]: cluster 2023-12-06T03:27:15.599836+0000 mgr.smithi134.npcsqu (mgr.14180) 844 : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:16 smithi134 conmon[83862]: audit 2023-12-06T03:27:16.185083+0000 mgr.smithi134.npcsqu (mgr.14180) 845 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:17.789 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:19.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:18 smithi134 conmon[83862]: cluster 2023-12-06T03:27:17.600559+0000 mgr.smithi134.npcsqu (mgr.14180) 846 : cluster 2023-12-06T03:27:19.045 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:18 smithi134 conmon[83862]: [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:19.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:18 smithi149 conmon[88219]: cluster 2023-12-06T03:27:17.600559+0000 mgr.smithi134.npcsqu (mgr.14180) 846 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:19.645 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:19.645 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:20.214 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:20 smithi149 conmon[88219]: cluster 2023-12-06T03:27:19.601037+0000 mgr.smithi134.npcsqu (mgr.14180) 847 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:20 smithi149 conmon[88219]: 2023-12-06T03:27:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:20 smithi149 conmon[88219]: audit 2023-12-06T03:27:19.640192+0000 mgr.smithi134.npcsqu (mgr.14180) 848 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:20 smithi134 conmon[83862]: cluster 2023-12-06T03:27:19.601037+0000 mgr.smithi134.npcsqu (mgr.14180) 847 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:21.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:20 smithi134 conmon[83862]: audit 2023-12-06T03:27:19.640192+0000 mgr.smithi134.npcsqu (mgr.14180) 848 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:21.214 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:22.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:22 smithi134 conmon[83862]: cluster 2023-12-06T03:27:21.601444+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:27:22.782 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:22 smithi134 conmon[83862]: 849 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:22 smithi149 conmon[88219]: cluster 2023-12-06T03:27:21.601444+0000 mgr.smithi134.npcsqu (mgr.14180) 849 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:23.114 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:23.114 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:23.721 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:23 smithi149 conmon[88219]: audit 2023-12-06T03:27:23.109767+0000 mgr.smithi134.npcsqu (mgr.14180) 850 : audit 2023-12-06T03:27:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:23 smithi149 conmon[88219]: [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:23 smithi134 conmon[83862]: audit 2023-12-06T03:27:23.109767+0000 mgr.smithi134.npcsqu (mgr.14180) 850 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:24.722 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:25.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:24 smithi149 conmon[88219]: cluster 2023-12-06T03:27:23.601926+0000 mgr.smithi134.npcsqu (mgr.14180) 851 : cluster 2023-12-06T03:27:25.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:24 smithi149 conmon[88219]: [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:25.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:24 smithi134 conmon[83862]: cluster 2023-12-06T03:27:23.601926+0000 mgr.smithi134.npcsqu (mgr.14180) 851 : cluster 2023-12-06T03:27:25.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:24 smithi134 conmon[83862]: [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:26.617 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:26.617 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:26 smithi149 conmon[88219]: cluster 2023-12-06T03:27:25.602408+0000 mgr.smithi134.npcsqu (mgr.14180) 852 : cluster 2023-12-06T03:27:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:26 smithi149 conmon[88219]: [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:26 smithi134 conmon[83862]: cluster 2023-12-06T03:27:25.602408+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:27:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:26 smithi134 conmon[83862]: 14180) 852 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:27.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:27 smithi149 conmon[88219]: audit 2023-12-06T03:27:26.611921+0000 mgr.smithi134.npcsqu (mgr.14180) 853 : 2023-12-06T03:27:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:27 smithi149 conmon[88219]: audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:28.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:27 smithi134 conmon[83862]: audit 2023-12-06T03:27:26.611921+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:27:28.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:27 smithi134 conmon[83862]: mgr.14180) 853 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:28.237 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:28 smithi149 conmon[88219]: cluster 2023-12-06T03:27:27.602919+0000 mgr.smithi134.npcsqu (mgr.14180) 854 : cluster 2023-12-06T03:27:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:28 smithi149 conmon[88219]: [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:29.079 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:28 smithi134 conmon[83862]: cluster 2023-12-06T03:27:27.602919+0000 mgr.smithi134.npcsqu (mgr.14180) 854 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:30.112 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:30.112 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:30.722 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:30 smithi149 conmon[88219]: cluster 2023-12-06T03:27:29.603409+0000 mgr.smithi134.npcsqu (mgr.14180) 855 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:30 smithi149 conmon[88219]: audit 2023-12-06T03:27:30 2023-12-06T03:27:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:30 smithi149 conmon[88219]: .107669+0000 mgr.smithi134.npcsqu (mgr.14180) 856 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:31.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:30 smithi134 conmon[83862]: cluster 2023-12-06T03:27:29.603409+0000 mgr.smithi134.npcsqu (mgr.14180) 855 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:31.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:30 smithi134 conmon[83862]: audit 2023-12-06T03:27:30.107669+0000 mgr.smithi134.npcsqu (mgr.14180) 856 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:31.723 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:32.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:32 smithi134 conmon[83862]: cluster 2023-12-06T03:27:31.603956+0000 mgr.smithi134.npcsqu (mgr.14180) 857 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:33.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:32 smithi149 conmon[88219]: cluster 2023-12-06T03:27:31.603956+0000 mgr.smithi134.npcsqu (mgr.14180) 857 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:33.638 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:33.638 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:34.227 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:34 smithi149 conmon[88219]: cluster 2023-12-06T03:27:33.604647+0000 mgr.smithi134.npcsqu (mgr.14180) 858 2023-12-06T03:27:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:34 smithi149 conmon[88219]: : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:34.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:34 smithi149 conmon[88219]: audit 2023-12-06T03:27:33.633923+0000 mgr.smithi134.npcsqu (mgr.14180) 859 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:34 smithi134 conmon[83862]: cluster 2023-12-06T03:27:33.604647+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:27:34.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:34 smithi134 conmon[83862]: mgr.14180) 858 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:34.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:34 smithi134 conmon[83862]: audit 2023-12-06T03:27:33.633923+0000 mgr.smithi134.npcsqu (mgr.14180) 859 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:35.227 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:36.738 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:36 smithi134 conmon[83862]: cluster 2023-12-06T03:27:35.605182+0000 mgr.smithi134.npcsqu (mgr.14180) 860 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:37.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:36 smithi149 conmon[88219]: cluster 2023-12-06T03:27:35.605182+0000 mgr.smithi134.npcsqu (mgr.14180) 860 : cluster 2023-12-06T03:27:37.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:36 smithi149 conmon[88219]: [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:37.106 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:37.106 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:37.703 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:37 smithi149 conmon[88219]: audit 2023-12-06T03:27:37.101762+0000 mgr.smithi134.npcsqu (mgr.14180) 861 : audit 2023-12-06T03:27:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:37 smithi149 conmon[88219]: [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:38.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:37 smithi134 conmon[83862]: audit 2023-12-06T03:27:37.101762+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:27:38.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:37 smithi134 conmon[83862]: .14180) 861 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:38.704 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:38 smithi149 conmon[88219]: cluster 2023-12-06T03:27:37.605631+0000 mgr.smithi134.npcsqu (mgr.14180) 862 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:39.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:38 smithi134 conmon[83862]: cluster 2023-12-06T03:27:37.605631+0000 mgr.smithi134.npcsqu (mgr.14180) 862 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:40.593 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:40.593 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:40 smithi149 conmon[88219]: cluster 2023-12-06T03:27:39.606280+0000 mgr.smithi134.npcsqu (mgr.14180) 863 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:40 smithi134 conmon[83862]: cluster 2023-12-06T03:27:39.606280+0000 mgr.smithi134.npcsqu (mgr.14180) 863 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:41.218 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:42.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:41 smithi149 conmon[88219]: audit 2023-12-06T03:27:40.588449+0000 mgr.smithi134.npcsqu (mgr.14180) 864 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:42.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:41 smithi134 conmon[83862]: audit 2023-12-06T03:27:40.588449+0000 mgr.smithi134.npcsqu (mgr.14180) 864 2023-12-06T03:27:42.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:41 smithi134 conmon[83862]: : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:42.219 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:42 smithi149 conmon[88219]: cluster 2023-12-06T03:27:41.606721+0000 mgr.smithi134.npcsqu (mgr.14180) 865 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:43.060 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:42 smithi134 conmon[83862]: cluster 2023-12-06T03:27:41.606721+0000 mgr.smithi134.npcsqu (mgr.14180) 865 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:44.126 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:44.126 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:44 smithi149 conmon[88219]: cluster 2023-12-06T03:27:43.607379+0000 mgr.smithi134.npcsqu (mgr.14180) 866 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:44 smithi149 conmon[88219]: audit 2023-12-06T03:27:44.121598+0000 2023-12-06T03:27:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:44 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 867 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:44 smithi134 conmon[83862]: cluster 2023-12-06T03:27:43.607379+0000 mgr.smithi134.npcsqu (mgr.14180) 866 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:44.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:44 smithi134 conmon[83862]: audit 2023-12-06T03:27:44.121598+0000 mgr.smithi134.npcsqu (mgr.14180) 867 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:44.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:45.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:46.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:46 smithi134 conmon[83862]: cluster 2023-12-06T03:27:45.608069+0000 mgr.smithi134.npcsqu (mgr.14180) 868 : cluster 2023-12-06T03:27:46.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:46 smithi134 conmon[83862]: [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:46 smithi149 conmon[88219]: cluster 2023-12-06T03:27:45.608069+0000 mgr.smithi134.npcsqu (mgr.14180) 868 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:47.578 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:47.578 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:48.183 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:48 smithi149 conmon[88219]: audit 2023-12-06T03:27:47.573681+0000 mgr.smithi134.npcsqu (mgr.14180) 869 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:48 smithi149 conmon[88219]: cluster 2023-12-06T03:27:47.608607+0000 2023-12-06T03:27:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:48 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 870 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:49.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:48 smithi134 conmon[83862]: audit 2023-12-06T03:27:47.573681+0000 mgr.smithi134.npcsqu (mgr.14180) 869 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:49.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:48 smithi134 conmon[83862]: cluster 2023-12-06T03:27:47.608607+0000 mgr.smithi134.npcsqu (mgr.14180) 870 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:49.185 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:50.684 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:50 smithi134 conmon[83862]: cluster 2023-12-06T03:27:49.609319+0000 mgr.smithi134.npcsqu (mgr.14180) 871 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:51.043 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:51.043 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:50 smithi149 conmon[88219]: cluster 2023-12-06T03:27:49.609319+0000 mgr.smithi134.npcsqu (mgr.14180) 871 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:51.668 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:51 smithi149 conmon[88219]: audit 2023-12-06T03:27:51.039032+0000 mgr.smithi134.npcsqu (mgr.14180) 872 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:52.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:51 smithi134 conmon[83862]: audit 2023-12-06T03:27:51.039032+0000 mgr.smithi134.npcsqu (mgr.14180) 872 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:52.670 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:52 smithi149 conmon[88219]: cluster 2023-12-06T03:27:51.609739+0000 mgr.smithi134.npcsqu (mgr.14180) 873 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:53.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:52 smithi134 conmon[83862]: cluster 2023-12-06T03:27:51.609739+0000 mgr.smithi134.npcsqu (mgr.14180) 873 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:54 smithi149 conmon[88219]: cluster 2023-12-06T03:27:53.610339+0000 mgr.smithi134.npcsqu (mgr.14180) 874 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:54.556 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:54.556 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:54.582 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:54 smithi134 conmon[83862]: cluster 2023-12-06T03:27:53.610339+0000 mgr.smithi134.npcsqu (mgr.14180) 874 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:55.175 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:55 smithi149 conmon[88219]: audit 2023-12-06T03:27:54.551993+0000 mgr.smithi134.npcsqu (mgr.14180) 875 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:55 smithi134 conmon[83862]: audit 2023-12-06T03:27:54.551993+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:27:55.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:55 smithi134 conmon[83862]: ) 875 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:56.176 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:27:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:56 smithi149 conmon[88219]: cluster 2023-12-06T03:27:55.610840+0000 mgr.smithi134.npcsqu (mgr.14180) 876 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:56 smithi134 conmon[83862]: cluster 2023-12-06T03:27:55.610840+0000 mgr.smithi134.npcsqu (mgr.14180) 876 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:58.033 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:27:58.033 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:27:58.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:27:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:58 smithi149 conmon[88219]: cluster 2023-12-06T03:27:57.611361+0000 mgr.smithi134.npcsqu (mgr.14180) 877 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:27:58 smithi149 conmon[88219]: audit 2023-12-06T03:27:58.028313+0000 mgr.smithi134.npcsqu (mgr.14180) 878 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:59.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:58 smithi134 conmon[83862]: cluster 2023-12-06T03:27:57.611361+0000 mgr.smithi134.npcsqu (mgr.14180) 877 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:27:59.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:27:58 smithi134 conmon[83862]: audit 2023-12-06T03:27:58.028313+0000 mgr.smithi134.npcsqu (mgr.14180) 878 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:27:59.626 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:00.830 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:00 smithi134 conmon[83862]: cluster 2023-12-06T03:27:59.611844+0000 mgr.smithi134.npcsqu (mgr.14180) 879 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:00 smithi149 conmon[88219]: cluster 2023-12-06T03:27:59.611844+0000 mgr.smithi134.npcsqu (mgr.14180) 879 : cluster [DBG] 2023-12-06T03:28:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:00 smithi149 conmon[88219]: pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:01.436 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:01.436 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:02.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:02 smithi149 conmon[88219]: audit 2023-12-06T03:28:01.431342+0000 mgr.smithi134.npcsqu (mgr.14180) 880 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:02 smithi149 conmon[88219]: cluster 2023-12-06T03:28:01.612286+0000 mgr.smithi134.npcsqu (mgr.14180) 881 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:03.066 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:03.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:02 smithi134 conmon[83862]: audit 2023-12-06T03:28:01.431342+0000 mgr.smithi134.npcsqu (mgr.14180) 880 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:03.096 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:02 smithi134 conmon[83862]: cluster 2023-12-06T03:28:01.612286+0000 mgr.smithi134.npcsqu (mgr.14180) 881 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:04 smithi149 conmon[88219]: cluster 2023-12-06T03:28:03.612847+0000 mgr.smithi134.npcsqu (mgr.14180) 882 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:04.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:04 smithi134 conmon[83862]: cluster 2023-12-06T03:28:03.612847+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:28:04.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:04 smithi134 conmon[83862]: ) 882 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:04.961 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:04.961 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:05 smithi149 conmon[88219]: audit 2023-12-06T03:28:04.956796+0000 mgr.smithi134.npcsqu (mgr.14180) 883 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:05.588 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:05 smithi134 conmon[83862]: audit 2023-12-06T03:28:04.956796+0000 mgr.smithi134.npcsqu (mgr.14180) 883 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:05.607 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:06 smithi149 conmon[88219]: cluster 2023-12-06T03:28:05.613338+0000 mgr.smithi134.npcsqu (mgr.14180) 884 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:06.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:06 smithi134 conmon[83862]: cluster 2023-12-06T03:28:05.613338+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:28:06.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:06 smithi134 conmon[83862]: 884 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:06.608 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:08.507 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:08.508 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:08.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:08 smithi134 conmon[83862]: cluster 2023-12-06T03:28:07.613847+0000 mgr.smithi134.npcsqu (mgr.14180) 885 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:08 smithi149 conmon[88219]: cluster 2023-12-06T03:28:07.613847+0000 mgr.smithi134.npcsqu (mgr.14180) 885 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:09.139 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:10.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:09 smithi149 conmon[88219]: audit 2023-12-06T03:28:08.502927+0000 mgr.smithi134.npcsqu (mgr.14180) 886 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:10.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:09 smithi134 conmon[83862]: audit 2023-12-06T03:28:08.502927+0000 mgr.smithi134.npcsqu (mgr.14180) 886 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:10.140 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:10 smithi134 conmon[83862]: cluster 2023-12-06T03:28:09.614346+0000 2023-12-06T03:28:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:10 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 887 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:10 smithi149 conmon[88219]: cluster 2023-12-06T03:28:09.614346+0000 mgr.smithi134.npcsqu (mgr.14180) 887 : cluster 2023-12-06T03:28:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:10 smithi149 conmon[88219]: [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:12.093 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:12.093 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:12.713 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:12 smithi149 conmon[88219]: cluster 2023-12-06T03:28:11.614765+0000 mgr.smithi134.npcsqu (mgr.14180) 888 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:12 smithi149 conmon[88219]: audit 2023-12-06T03:28:12.088417+0000 mgr.smithi134.npcsqu (mgr.14180) 889 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:13.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:12 smithi134 conmon[83862]: cluster 2023-12-06T03:28:11.614765+0000 mgr.smithi134.npcsqu (mgr.14180) 888 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:13.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:12 smithi134 conmon[83862]: audit 2023-12-06T03:28:12.088417+0000 mgr.smithi134.npcsqu (mgr.14180) 889 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:13.713 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:14 smithi149 conmon[88219]: cluster 2023-12-06T03:28:13.615568+0000 mgr.smithi134.npcsqu (mgr.14180) 890 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:14.555 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:14 smithi134 conmon[83862]: cluster 2023-12-06T03:28:13.615568 2023-12-06T03:28:14.555 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:14 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 890 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:15.590 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:15.590 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:16.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:16 smithi149 conmon[88219]: audit 2023-12-06T03:28:15.585782+0000 mgr.smithi134.npcsqu (mgr.14180) 891 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:16 smithi149 conmon[88219]: cluster 2023-12-06T03:28:15.616063+0000 mgr.smithi134.npcsqu (mgr.14180) 892 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:16 smithi134 conmon[83862]: audit 2023-12-06T03:28:15.585782+0000 mgr.smithi134.npcsqu (mgr.14180) 891 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:17.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:16 smithi134 conmon[83862]: cluster 2023-12-06T03:28:15.616063+0000 mgr.smithi134.npcsqu (mgr.14180) 892 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:17.198 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:18 smithi134 conmon[83862]: cluster 2023-12-06T03:28:17.616799+0000 2023-12-06T03:28:18.680 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:18 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 893 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:19.047 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:19.048 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:19.048 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:18 smithi149 conmon[88219]: cluster 2023-12-06T03:28:17.616799+0000 mgr.smithi134.npcsqu (mgr.14180) 893 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:19.689 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:19 smithi149 conmon[88219]: audit 2023-12-06T03:28:19.043421+0000 mgr.smithi134.npcsqu (mgr.14180) 894 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:19 smithi149 conmon[88219]: 2023-12-06T03:28:20.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:19 smithi134 conmon[83862]: audit 2023-12-06T03:28:19.043421+0000 mgr.smithi134.npcsqu (mgr.14180) 894 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:20.690 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:20 smithi149 conmon[88219]: cluster 2023-12-06T03:28:19.617370+0000 mgr.smithi134.npcsqu (mgr.14180) 895 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:21.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:20 smithi134 conmon[83862]: cluster 2023-12-06T03:28:19.617370+0000 mgr.smithi134.npcsqu (mgr.14180) 895 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:22.535 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:22.535 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:22.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:22 smithi134 conmon[83862]: cluster 2023-12-06T03:28:21.617721+0000 mgr.smithi134.npcsqu (mgr.14180) 896 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:22 smithi149 conmon[88219]: cluster 2023-12-06T03:28:21.617721+0000 mgr.smithi134.npcsqu (mgr.14180) 896 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:23.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:23 smithi149 conmon[88219]: audit 2023-12-06T03:28:22.530605+0000 mgr.smithi134.npcsqu (mgr.14180) 897 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:24.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:23 smithi134 conmon[83862]: audit 2023-12-06T03:28:22.530605+0000 mgr.smithi134.npcsqu (mgr.14180) 897 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:24.172 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:24.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:24 smithi134 conmon[83862]: cluster 2023-12-06T 2023-12-06T03:28:24.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:24 smithi134 conmon[83862]: 03:28:23.618439+0000 mgr.smithi134.npcsqu (mgr.14180) 898 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:25.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:24 smithi149 conmon[88219]: cluster 2023-12-06T03:28:23.618439+0000 mgr.smithi134.npcsqu (mgr.14180) 898 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:26.121 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:26.122 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:26.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:26 smithi149 conmon[88219]: cluster 2023-12-06T03:28:25.618976+0000 mgr.smithi134.npcsqu (mgr.14180) 899 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:26 smithi149 conmon[88219]: audit 2023-12-06T03:28:26.115016+0000 mgr.smithi134.npcsqu (mgr.14180) 900 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:26 smithi134 conmon[83862]: cluster 2023-12-06T03:28:25.618976+0000 mgr.smithi134.npcsqu (mgr.14180) 899 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:26 smithi134 conmon[83862]: audit 2023-12-06T03:28:26.115016+0000 mgr.smithi134.npcsqu (mgr.14180) 900 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:27.744 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:28.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:28 smithi134 conmon[83862]: cluster 2023-12-06T03:28:27.619680+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:28:28.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:28 smithi134 conmon[83862]: .14180) 901 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:29.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:28 smithi149 conmon[88219]: cluster 2023-12-06T03:28:27.619680+0000 mgr.smithi134.npcsqu (mgr.14180) 901 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:29.570 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:29.570 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:30.212 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:30 smithi149 conmon[88219]: audit 2023-12-06T03:28:29.564910+0000 mgr.smithi134.npcsqu (mgr.14180) 902 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:30 smithi149 conmon[88219]: cluster 2023-12-06T03:28:29.620187+0000 mgr.smithi134.npcsqu (mgr.14180) 903 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:31.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:30 smithi134 conmon[83862]: audit 2023-12-06T03:28:29.564910+0000 mgr.smithi134.npcsqu (mgr.14180) 902 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:31.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:30 smithi134 conmon[83862]: cluster 2023-12-06T03:28:29.620187+0000 mgr.smithi134.npcsqu (mgr.14180) 903 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:31.213 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:33.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:32 smithi149 conmon[88219]: cluster 2023-12-06T03:28:31.620590+0000 mgr.smithi134.npcsqu (mgr.14180) 904 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:33.073 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:33.073 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:33.103 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:32 smithi134 conmon[83862]: cluster 2023-12-06T03:28:31.620590+0000 mgr.smithi134.npcsqu (mgr.14180) 904 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:33.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:33 smithi149 conmon[88219]: audit 2023-12-06T03:28:33.068307+0000 mgr.smithi134.npcsqu (mgr.14180) 905 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:34.106 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:33 smithi134 conmon[83862]: audit 2023-12-06T03:28:33.068307+0000 mgr.smithi134.npcsqu (mgr.14180) 905 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:34.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:35.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:34 smithi149 conmon[88219]: cluster 2023-12-06T03:28:33.621159+0000 mgr.smithi134.npcsqu (mgr.14180) 906 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:35.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:34 smithi134 conmon[83862]: cluster 2023-12-06T03:28:33.621159+0000 mgr.smithi134.npcsqu (mgr.14180) 906 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:36.668 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:36.668 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:37.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:36 smithi149 conmon[88219]: cluster 2023-12-06T03:28:35.621629+0000 mgr.smithi134.npcsqu (mgr.14180) 907 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:36 smithi134 conmon[83862]: cluster 2023-12-06T03:28:35.621629+0000 mgr.smithi134.npcsqu (mgr.14180) 907 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:37.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:37 smithi149 conmon[88219]: audit 2023-12-06T03:28:36.663361+0000 mgr.smithi134.npcsqu (mgr.14180) 908 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:37 smithi149 conmon[88219]: 2023-12-06T03:28:38.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:37 smithi134 conmon[83862]: audit 2023-12-06T03:28:36.663361+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:28:38.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:37 smithi134 conmon[83862]: 908 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:38.285 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:39.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:38 smithi149 conmon[88219]: cluster 2023-12-06T03:28:37.622240+0000 mgr.smithi134.npcsqu (mgr.14180) 909 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:39.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:38 smithi134 conmon[83862]: cluster 2023-12-06T03:28:37. 2023-12-06T03:28:39.059 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:38 smithi134 conmon[83862]: 622240+0000 mgr.smithi134.npcsqu (mgr.14180) 909 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:40.120 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:40.120 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:40.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:40 smithi149 conmon[88219]: cluster 2023-12-06T03:28:39.622635+0000 mgr.smithi134.npcsqu (mgr.14180) 910 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:40 smithi149 conmon[88219]: audit 2023-12-06T03:28:40.115564+0000 mgr.smithi134.npcsqu (mgr.14180) 911 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:40 smithi134 conmon[83862]: cluster 2023-12-06T03:28:39.622635+0000 mgr.smithi134.npcsqu (mgr.14180) 910 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:41.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:40 smithi134 conmon[83862]: audit 2023-12-06T03:28:40.115564+0000 mgr.smithi134.npcsqu (mgr.14180) 911 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:41.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:42.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:42 smithi134 conmon[83862]: cluster 2023-12-06T03:28:41.623341+0000 mgr.smithi134.npcsqu (mgr.14180) 912 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:43.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:42 smithi149 conmon[88219]: cluster 2023-12-06T03:28:41.623341+0000 mgr.smithi134.npcsqu (mgr.14180) 912 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:43.624 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:43.624 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:44.350 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:44 smithi149 conmon[88219]: audit 2023-12-06T03:28:43.619274+0000 mgr.smithi134.npcsqu (mgr.14180) 913 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:44.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:44 smithi149 conmon[88219]: cluster 2023-12-06T03:28:43.623964+0000 mgr.smithi134.npcsqu (mgr.14180) 914 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:44 smithi134 conmon[83862]: audit 2023-12-06T03:28:43.619274+0000 mgr.smithi134.npcsqu (mgr.14180) 913 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:44 smithi134 conmon[83862]: cluster 2023-12-06T03:28:43.623964+0000 mgr.smithi134.npcsqu (mgr.14180) 914 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:45.351 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:46.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:46 smithi134 conmon[83862]: cluster 2023-12-06T03:28:45.624455 2023-12-06T03:28:46.882 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:46 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 915 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:46 smithi149 conmon[88219]: cluster 2023-12-06T03:28:45.624455+0000 mgr.smithi134.npcsqu (mgr.14180) 915 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:47.280 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:47.280 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:47.932 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:48.934 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:48.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:48 smithi134 conmon[83862]: audit 2023-12-06T03:28:47.274848+0000 mgr.smithi134.npcsqu (mgr.14180) 916 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:48.960 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:48 smithi134 conmon[83862]: cluster 2023-12-06T03:28:47.625157+0000 mgr.smithi134.npcsqu (mgr.14180) 917 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:48 smithi149 conmon[88219]: audit 2023-12-06T03:28:47.274848+0000 mgr.smithi134.npcsqu (mgr.14180) 916 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:48 smithi149 conmon[88219]: cluster 2023-12-06T03:28:47.625157+0000 mgr.smithi134.npcsqu (mgr.14180) 917 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:50.784 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:50.785 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:50.941 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:50 smithi134 conmon[83862]: cluster 2023-12-06T03:28:49.625586+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:28:50.941 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:50 smithi134 conmon[83862]: .14180) 918 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:50 smithi149 conmon[88219]: cluster 2023-12-06T03:28:49.625586+0000 mgr.smithi134.npcsqu (mgr.14180) 918 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:50 smithi149 conmon[88219]: 2023-12-06T03:28:51.416 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:51 smithi149 conmon[88219]: audit 2023-12-06T03:28:50.779705+0000 mgr.smithi134.npcsqu (mgr.14180) 919 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:52.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:51 smithi134 conmon[83862]: audit 2023-12-06T03:28:50.779705+0000 mgr.smithi134.npcsqu (mgr.14180) 919 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:52.416 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:52.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:52 smithi134 conmon[83862]: cluster 2023-12-06T03:28:51.626070+0000 2023-12-06T03:28:52.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:52 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 920 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:52 smithi149 conmon[88219]: cluster 2023-12-06T03:28:51.626070+0000 mgr.smithi134.npcsqu (mgr.14180) 920 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:54.320 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:54.320 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:54 smithi149 conmon[88219]: cluster 2023-12-06T03:28:53.626783+0000 mgr.smithi134.npcsqu (mgr.14180) 921 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:54 smithi134 conmon[83862]: cluster 2023-12-06T03:28:53.626783+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:28:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:54 smithi134 conmon[83862]: 14180) 921 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:54.906 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:55.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:55 smithi149 conmon[88219]: audit 2023-12-06T03:28:54.315904+0000 mgr.smithi134.npcsqu (mgr.14180) 922 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:55 smithi134 conmon[83862]: audit 2023-12-06T03:28:54.315904+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:28:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:55 smithi134 conmon[83862]: 14180) 922 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:55.907 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:28:56.536 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:56 smithi134 conmon[83862]: cluster 2023-12-06T03:28:55.627271+0000 mgr.smithi134.npcsqu (mgr.14180) 923 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:56.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:56 smithi149 conmon[88219]: cluster 2023-12-06T03:28:55.627271+0000 mgr.smithi134.npcsqu (mgr.14180) 923 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:57.648 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:28:57.648 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:28:58.305 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:28:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:58 smithi149 conmon[88219]: cluster 2023-12-06T03:28:57.627761+0000 mgr.smithi134.npcsqu (mgr.14180) 924 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:28:58 smithi149 conmon[88219]: audit 2023-12-06T03:28:57.643992+0000 mgr.smithi134.npcsqu (mgr.14180) 925 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:59.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:58 smithi134 conmon[83862]: cluster 2023-12-06T03:28:57.627761+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:28:59.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:58 smithi134 conmon[83862]: 14180) 924 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:28:59.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:28:58 smithi134 conmon[83862]: audit 2023-12-06T03:28:57.643992+0000 mgr.smithi134.npcsqu (mgr.14180) 925 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:28:59.306 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:00.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:00 smithi134 conmon[83862]: cluster 2023-12-06T03:28:59.628515+0000 2023-12-06T03:29:00.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:00 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 926 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:01.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:00 smithi149 conmon[88219]: cluster 2023-12-06T03:28:59.628515+0000 mgr.smithi134.npcsqu (mgr.14180) 926 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:01.249 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:01.250 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:01.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:02.839 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:02 smithi149 conmon[88219]: audit 2023-12-06T03:29:01.245067+0000 mgr.smithi134.npcsqu (mgr.14180) 927 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:02 smithi149 conmon[88219]: cluster 2023-12-06T03:29:01.629121+0000 mgr.smithi134.npcsqu (mgr.14180) 928 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:02 smithi134 conmon[83862]: audit 2023-12-06T03:29:01.245067+0000 mgr.smithi134.npcsqu (mgr.14180) 927 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:02 smithi134 conmon[83862]: cluster 2023-12-06T03:29:01.629121+0000 mgr.smithi134.npcsqu (mgr.14180) 928 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:04.308 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:04 smithi134 conmon[83862]: cluster 2023-12-06T03:29:03.629739 2023-12-06T03:29:04.309 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:04 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 929 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:04 smithi149 conmon[88219]: cluster 2023-12-06T03:29:03.629739+0000 mgr.smithi134.npcsqu (mgr.14180) 929 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:04.663 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:04.663 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:05.307 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:05 smithi149 conmon[88219]: audit 2023-12-06T03:29:04.658583+0000 mgr.smithi134.npcsqu (mgr.14180) 930 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:05 smithi134 conmon[83862]: audit 2023-12-06T03:29:04.658583 2023-12-06T03:29:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:05 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 930 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:06.311 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:06 smithi149 conmon[88219]: cluster 2023-12-06T03:29:05.630525+0000 mgr.smithi134.npcsqu (mgr.14180) 931 : 2023-12-06T03:29:06.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:06 smithi149 conmon[88219]: cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:06.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:06 smithi134 conmon[83862]: cluster 2023-12-06T03:29:05.630525+0000 mgr.smithi134.npcsqu (mgr.14180) 931 : cluster [DBG] 2023-12-06T03:29:06.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:06 smithi134 conmon[83862]: pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:08.143 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:08.143 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:08.754 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:08 smithi149 conmon[88219]: cluster 2023-12-06T03:29 2023-12-06T03:29:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:08 smithi149 conmon[88219]: :07.631116+0000 mgr.smithi134.npcsqu (mgr.14180) 932 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:09.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:08 smithi149 conmon[88219]: audit 2023-12-06T03:29:08.138756+0000 mgr.smithi134.npcsqu (mgr.14180) 933 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:09.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:08 smithi134 conmon[83862]: cluster 2023-12-06T03:29:07.631116+0000 mgr.smithi134.npcsqu (mgr.14180) 932 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:09.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:08 smithi134 conmon[83862]: audit 2023-12-06T03:29:08.138756+0000 mgr.smithi134.npcsqu (mgr.14180) 933 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:09.755 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:10.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:10 smithi134 conmon[83862]: cluster 2023-12-06T03:29:09.631602+0000 mgr.smithi134.npcsqu (mgr.14180) 934 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:10 smithi149 conmon[88219]: cluster 2023-12-06T03:29:09.631602+0000 mgr.smithi134.npcsqu (mgr.14180) 934 : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:11.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:10 smithi149 conmon[88219]: 2023-12-06T03:29:11.608 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:11.608 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:12.228 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:13.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:12 smithi149 conmon[88219]: audit 2023-12-06T03:29:11.603837+0000 mgr.smithi134.npcsqu (mgr.14180) 935 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:12 smithi149 conmon[88219]: cluster 2023-12-06T03:29:11.632134 2023-12-06T03:29:13.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:12 smithi149 conmon[88219]: +0000 mgr.smithi134.npcsqu (mgr.14180) 936 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:13.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:12 smithi134 conmon[83862]: audit 2023-12-06T03:29:11.603837+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:29:13.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:12 smithi134 conmon[83862]: .14180) 935 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:13.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:12 smithi134 conmon[83862]: cluster 2023-12-06T03:29:11.632134+0000 mgr.smithi134.npcsqu (mgr.14180) 936 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:13.230 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:14 smithi149 conmon[88219]: cluster 2023-12-06T03:29:13.632630+0000 mgr.smithi134.npcsqu (mgr.14180) 937 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:14 smithi134 conmon[83862]: cluster 2023-12-06T03:29:13.632630+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:29:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:14 smithi134 conmon[83862]: mgr.14180) 937 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:15.019 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:15.019 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:15.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:15 smithi134 conmon[83862]: audit 2023-12-06T03:29:15.015131+0000 mgr.smithi134.npcsqu (mgr.14180) 938 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:15 smithi149 conmon[88219]: audit 2023-12-06T03:29:15.015131+0000 mgr.smithi134.npcsqu (mgr.14180) 938 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:15.655 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:16.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:16 smithi149 conmon[88219]: cluster 2023-12-06T03:29:15.633186+0000 mgr.smithi134.npcsqu (mgr.14180) 939 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:16 smithi134 conmon[83862]: cluster 2023-12-06T03:29:15.633186+0000 mgr.smithi134.npcsqu (mgr.14180) 939 : cluster [DBG] 2023-12-06T03:29:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:16 smithi134 conmon[83862]: pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:16.656 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:18.580 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:18.580 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:19.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:18 smithi149 conmon[88219]: cluster 2023-12-06T03:29:17.633686+0000 mgr.smithi134.npcsqu (mgr.14180) 940 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:19.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:18 smithi134 conmon[83862]: cluster 2023-12-06T03:29:17.633686+0000 mgr.smithi134.npcsqu (mgr.14180) 940 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:19.202 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:20.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:19 smithi149 conmon[88219]: audit 2023-12-06T03:29:18.575398+0000 mgr.smithi134.npcsqu (mgr.14180) 941 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:20.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:19 smithi134 conmon[83862]: audit 2023-12-06T03:29:18.575398+0000 mgr.smithi134.npcsqu (mgr.14180) 941 2023-12-06T03:29:20.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:19 smithi134 conmon[83862]: : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:20.203 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:21.002 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:20 smithi134 conmon[83862]: cluster 2023-12-06T03:29:19.634215+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:29:21.003 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:20 smithi134 conmon[83862]: 14180) 942 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:21.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:20 smithi149 conmon[88219]: cluster 2023-12-06T03:29:19.634215+0000 mgr.smithi134.npcsqu (mgr.14180) 942 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:22.033 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:22.033 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:22.753 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:23.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:22 smithi149 conmon[88219]: cluster 2023-12-06T03:29:21.634623+0000 mgr.smithi134.npcsqu (mgr.14180) 943 : 2023-12-06T03:29:23.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:22 smithi149 conmon[88219]: cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:23.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:22 smithi149 conmon[88219]: audit 2023-12-06T03:29:22.028779+0000 mgr.smithi134.npcsqu (mgr.14180) 944 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:23.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:22 smithi134 conmon[83862]: cluster 2023-12-06T03:29:21.634623+0000 mgr.smithi134.npcsqu (mgr.14180) 943 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:23.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:22 smithi134 conmon[83862]: audit 2023-12-06T03:29:22.028779+0000 mgr.smithi134.npcsqu (mgr.14180) 944 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:23.754 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:24.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:24 smithi149 conmon[88219]: cluster 2023-12-06T03:29:23.635288+0000 mgr.smithi134.npcsqu (mgr.14180) 945 : 2023-12-06T03:29:24.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:24 smithi149 conmon[88219]: cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:24.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:24 smithi134 conmon[83862]: cluster 2023-12-06T03:29:23.635288+0000 mgr.smithi134.npcsqu (mgr.14180) 945 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:24.594 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:24 smithi134 conmon[83862]: 2023-12-06T03:29:25.666 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:25.666 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:21:43.036160Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.acbocu on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-acbocu\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.acbocu\nDeploy daemon haproxy.rgw.foo.smithi149.acbocu ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:19:46Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:20:24Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:21:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.539929Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.bnlows on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-bnlows\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.bnlows\nDeploy daemon haproxy.rgw.foo.smithi134.bnlows ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:22: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-12-06T03:22: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-12-06T03:23: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:24:16.541871Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.blvyvt on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:26.326 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:26 smithi149 conmon[88219]: cluster 2023-12-06T03:29:25.635767+0000 mgr.smithi134.npcsqu (mgr.14180) 946 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:26 smithi149 conmon[88219]: audit 2023-12-06T03:29:27.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:26 smithi149 conmon[88219]: 2023-12-06T03:29:25.661299+0000 mgr.smithi134.npcsqu (mgr.14180) 947 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:26 smithi134 conmon[83862]: cluster 2023-12-06T03:29:25.635767+0000 mgr.smithi134.npcsqu (mgr.14180) 946 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:27.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:26 smithi134 conmon[83862]: audit 2023-12-06T03:29:25.661299+0000 mgr.smithi134.npcsqu (mgr.14180) 947 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:27.327 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:28.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cluster 2023-12-06T03:29:27.636299+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:29:28.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: .14180) 948 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cephadm 2023-12-06T03:29:27.882538+0000 mgr.smithi134.npcsqu (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-12-06T03:29:28.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:28.857 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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 readin 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: g manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cephadm 2023-12-06T03:29:27.882739+0000 mgr.smithi134.npcsqu (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: audit 2023-12-06T03:29:27.883197+0000 mon.smithi134 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.atmckm"}]: dispatch 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cephadm 2023-12-06T03:29:27.883802+0000 mgr.smithi134.npcsqu (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.858 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cephadm 2023-12-06T03:29:27.884951+0000 mgr.smithi134.npcsqu (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cephadm 2023-12-06T03:29:27.885867+0000 mgr.smithi134.npcsqu (mgr.14180) 953 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: cluster 2023-12-06T03:29:27.886511+0000 mgr.smithi134.npcsqu (mgr.14180) 954 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:28.859 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:28 smithi134 conmon[83862]: audit 2023-12-06T03:29:27.971621+0000 mon.smithi134 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:29:29.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cluster 2023-12-06T03:29:27.636299+0000 mgr.smithi134.npcsqu (mgr.14180) 948 : cluster 2023-12-06T03:29:29.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cephadm 2023-12-06T03:29:27.882538+0000 mgr.smithi134.npcsqu (mgr.14180) 949 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:29.051 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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 dock 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: er.io/library/haproxy: 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-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cephadm 2023-12-06T03:29:27.882739+0000 mgr.smithi134.npcsqu (mgr.14180) 950 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: audit 2023-12-06T03:29:27.883197+0000 mon.smithi134 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.atmckm"}]: dispatch 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cephadm 2023-12-06T03:29:27.883802+0000 mgr.smithi134.npcsqu (mgr.14180) 951 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.052 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:27: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-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:28: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-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cephadm 2023-12-06T03:29:27.884951+0000 mgr.smithi134.npcsqu (mgr.14180) 952 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cephadm 2023-12-06T03:29:27.885867+0000 mgr.smithi134.npcsqu (mgr.14180) 953 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: cluster 2023-12-06T03:29:27.886511+0000 mgr.smithi134.npcsqu (mgr.14180) 954 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: audit 2023-12-06T03:29:27.971621+0000 mon.smithi134 ( 2023-12-06T03:29:29.053 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:28 smithi149 conmon[88219]: mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:29:29.170 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:29.170 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:29.885 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:30.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:29 smithi149 conmon[88219]: cluster 2023-12-06T03:29:28.691724+0000 mon.smithi134 (mon.0) 716 : cluster [WRN] 2023-12-06T03:29:30.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:29 smithi149 conmon[88219]: Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:29:30.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:29 smithi149 conmon[88219]: audit 2023-12-06T03:29:29.165225+0000 mgr.smithi134.npcsqu (mgr.14180) 955 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:30.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:29 smithi134 conmon[83862]: cluster 2023-12-06T03:29:28.691724+0000 mon.smithi134 (mon.0) 716 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:29:30.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:29 smithi134 conmon[83862]: audit 2023-12-06T03:29:29.165225+0000 mgr.smithi134.npcsqu (mgr.14180) 955 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:30.886 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:30 smithi149 conmon[88219]: cluster 2023-12-06T03:29:29.887163+0000 mgr.smithi134.npcsqu (mgr.14180) 956 : 2023-12-06T03:29:31.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:30 smithi149 conmon[88219]: cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:30 smithi134 conmon[83862]: cluster 2023-12-06T03:29:29.887163+0000 mgr.smithi134.npcsqu (mgr.14180) 956 : cluster [DBG] 2023-12-06T03:29:31.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:30 smithi134 conmon[83862]: pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:32.773 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:32.773 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:33.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:32 smithi134 conmon[83862]: cluster 2023-12-06T03:29:31.887831+0000 mgr.smithi134.npcsqu (mgr.14180) 957 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:33.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:32 smithi149 conmon[88219]: cluster 2023-12-06T03:29:31.887831+0000 mgr.smithi134.npcsqu (mgr.14180) 957 : cluster 2023-12-06T03:29:33.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:32 smithi149 conmon[88219]: [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:33.359 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:34.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:33 smithi149 conmon[88219]: audit 2023-12-06T03:29:32.769228+0000 mgr.smithi134.npcsqu (mgr.14180) 958 : audit 2023-12-06T03:29:34.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:33 smithi149 conmon[88219]: [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:34.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:33 smithi134 conmon[83862]: audit 2023-12-06T03:29:32.769228+0000 mgr.smithi134.npcsqu (mgr.14180) 958 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:34.360 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:35.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:34 smithi134 conmon[83862]: cluster 2023-12-06T03:29:33.888671 2023-12-06T03:29:35.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:34 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 959 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:35.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:34 smithi149 conmon[88219]: cluster 2023-12-06T03:29:33.888671+0000 mgr.smithi134.npcsqu (mgr.14180) 959 : 2023-12-06T03:29:35.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:34 smithi149 conmon[88219]: cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:36.203 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:36.204 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:36.845 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:36 smithi134 conmon[83862]: cluster 2023-12-06T03:29:35.889234+0000 mgr.smithi134.npcsqu (mgr.14180) 960 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:37.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:36 smithi134 conmon[83862]: audit 2023-12-06T03:29:36.199058+0000 mgr.smithi134.npcsqu (mgr.14180) 961 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:36 smithi149 conmon[88219]: cluster 2023-12-06T03:29:35.889234+0000 mgr.smithi134.npcsqu (mgr.14180) 960 : 2023-12-06T03:29:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:36 smithi149 conmon[88219]: cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:37.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:36 smithi149 conmon[88219]: audit 2023-12-06T03:29:36.199058+0000 mgr.smithi134.npcsqu (mgr.14180) 961 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:37.846 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:39.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:38 smithi149 conmon[88219]: cluster 2023-12-06T03:29:37.889872+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:29:39.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:38 smithi149 conmon[88219]: 962 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:38 smithi134 conmon[83862]: cluster 2023-12-06T03:29:37.889872+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:29:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:38 smithi134 conmon[83862]: .14180) 962 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:39.734 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:39.734 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:40.367 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:40 smithi149 conmon[88219]: audit 2023-12-06T03:29:39.730000+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:29:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:40 smithi149 conmon[88219]: 963 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:41.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:40 smithi149 conmon[88219]: cluster 2023-12-06T03:29:39.890432+0000 mgr.smithi134.npcsqu (mgr.14180) 964 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:40 smithi134 conmon[83862]: audit 2023-12-06T03:29:39.730000+0000 mgr.smithi134.npcsqu (mgr.14180) 963 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:40 smithi134 conmon[83862]: cluster 2023-12-06T03:29:39.890432+0000 mgr.smithi134.npcsqu (mgr.14180) 964 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:41.368 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:43.241 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:43.241 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:43.262 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:42 smithi134 conmon[83862]: cluster 2023-12-06T03:29:41.890977+0000 mgr.smithi134.npcsqu (mgr.14180) 965 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:43.262 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:42 smithi134 conmon[83862]: audit 2023-12-06T03:29:42.648490+0000 mon.smithi134 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:29:43.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:42 smithi149 conmon[88219]: cluster 2023-12-06T03:29:41.890977+0000 mgr.smithi134.npcsqu (mgr.14180) 965 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:43.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:42 smithi149 conmon[88219]: audit 2023-12-06T03:29:42.648490+0000 mon.smithi134 (mon.0) 717 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:29:43.866 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:44.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:43 smithi134 conmon[83862]: audit 2023-12-06T03:29:43.236503+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:29:44.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:43 smithi134 conmon[83862]: 14180) 966 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:44.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:43 smithi149 conmon[88219]: audit 2023-12-06T03:29:43.236503+0000 mgr.smithi134.npcsqu (mgr.14180) 966 : 2023-12-06T03:29:44.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:43 smithi149 conmon[88219]: audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:44.867 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:45.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:44 smithi149 conmon[88219]: cluster 2023-12-06T03:29:43.891863+0000 mgr.smithi134.npcsqu (mgr.14180) 967 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:45.324 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:44 smithi134 conmon[83862]: cluster 2023-12-06T03:29:43.891863+0000 mgr.smithi134.npcsqu (mgr.14180) 967 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:46.789 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:46.789 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:47.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:46 smithi134 conmon[83862]: cluster 2023-12-06T03:29:45.892524+0000 mgr.smithi134.npcsqu (mgr.14180) 968 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:47.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:46 smithi149 conmon[88219]: cluster 2023-12-06T03:29:45.892524+0000 mgr.smithi134.npcsqu (mgr.14180) 968 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:47.422 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:48.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:47 smithi149 conmon[88219]: audit 2023-12-06T03:29:46.784628+0000 mgr.smithi134.npcsqu (mgr.14180) 969 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:48.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:47 smithi134 conmon[83862]: audit 2023-12-06T03:29:46.784628+0000 mgr.smithi134.npcsqu (mgr.14180) 969 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:48.423 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:49.198 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:48 smithi134 conmon[83862]: cluster 2023-12-06T03:29:47.893499+0000 mgr.smithi134.npcsqu (mgr.14180) 970 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:49.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:48 smithi149 conmon[88219]: cluster 2023-12-06T03:29:47.893499+0000 mgr.smithi134.npcsqu (mgr.14180) 970 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:50.276 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:50.277 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:50.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:51.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:50 smithi149 conmon[88219]: cluster 2023-12-06T03:29:49.894155+0000 mgr.smithi134.npcsqu (mgr.14180) 971 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:50 smithi134 conmon[83862]: cluster 2023-12-06T03:29:49.894155+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:29:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:50 smithi134 conmon[83862]: ) 971 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:51.898 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:52.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:51 smithi149 conmon[88219]: audit 2023-12-06T03:29:50.272051+0000 mgr.smithi134.npcsqu (mgr.14180) 972 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:52.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:51 smithi134 conmon[83862]: audit 2023-12-06T03:29:50.272051+0000 mgr.smithi134.npcsqu (mgr.14180) 972 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:53.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:52 smithi149 conmon[88219]: cluster 2023-12-06T03:29:51.894936+0000 mgr.smithi134.npcsqu (mgr.14180) 973 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:52 smithi134 conmon[83862]: cluster 2023-12-06T03:29:51.894936+0000 mgr.smithi134.npcsqu (mgr.14180) 973 : cluster 2023-12-06T03:29:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:52 smithi134 conmon[83862]: [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:53.769 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:53.769 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:54.397 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:54.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:54 smithi149 conmon[88219]: audit 2023-12-06T03:29:53.765080+0000 mgr.smithi134.npcsqu (mgr.14180) 974 : audit [DBG] 2023-12-06T03:29:54.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:54 smithi149 conmon[88219]: from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:54.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:54 smithi149 conmon[88219]: cluster 2023-12-06T03:29:53.895794+0000 mgr.smithi134.npcsqu (mgr.14180) 975 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:54 smithi134 conmon[83862]: audit 2023-12-06T03:29:53.765080+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:29:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:54 smithi134 conmon[83862]: 14180) 974 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:54.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:54 smithi134 conmon[83862]: cluster 2023-12-06T03:29:53.895794+0000 mgr.smithi134.npcsqu (mgr.14180) 975 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:55.398 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:56.987 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:56 smithi134 conmon[83862]: cluster 2023-12-06T03:29:55.896490+0000 mgr.smithi134.npcsqu (mgr.14180) 976 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:57.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:56 smithi149 conmon[88219]: cluster 2023-12-06T03:29:55.896490+0000 mgr.smithi134.npcsqu (mgr.14180) 976 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:57.378 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:29:57.378 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:29:57.982 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:29:58.983 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:29:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:58 smithi149 conmon[88219]: audit 2023-12-06T03:29:57.373831+0000 mgr.smithi134.npcsqu (mgr.14180) 977 : 2023-12-06T03:29:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:58 smithi149 conmon[88219]: audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:59.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:29:58 smithi149 conmon[88219]: cluster 2023-12-06T03:29:57.897167+0000 mgr.smithi134.npcsqu (mgr.14180) 978 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:29:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:58 smithi134 conmon[83862]: audit 2023-12-06T03:29:57.373831+0000 mgr.smithi134.npcsqu (mgr.14180) 977 2023-12-06T03:29:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:58 smithi134 conmon[83862]: : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:29:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:29:58 smithi134 conmon[83862]: cluster 2023-12-06T03:29:57.897167+0000 mgr.smithi134.npcsqu (mgr.14180) 978 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:00.867 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:00.868 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06T03:29:59.897829+0000 mgr.smithi134.npcsqu (mgr.14180) 979 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06T03:30:00.000205+0000 mon.smithi134 (mon.0) 718 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06T03:30:00.000258+0000 mon.smithi134 (mon.0) 719 : cluster [WRN] 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 2023-12-06 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: T03:30:00.000309+0000 2023-12-06T03:30:01.300 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 720 : cluster [WRN] 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: T03:30:00.000346+0000 mon.smithi134 (mon 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: .0) 721 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000382+0000 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 722 : cluster [WRN] 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.301 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000416 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 723 : 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00.000449 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 724 : 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000497+0000 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 725 : cluster 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.302 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000509 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 726 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000522+0000 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 727 : 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster [WRN] stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -06T03:30:00.000535+0000 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 728 : cluster 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00 2023-12-06T03:30:01.303 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: .000558+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 729 : cluster [WRN] stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00. 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000569+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 730 : 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-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00. 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000582+0000 mon.smithi134 (mon.0) 731 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: : 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-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 2023-12-06T03:30:00. 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000610+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.304 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 732 : 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000623+0000 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 733 : cluster 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00.000634 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 734 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000646 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 735 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.305 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000658+0000 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 736 : cluster 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00. 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000669+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 737 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000679 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 738 : 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000695+0000 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 739 : cluster 2023-12-06T03:30:01.306 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00.000705 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 740 : cluster [WRN] stat: stderr time="2023-12-06T03:27: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-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00.000719 2023-12-06T03:30:01.307 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 741 : 2023-12-06T03:30:01.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster [WRN] stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00.000729 2023-12-06T03:30:01.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 742 : cluster 2023-12-06T03:30:01.308 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [WRN] stat: stderr time="2023-12-06T03:28: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-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00. 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000738+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 743 : 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-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000750+0000 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 744 : cluster 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [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-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000762+0000 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: mon.smithi134 (mon.0) 745 : cluster 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: [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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: -12-06T03:30:00. 2023-12-06T03:30:01.309 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 000774+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 746 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:30:01.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster 2023- 2023-12-06T03:30:01.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: 12-06T03:30:00.000785 2023-12-06T03:30:01.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: +0000 mon.smithi134 (mon.0) 747 : 2023-12-06T03:30:01.310 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:00 smithi149 conmon[88219]: cluster [WRN] Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:29:59.897829+0000 mgr.smithi134.npcsqu 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: (mgr.14180) 979 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000205+0000 mon.smithi134 (mon.0) 718 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000258+0000 mon.smithi134 (mon.0) 719 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000309+0000 mon.smithi134 (mon.0) 720 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000346+0000 mon.smithi134 (mon.0) 721 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000382+0000 mon.smithi134 (mon.0) 722 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:30:01.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000416+0000 mon.smithi134 (mon.0) 723 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000449+0000 mon.smithi134 (mon.0) 724 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi149.tckfqz ... 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000497+0000 mon.smithi134 (mon.0) 725 : 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000509+0000 mon.smithi134 (mon.0) 726 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000522+0000 mon.smithi134 (mon.0) 727 : cluster [WRN] stat: stderr time="2023-12-06T03:24:58Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000535+0000 mon.smithi134 (mon.0) 728 : cluster [WRN] stat: stderr time="2023-12-06T03:25:35Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000558+0000 mon.smithi134 (mon.0) 729 : cluster [WRN] stat: stderr time="2023-12-06T03:26:14Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000569+0000 mon.smithi134 (mon.0) 730 : 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-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000582+0000 mon.smithi134 (mon.0) 731 : 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-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000610+0000 mon.smithi134 (mon.0) 732 : 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000623+0000 mon.smithi134 (mon.0) 733 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000634+0000 mon.smithi134 (mon.0) 734 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm 2023-12-06T03:30:01.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000646+0000 mon.smithi134 (mon.0) 735 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:00.000658+0000 mon.smithi134 (mon.0) 736 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: :00.000669+0000 mon.smithi134 (mon.0) 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 737 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi134.atmckm ... 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: -12-06T03:30:00. 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 000679+0000 mon.smithi134 (mon.0) 738 : 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 2023-12-06T03:30: 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 00.000695+0000 mon.smithi134 (mon.0 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: ) 739 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:30:01.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: -06T03:30:00.000705+0000 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: mon.smithi134 (mon.0) 740 : cluster [WRN] 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:27: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-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 03:30:00.000719+0000 mon.smithi134 ( 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: mon.0) 741 : cluster [WRN] 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28:08Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03 2023-12-06T03:30:01.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: :30:00.000729+0000 mon.smithi134 ( 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: mon.0) 742 : cluster [WRN] 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:28: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-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: -12-06T03:30 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: :00.000738+0000 mon.smithi134 (mon 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: .0) 743 : cluster [WRN] 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 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-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 2023-12-06T03:30 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: :00.000750+0000 mon.smithi134 (mon 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: .0) 744 : 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-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 2023-12-06T03:30:01.359 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023 2023-12-06T03:30:01.361 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: -12-06T03:30:00 2023-12-06T03:30:01.361 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: .000762+0000 mon.smithi134 (mon.0 2023-12-06T03:30:01.361 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: ) 745 : 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:30:01.362 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023- 2023-12-06T03:30:01.362 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 12-06T03:30:00. 2023-12-06T03:30:01.362 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: 000774+0000 mon.smithi134 (mon.0) 746 2023-12-06T03:30:01.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:30:01.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster 2023-12 2023-12-06T03:30:01.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: -06T03:30:00.000785 2023-12-06T03:30:01.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: +0000 mon.smithi134 (mon.0) 747 : 2023-12-06T03:30:01.364 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:00 smithi134 conmon[83862]: cluster [WRN] Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:30:01.504 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:02.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:01 smithi149 conmon[88219]: audit 2023-12-06T03:30:00.862686+0000 mgr.smithi134.npcsqu (mgr.14180) 980 : audit [DBG] 2023-12-06T03:30:02.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:01 smithi149 conmon[88219]: from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:02.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:01 smithi134 conmon[83862]: audit 2023-12-06T03:30:00.862686+0000 mgr.smithi134.npcsqu (mgr.14180) 980 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:02.505 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:03.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:02 smithi149 conmon[88219]: cluster 2023-12-06T03:30:01.898514+0000 mgr.smithi134.npcsqu (mgr.14180) 981 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:02 smithi134 conmon[83862]: cluster 2023-12-06T03:30:01.898514+0000 mgr.smithi134.npcsqu (mgr.14180) 981 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:04.371 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:04.371 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:04.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:04 smithi134 conmon[83862]: cluster 2023-12-06T03:30:03.899202+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:30:04.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:04 smithi134 conmon[83862]: ) 982 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:04 smithi149 conmon[88219]: cluster 2023-12-06T03:30:03.899202+0000 mgr.smithi134.npcsqu (mgr.14180) 982 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:05.022 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:05.556 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:05 smithi149 conmon[88219]: audit 2023-12-06T03:30:04.366054+0000 mgr.smithi134.npcsqu (mgr.14180) 983 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:05 smithi134 conmon[83862]: audit 2023-12-06T03:30:04.366054+0000 mgr.smithi134.npcsqu (mgr.14180) 983 2023-12-06T03:30:05.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:05 smithi134 conmon[83862]: : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:06.023 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:06.575 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:06 smithi134 conmon[83862]: cluster 2023-12-06T03:30:05.900015+0000 2023-12-06T03:30:06.575 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:06 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 984 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:06.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:06 smithi149 conmon[88219]: cluster 2023-12-06T03:30:05.900015+0000 mgr.smithi134.npcsqu (mgr.14180) 984 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:07.874 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:07.875 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:08.503 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:09.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:08 smithi149 conmon[88219]: audit 2023-12-06T03:30:07.870312+0000 mgr.smithi134.npcsqu (mgr.14180) 985 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:09.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:08 smithi149 conmon[88219]: cluster 2023-12-06T03:30:07.900722+0000 mgr.smithi134.npcsqu (mgr.14180) 986 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:08 smithi134 conmon[83862]: audit 2023-12-06T03:30:07.870312+0000 mgr.smithi134.npcsqu (mgr.14180) 985 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:08 smithi134 conmon[83862]: cluster 2023-12-06T03:30:07.900722+0000 mgr.smithi134.npcsqu (mgr.14180) 986 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:09.504 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:11.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:10 smithi134 conmon[83862]: cluster 2023-12-06T03:30:09.901381+0000 mgr.smithi134.npcsqu (mgr.14180) 987 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:10 smithi149 conmon[88219]: cluster 2023-12-06T03:30:09.901381+0000 mgr.smithi134.npcsqu (mgr.14180) 987 : cluster [DBG] 2023-12-06T03:30:11.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:10 smithi149 conmon[88219]: pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:11.471 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:11.471 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:12.078 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:13.079 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:13.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:12 smithi149 conmon[88219]: audit 2023-12-06T03:30:11.467022+0000 mgr.smithi134.npcsqu (mgr.14180) 988 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:13.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:12 smithi149 conmon[88219]: cluster 2023-12-06T03:30:11.902006+0000 mgr.smithi134.npcsqu (mgr.14180) 989 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:12 smithi134 conmon[83862]: audit 2023-12-06T03:30:11.467022+0000 mgr.smithi134.npcsqu (mgr.14180) 988 : audit [DBG] 2023-12-06T03:30:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:12 smithi134 conmon[83862]: from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:12 smithi134 conmon[83862]: cluster 2023-12-06T03:30:11.902006+0000 mgr.smithi134.npcsqu (mgr.14180) 989 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:14 smithi134 conmon[83862]: cluster 2023-12-06T03:30:13.902915+0000 mgr.smithi134.npcsqu (mgr.14180) 990 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:14.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:14 smithi149 conmon[88219]: cluster 2023-12-06T03:30:13.902915+0000 mgr.smithi134.npcsqu (mgr.14180) 990 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:14.995 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:14.995 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:15.555 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:15 smithi149 conmon[88219]: audit 2023-12-06T03:30:14.988009+0000 mgr.smithi134.npcsqu (mgr.14180) 991 : audit [DBG] 2023-12-06T03:30:15.555 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:15 smithi149 conmon[88219]: from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:15.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:15 smithi134 conmon[83862]: audit 2023-12-06T03:30:14.988009+0000 mgr.smithi134.npcsqu (mgr.14180) 991 2023-12-06T03:30:15.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:15 smithi134 conmon[83862]: : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:15.660 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:16.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:16 smithi134 conmon[83862]: cluster 2023-12-06T03:30:15.903600+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:30:16.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:16 smithi134 conmon[83862]: 992 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:16.661 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:16.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:16 smithi149 conmon[88219]: cluster 2023-12-06T03:30:15.903600+0000 mgr.smithi134.npcsqu (mgr.14180) 992 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:18.549 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:18.549 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:19.194 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:18 smithi149 conmon[88219]: cluster 2023-12-06T03:30:17.904331+0000 mgr.smithi134.npcsqu (mgr.14180) 993 : 2023-12-06T03:30:19.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:18 smithi149 conmon[88219]: cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:18 smithi134 conmon[83862]: cluster 2023-12-06T03:30:17.904331+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:30:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:18 smithi134 conmon[83862]: ) 993 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:20.194 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:20.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:19 smithi134 conmon[83862]: audit 2023-12-06T03:30:18.545136+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:30:20.225 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:19 smithi134 conmon[83862]: ) 994 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:20.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:19 smithi149 conmon[88219]: audit 2023-12-06T03:30:18.545136+0000 mgr.smithi134.npcsqu (mgr.14180) 994 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:20 smithi149 conmon[88219]: cluster 2023-12-06T03:30:19.905148+0000 mgr.smithi134.npcsqu (mgr.14180) 995 : 2023-12-06T03:30:21.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:20 smithi149 conmon[88219]: cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:20 smithi134 conmon[83862]: cluster 2023-12-06T03:30:19.905148+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:30:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:20 smithi134 conmon[83862]: .14180) 995 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:22.073 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:22.073 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:22.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:23.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:22 smithi134 conmon[83862]: cluster 2023-12-06T03:30:21.905703+0000 mgr.smithi134.npcsqu (mgr.14180) 996 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:23.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:22 smithi134 conmon[83862]: audit 2023-12-06T03:30:22.069141+0000 mgr.smithi134.npcsqu (mgr.14180) 997 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:23.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:22 smithi149 conmon[88219]: cluster 2023-12-06T03:30:21.905703+0000 mgr.smithi134.npcsqu (mgr.14180) 996 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:23.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:22 smithi149 conmon[88219]: audit 2023-12-06T03:30:22.069141+0000 mgr.smithi134.npcsqu (mgr.14180) 997 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:23.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:24.559 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:24 smithi134 conmon[83862]: cluster 2023-12-06T03:30:23.906408+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:30:24.559 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:24 smithi134 conmon[83862]: .14180) 998 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:24 smithi149 conmon[88219]: cluster 2023-12-06T03:30:23.906408+0000 mgr.smithi134.npcsqu (mgr.14180) 998 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:25.664 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:25.665 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:26.225 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:27.226 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:27.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:26 smithi134 conmon[83862]: audit 2023-12-06T03:30:25.660437+0000 mgr.smithi134.npcsqu (mgr.14180) 999 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:27.256 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:26 smithi134 conmon[83862]: cluster 2023-12-06T03:30:25.907079+0000 mgr.smithi134.npcsqu (mgr.14180) 1000 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:27.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:26 smithi149 conmon[88219]: audit 2023-12-06T03:30:25.660437+0000 mgr.smithi134.npcsqu (mgr.14180) 999 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:27.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:26 smithi149 conmon[88219]: cluster 2023-12-06T03:30:25.907079+0000 mgr.smithi134.npcsqu (mgr.14180) 1000 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:28.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:27 smithi149 conmon[88219]: audit 2023-12-06T03:30:27.888279+0000 mon.smithi134 (mon.0) 748 : audit [DBG] 2023-12-06T03:30:28.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:27 smithi149 conmon[88219]: from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:30:28.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:27 smithi134 conmon[83862]: audit 2023-12-06T03:30:27.888279+0000 mon.smithi134 (mon.0) 748 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:30:29.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:28 smithi134 conmon[83862]: cluster 2023-12-06T03:30:27.907707+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:30:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:28 smithi134 conmon[83862]: 1001 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:29.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:28 smithi134 conmon[83862]: audit 2023-12-06T03:30:28.351072+0000 mon.smithi134 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:29.194 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:29.195 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:24:21.056339Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:24:18.704211Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:24:21.056480Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:24:18.704359Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:24:18.704432Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:24:18.704496Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:24:18.704560Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:24:21.056599Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:24:18.704817Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:28 smithi149 conmon[88219]: cluster 2023-12-06T03:30:27.907707+0000 mgr.smithi134.npcsqu (mgr.14180) 1001 : cluster 2023-12-06T03:30:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:28 smithi149 conmon[88219]: [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:29.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:28 smithi149 conmon[88219]: audit 2023-12-06T03:30:28.351072+0000 mon.smithi134 (mon.0) 749 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:30.028 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:30.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:29 smithi149 conmon[88219]: audit 2023-12-06T03:30:29.189831+0000 mgr.smithi134.npcsqu (mgr.14180) 1002 2023-12-06T03:30:30.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:29 smithi149 conmon[88219]: : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:30.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:29 smithi149 conmon[88219]: audit 2023-12-06T03:30:29.809003+0000 mon.smithi134 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:30.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:29 smithi134 conmon[83862]: audit 2023-12-06T03:30:29.189831+0000 mgr.smithi134.npcsqu (mgr.14180) 1002 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:30.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:29 smithi134 conmon[83862]: 2023-12-06T03:30:30.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:29 smithi134 conmon[83862]: audit 2023-12-06T03:30:29.809003+0000 mon.smithi134 (mon.0) 750 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:31.029 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:31.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:30 smithi149 conmon[88219]: cluster 2023-12-06T03:30:29.908307+0000 mgr.smithi134.npcsqu (mgr.14180) 1003 2023-12-06T03:30:31.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:30 smithi149 conmon[88219]: : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:30 smithi134 conmon[83862]: cluster 2023-12-06T03:30:29.908307+0000 mgr.smithi134.npcsqu (mgr.14180) 1003 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:33.160 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:32 smithi134 conmon[83862]: cluster 2023-12-06T03:30:31.909008 2023-12-06T03:30:33.160 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:32 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 1004 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:33.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:32 smithi149 conmon[88219]: cluster 2023-12-06T03:30:31.909008+0000 mgr.smithi134.npcsqu (mgr.14180) 1004 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:33.610 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:33.610 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:34.182 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023-12-06T03:30:33.492164+0000 mon.smithi134 (mon.0 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: ) 751 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023-12-06T03:30:33.603108+0000 mgr.smithi134.npcsqu (mgr.14180) 1005 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: cluster 2023-12-06T03:30:33 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: .909751+0000 mgr.smithi134.npcsqu (mgr.14180) 1006 : cluster 2023-12-06T03:30:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 2023-12-06T03 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: :30:34.035122+0000 mon.smithi134 (mon.0 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: ) 752 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 2023-12-06T03:30:34.035777+0000 mon.smithi134 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: -12-06T03:30:34 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: .040126+0000 mon.smithi134 (mon.0) 754 : audit 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: cluster 2023-12- 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 06T03:30:34.040571+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:30:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 14180) 1007 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: audit 2023 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: -12-06T03:30:34.044455+0000 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: mon.smithi134 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: cephadm 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 2023-12-06T03:30:34. 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: 050087+0000 mgr.smithi134.npcsqu (mgr.14180) 1008 : cephadm 2023-12-06T03:30:34.801 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:34 smithi149 conmon[88219]: [INF] Deploying daemon haproxy.rgw.foo.smithi149.ejjbwp on smithi149 2023-12-06T03:30:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:33.492164+0000 mon.smithi134 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: (mon.0) 751 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:33.603108+0000 mgr.smithi134.npcsqu (mgr.14180) 1005 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: cluster 2023-12-06T03:30:33.909751+0000 mgr.smithi134.npcsqu (mgr.14180) 1006 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:34.035122+0000 mon.smithi134 (mon.0) 752 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:34.035777+0000 mon.smithi134 (mon.0) 753 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:34.040126+0000 mon.smithi134 (mon.0) 754 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: cluster 2023-12-06T03:30:34.040571+0000 mgr.smithi134.npcsqu (mgr.14180) 1007 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: audit 2023-12-06T03:30:34.044455+0000 mon.smithi134 (mon.0) 755 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:30:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:34 smithi134 conmon[83862]: cephadm 2023-12-06T03:30:34.050087+0000 mgr.smithi134.npcsqu (mgr.14180) 1008 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.ejjbwp on smithi149 2023-12-06T03:30:35.183 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:35.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:35 smithi149 conmon[88219]: cluster 2023-12-06T03:30:34.490256+0000 mon.smithi134 (mon.0) 756 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:30:35.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:35 smithi149 conmon[88219]: 2023-12-06T03:30:35.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:35 smithi149 conmon[88219]: cluster 2023-12-06T03:30:34.490286+0000 mon.smithi134 (mon.0) 757 : cluster [INF] Cluster is now healthy 2023-12-06T03:30:35.819 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:35 smithi134 conmon[83862]: cluster 2023-12-06T03:30:34.490256+0000 mon.smithi134 ( 2023-12-06T03:30:35.819 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:35 smithi134 conmon[83862]: mon.0) 756 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:30:35.819 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:35 smithi134 conmon[83862]: cluster 2023-12-06T03:30:34.490286+0000 mon.smithi134 (mon.0) 757 : cluster [INF] Cluster is now healthy 2023-12-06T03:30:36.676 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:36 smithi134 conmon[83862]: cluster 2023-12-06T03:30:36.041212+0000 mgr.smithi134.npcsqu (mgr.14180) 1009 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:36.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:36 smithi149 conmon[88219]: cluster 2023-12-06T03:30:36.041212+0000 mgr.smithi134.npcsqu (mgr.14180) 1009 2023-12-06T03:30:36.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:36 smithi149 conmon[88219]: : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:37.096 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:37.097 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:37.725 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:37.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:37 smithi149 conmon[88219]: audit 2023-12-06T03:30:37.092519+0000 mgr.smithi134.npcsqu (mgr.14180) 1010 : audit 2023-12-06T03:30:37.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:37 smithi149 conmon[88219]: [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:37.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:37 smithi134 conmon[83862]: audit 2023-12-06T03:30:37.092519+0000 mgr.smithi134.npcsqu (mgr.14180) 1010 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:38.726 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:38.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:38 smithi149 conmon[88219]: cluster 2023-12-06T03:30:38.041795+0000 mgr.smithi134.npcsqu (mgr.14180) 1011 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:38.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:38 smithi149 conmon[88219]: 2023-12-06T03:30:38.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:38 smithi134 conmon[83862]: cluster 2023-12-06T03:30:38.041795+0000 mgr.smithi134.npcsqu (mgr.14180) 1011 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:40.555 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:40.555 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:41.181 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:41 smithi134 conmon[83862]: cluster 2023-12-06T03:30:40.042525+0000 mgr.smithi134.npcsqu (mgr.14180) 1012 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:41 smithi149 conmon[88219]: cluster 2023-12-06T03:30:40.042525+0000 mgr.smithi134.npcsqu (mgr.14180) 1012 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:42.182 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:42.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:42 smithi134 conmon[83862]: audit 2023-12-06T03:30:40.550763+0000 mgr.smithi134.npcsqu (mgr.14180) 1013 : audit 2023-12-06T03:30:42.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:42 smithi134 conmon[83862]: [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:42 smithi149 conmon[88219]: audit 2023-12-06T03:30:40.550763+0000 mgr.smithi134.npcsqu (mgr.14180) 1013 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:43 smithi134 conmon[83862]: cluster 2023-12-06T03:30:42.043209+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:30:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:43 smithi134 conmon[83862]: 1014 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:43.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:43 smithi134 conmon[83862]: audit 2023-12-06T03:30:42.649265+0000 mon.smithi134 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:43 smithi149 conmon[88219]: cluster 2023-12-06T03:30:42.043209+0000 mgr.smithi134.npcsqu (mgr.14180) 1014 : cluster 2023-12-06T03:30:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:43 smithi149 conmon[88219]: [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:43 smithi149 conmon[88219]: audit 2023-12-06T03:30:42.649265+0000 mon.smithi134 (mon.0) 758 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:30:44.140 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:44.140 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:44 smithi134 conmon[83862]: cluster 2023-12-06T03:30:44.043699+0000 mgr.smithi134.npcsqu (mgr.14180) 1015 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:44.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:44 smithi134 conmon[83862]: audit 2023-12-06T03:30:44.135330+0000 mgr.smithi134.npcsqu (mgr.14180) 1016 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:44.747 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:44 smithi149 conmon[88219]: cluster 2023-12-06T03:30:44.043699+0000 mgr.smithi134.npcsqu (mgr.14180) 1015 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:44 smithi149 conmon[88219]: audit 2023-12-06T03:30:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:44 smithi149 conmon[88219]: 2023-12-06T03:30:44.135330+0000 mgr.smithi134.npcsqu (mgr.14180) 1016 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:45.748 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:47.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:47 smithi134 conmon[83862]: cluster 2023-12-06T03:30:46.044212+0000 mgr.smithi134.npcsqu (mgr.14180) 1017 : cluster 2023-12-06T03:30:47.216 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:47 smithi134 conmon[83862]: [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:47 smithi149 conmon[88219]: cluster 2023-12-06T03:30:46.044212+0000 mgr.smithi134.npcsqu (mgr.14180) 1017 : cluster 2023-12-06T03:30:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:47 smithi149 conmon[88219]: [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:47.626 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:47.626 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:48.248 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:49.249 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:49 smithi134 conmon[83862]: audit 2023-12-06T03:30:47.622168+0000 mgr.smithi134.npcsqu (mgr.14180) 1018 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:49.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:49 smithi134 conmon[83862]: cluster 2023-12-06T03:30:48.044900+0000 mgr.smithi134.npcsqu (mgr.14180) 1019 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:49 smithi149 conmon[88219]: audit 2023-12-06T03:30:47.622168+0000 mgr.smithi134.npcsqu (mgr.14180) 1018 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:49 smithi149 conmon[88219]: cluster 2023-12-06T03:30:48.044900+0000 mgr.smithi134.npcsqu (mgr.14180) 1019 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:51.151 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:51.152 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:51.446 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:51 smithi134 conmon[83862]: cluster 2023-12-06T03:30:50.045402+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:30:51.447 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:51 smithi134 conmon[83862]: ) 1020 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:51 smithi149 conmon[88219]: cluster 2023-12-06T03:30:50.045402+0000 mgr.smithi134.npcsqu (mgr.14180) 1020 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:51.863 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:52.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:52 smithi149 conmon[88219]: audit 2023-12-06T03:30:51.146338+0000 mgr.smithi134.npcsqu (mgr.14180) 1021 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:52 smithi134 conmon[83862]: audit 2023-12-06T03:30:51.146338+0000 mgr.smithi134.npcsqu (mgr.14180) 1021 : audit 2023-12-06T03:30:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:52 smithi134 conmon[83862]: [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:52.864 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:53 smithi134 conmon[83862]: cluster 2023-12-06T03:30:52.046026+0000 mgr.smithi134.npcsqu (mgr.14180) 1022 : 2023-12-06T03:30:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:53 smithi134 conmon[83862]: cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:53 smithi149 conmon[88219]: cluster 2023-12-06T03:30:52.046026+0000 mgr.smithi134.npcsqu (mgr.14180) 1022 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:54.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:54 smithi134 conmon[83862]: cluster 2023-12-06T03:30:54.046461+0000 mgr.smithi134.npcsqu (mgr.14180) 1023 : cluster 2023-12-06T03:30:54.422 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:54 smithi134 conmon[83862]: [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:54.750 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:54.751 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:54 smithi149 conmon[88219]: cluster 2023-12-06T03:30:54.046461+0000 mgr.smithi134.npcsqu (mgr.14180) 1023 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:55.403 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:55 smithi134 conmon[83862]: audit 2023-12-06T03:30:54.746016+0000 mgr.smithi134.npcsqu (mgr.14180) 1024 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:55.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:55 smithi149 conmon[88219]: audit 2023-12-06T03:30:54.746016+0000 mgr.smithi134.npcsqu (mgr.14180) 1024 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:30:56.404 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:30:56.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:56 smithi134 conmon[83862]: cluster 2023-12-06T03:30:56.046958+0000 mgr.smithi134.npcsqu (mgr.14180) 1025 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:56.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:56 smithi149 conmon[88219]: cluster 2023-12-06T03:30:56.046958+0000 mgr.smithi134.npcsqu (mgr.14180) 1025 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:58.356 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:30:58.356 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:30:58.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:30:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:59 smithi134 conmon[83862]: cluster 2023-12-06T03:30:58.047645+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:30:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:30:59 smithi134 conmon[83862]: 1026 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:30:59 smithi149 conmon[88219]: cluster 2023-12-06T03:30:58.047645+0000 mgr.smithi134.npcsqu (mgr.14180) 1026 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:30:59.978 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:00 smithi134 conmon[83862]: audit 2023-12-06T03:30:58.351533+0000 mgr.smithi134.npcsqu (mgr.14180) 1027 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:00 smithi149 conmon[88219]: audit 2023-12-06T03:30:58.351533+0000 mgr.smithi134.npcsqu (mgr.14180) 1027 : audit 2023-12-06T03:31:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:00 smithi149 conmon[88219]: [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:01.413 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:01 smithi134 conmon[83862]: cluster 2023-12-06T03:31:00.048145+0000 mgr.smithi134.npcsqu (mgr.14180) 1028 : 2023-12-06T03:31:01.414 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:01 smithi134 conmon[83862]: cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:01 smithi149 conmon[88219]: cluster 2023-12-06T03:31:00.048145+0000 mgr.smithi134.npcsqu (mgr.14180) 1028 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:01.827 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:01.827 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:02.645 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:03.376 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:03 smithi134 conmon[83862]: audit 2023-12-06T03:31:01.822673+0000 mgr.smithi134.npcsqu (mgr.14180) 1029 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:03.376 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:03 smithi134 conmon[83862]: cluster 2023-12-06T03:31:02.048638+0000 mgr.smithi134.npcsqu (mgr.14180) 1030 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:03 smithi149 conmon[88219]: audit 2023-12-06T03:31:01.822673+0000 mgr.smithi134.npcsqu (mgr.14180) 1029 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:03 smithi149 conmon[88219]: cluster 2023-12-06T03:31:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:03 smithi149 conmon[88219]: 2023-12-06T03:31:02.048638+0000 mgr.smithi134.npcsqu (mgr.14180) 1030 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:03.646 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:04.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:04 smithi134 conmon[83862]: cluster 2023-12-06T03:31:04.049050+0000 mgr.smithi134.npcsqu (mgr.14180) 1031 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:04 smithi149 conmon[88219]: cluster 2023-12-06T03:31:04.049050+0000 mgr.smithi134.npcsqu (mgr.14180) 1031 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:04 smithi149 conmon[88219]: 2023-12-06T03:31:05.689 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:05.689 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:06.260 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:07.261 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:07 smithi149 conmon[88219]: audit 2023-12-06T03:31:05.684481+0000 mgr.smithi134.npcsqu (mgr.14180) 1032 : audit [DBG] 2023-12-06T03:31:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:07 smithi149 conmon[88219]: from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:07 smithi149 conmon[88219]: cluster 2023-12-06T03:31:06.049510+0000 mgr.smithi134.npcsqu (mgr.14180) 1033 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:07.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:07 smithi134 conmon[83862]: audit 2023-12-06T03:31:05.684481+0000 mgr.smithi134.npcsqu (mgr.14180) 1032 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:07.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:07 smithi134 conmon[83862]: cluster 2023-12-06T03:31:06.049510+0000 mgr.smithi134.npcsqu (mgr.14180) 1033 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:09.054 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:09.055 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:09 smithi134 conmon[83862]: cluster 2023-12-06T03:31:08. 2023-12-06T03:31:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:09 smithi134 conmon[83862]: 050009+0000 mgr.smithi134.npcsqu (mgr.14180) 1034 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:09 smithi149 conmon[88219]: cluster 2023-12-06T03:31:08.050009+0000 mgr.smithi134.npcsqu (mgr.14180) 1034 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:09.734 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:10 smithi149 conmon[88219]: audit 2023-12-06T03:31:09.050459+0000 mgr.smithi134.npcsqu (mgr.14180) 1035 : audit [DBG] 2023-12-06T03:31:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:10 smithi149 conmon[88219]: from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:10.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:10 smithi134 conmon[83862]: audit 2023-12-06T03:31:09.050459+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:31:10.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:10 smithi134 conmon[83862]: 1035 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:10.737 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:11.397 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:11 smithi134 conmon[83862]: cluster 2023-12-06T03:31:10.050562+0000 mgr.smithi134.npcsqu (mgr.14180) 1036 : cluster 2023-12-06T03:31:11.397 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:11 smithi134 conmon[83862]: [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:11 smithi149 conmon[88219]: cluster 2023-12-06T03:31:10.050562+0000 mgr.smithi134.npcsqu (mgr.14180) 1036 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:12.729 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:12.730 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:13.318 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:13 smithi149 conmon[88219]: cluster 2023-12-06T03:31:12.051072+0000 mgr.smithi134.npcsqu (mgr.14180) 1037 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:13.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:13 smithi134 conmon[83862]: cluster 2023-12-06T03:31:12.051072+0000 mgr.smithi134.npcsqu (mgr.14180) 1037 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:14.319 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:14.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:14 smithi134 conmon[83862]: audit 2023-12-06T03:31:12.725657+0000 mgr.smithi134.npcsqu (mgr.14180) 1038 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:14 smithi149 conmon[88219]: audit 2023-12-06T03:31:12.725657+0000 mgr.smithi134.npcsqu (mgr.14180) 1038 : audit [DBG] 2023-12-06T03:31:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:14 smithi149 conmon[88219]: from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:15 smithi149 conmon[88219]: cluster 2023-12-06T03:31:14.051675+0000 mgr.smithi134.npcsqu (mgr.14180) 1039 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:15.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:15 smithi134 conmon[83862]: cluster 2023-12-06T03:31:14.051675+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:31:15.587 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:15 smithi134 conmon[83862]: 14180) 1039 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:16.195 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:16.196 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:16.800 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:17 smithi149 conmon[88219]: cluster 2023-12-06T03:31:16.052150+0000 mgr.smithi134.npcsqu (mgr.14180) 1040 : cluster 2023-12-06T03:31:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:17 smithi149 conmon[88219]: [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:17 smithi149 conmon[88219]: audit 2023-12-06T03:31:16.191683+0000 mgr.smithi134.npcsqu (mgr.14180) 1041 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:17.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:17 smithi134 conmon[83862]: cluster 2023-12-06T03:31:16.052150+0000 mgr.smithi134.npcsqu (mgr.14180) 1040 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:17.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:17 smithi134 conmon[83862]: audit 2023-12-06T03:31:16.191683+0000 mgr.smithi134.npcsqu (mgr.14180) 1041 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:17.801 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:19.279 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:19 smithi134 conmon[83862]: cluster 2023-12-06T03:31:18.052694+0000 mgr.smithi134.npcsqu (mgr.14180) 1042 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:19 smithi149 conmon[88219]: cluster 2023-12-06T03:31:18.052694+0000 mgr.smithi134.npcsqu (mgr.14180) 1042 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:19 smithi149 conmon[88219]: 2023-12-06T03:31:19.667 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:19.668 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:20.349 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:21.350 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:21.384 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:21 smithi134 conmon[83862]: audit 2023-12-06T03:31:19.663242+0000 mgr.smithi134.npcsqu (mgr.14180) 1043 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:21.384 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:21 smithi134 conmon[83862]: cluster 2023-12-06T03:31:20.053322+0000 mgr.smithi134.npcsqu (mgr.14180) 1044 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:21 smithi149 conmon[88219]: audit 2023-12-06T03:31:19.663242+0000 mgr.smithi134.npcsqu (mgr.14180) 1043 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:21 smithi149 conmon[88219]: cluster 2023-12-06T03:31:20.053322+0000 mgr.smithi134.npcsqu (mgr.14180) 1044 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:23.268 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:23.268 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:23.292 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:23 smithi134 conmon[83862]: cluster 2023-12-06T03:31:22.053854+0000 mgr.smithi134.npcsqu (mgr.14180) 1045 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:23 smithi149 conmon[88219]: cluster 2023-12-06T03:31:22.053854+0000 mgr.smithi134.npcsqu (mgr.14180) 1045 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:23.891 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:24 smithi134 conmon[83862]: audit 2023-12-06T03:31:23.263446+0000 mgr.smithi134.npcsqu (mgr.14180) 1046 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:24 smithi134 conmon[83862]: cluster 2023-12-06T03:31:24.054323+0000 mgr.smithi134.npcsqu (mgr.14180) 1047 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:24 smithi149 conmon[88219]: audit 2023-12-06T03:31:23.263446+0000 mgr.smithi134.npcsqu (mgr.14180) 1046 : audit [DBG] 2023-12-06T03:31:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:24 smithi149 conmon[88219]: from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:24 smithi149 conmon[88219]: cluster 2023-12-06T03:31:24.054323+0000 mgr.smithi134.npcsqu (mgr.14180) 1047 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:24.892 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:26.798 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:26.798 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:27.423 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:27 smithi134 conmon[83862]: cluster 2023-12-06T03:31:26.054977+0000 mgr.smithi134.npcsqu (mgr.14180) 1048 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:27.440 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:27 smithi149 conmon[88219]: cluster 2023-12-06T03:31:26.054977+0000 mgr.smithi134.npcsqu (mgr.14180) 1048 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:28.441 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:28.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:28 smithi134 conmon[83862]: audit 2023-12-06T03:31:26.793552+0000 mgr.smithi134.npcsqu (mgr.14180) 1049 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:28.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:28 smithi134 conmon[83862]: 2023-12-06T03:31:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:28 smithi149 conmon[88219]: audit 2023-12-06T03:31:26.793552+0000 mgr.smithi134.npcsqu (mgr.14180) 1049 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:29.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:29 smithi134 conmon[83862]: cluster 2023-12-06T03:31:28.055744+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:31:29.249 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:29 smithi134 conmon[83862]: mgr.14180) 1050 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:29 smithi149 conmon[88219]: cluster 2023-12-06T03:31:28.055744+0000 mgr.smithi134.npcsqu (mgr.14180) 1050 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:30.296 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:30.296 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:30.941 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:31 smithi134 conmon[83862]: cluster 2023-12-06T03:31:30.056225+0000 mgr.smithi134.npcsqu (mgr.14180) 1051 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:31 smithi149 conmon[88219]: cluster 2023-12-06T03:31:30.056225+0000 mgr.smithi134.npcsqu (mgr.14180) 1051 : cluster 2023-12-06T03:31:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:31 smithi149 conmon[88219]: [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:31.941 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:32.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:32 smithi134 conmon[83862]: audit 2023-12-06T03:31:30.291864+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:31:32.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:32 smithi134 conmon[83862]: 1052 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:32 smithi149 conmon[88219]: audit 2023-12-06T03:31:30.291864+0000 mgr.smithi134.npcsqu (mgr.14180) 1052 : audit [DBG] 2023-12-06T03:31:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:32 smithi149 conmon[88219]: from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:33.390 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:33 smithi134 conmon[83862]: cluster 2023-12-06T03:31:32.056736+0000 mgr.smithi134.npcsqu (mgr.14180) 1053 : cluster 2023-12-06T03:31:33.390 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:33 smithi134 conmon[83862]: [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:33 smithi149 conmon[88219]: cluster 2023-12-06T03:31:32.056736+0000 mgr.smithi134.npcsqu (mgr.14180) 1053 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:33.772 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:33.772 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:34.365 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:34.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:34 smithi134 conmon[83862]: audit 2023-12-06T03:31:33.767544+0000 mgr.smithi134.npcsqu (mgr.14180) 1054 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:34.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:34 smithi134 conmon[83862]: cluster 2023-12-06T03:31:34.057480+0000 mgr.smithi134.npcsqu (mgr.14180) 1055 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:34 smithi149 conmon[88219]: audit 2023-12-06T03:31:33.767544+0000 mgr.smithi134.npcsqu (mgr.14180) 1054 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:34.800 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:34 smithi149 conmon[88219]: cluster 2023-12-06T03:31:34.057480+0000 mgr.smithi134.npcsqu (mgr.14180) 1055 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:35.366 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:37.261 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:37.261 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:37.473 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:37 smithi134 conmon[83862]: cluster 2023-12-06T03:31:36.058130+0000 mgr.smithi134.npcsqu (mgr.14180) 1056 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:37 smithi149 conmon[88219]: cluster 2023-12-06T03:31:36.058130+0000 mgr.smithi134.npcsqu (mgr.14180) 1056 : cluster 2023-12-06T03:31:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:37 smithi149 conmon[88219]: [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:37.881 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:38.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:38 smithi149 conmon[88219]: audit 2023-12-06T03:31:37.256420+0000 mgr.smithi134.npcsqu (mgr.14180) 1057 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:38.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:38 smithi134 conmon[83862]: audit 2023-12-06T03:31:37.256420+0000 mgr.smithi134.npcsqu (mgr.14180) 1057 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:38.882 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:39.374 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:39 smithi134 conmon[83862]: cluster 2023-12-06T03:31:38.058567+0000 mgr.smithi134.npcsqu (mgr.14180) 1058 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:39 smithi149 conmon[88219]: cluster 2023-12-06T03:31:38.058567+0000 mgr.smithi134.npcsqu (mgr.14180) 1058 : cluster 2023-12-06T03:31:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:39 smithi149 conmon[88219]: [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:40.813 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:40.813 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:41.421 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:41 smithi134 conmon[83862]: cluster 2023-12-06T03:31:40.059191+0000 mgr.smithi134.npcsqu (mgr.14180) 1059 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:41.439 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:41 smithi149 conmon[88219]: cluster 2023-12-06T03:31:40.059191+0000 mgr.smithi134.npcsqu (mgr.14180) 1059 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:42.441 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:42.470 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:42 smithi134 conmon[83862]: audit 2023-12-06T03:31:40.808402+0000 mgr.smithi134.npcsqu (mgr.14180) 1060 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:42 smithi149 conmon[88219]: audit 2023-12-06T03:31:40.808402+0000 mgr.smithi134.npcsqu (mgr.14180) 1060 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:43.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:43 smithi134 conmon[83862]: cluster 2023-12-06T03:31:42.059849+0000 2023-12-06T03:31:43.297 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:43 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1061 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:43 smithi149 conmon[88219]: cluster 2023-12-06T03:31:42.059849+0000 mgr.smithi134.npcsqu (mgr.14180) 1061 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:43 smithi149 conmon[88219]: 2023-12-06T03:31:44.374 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:44.374 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:44 smithi134 conmon[83862]: cluster 2023-12-06T03:31:44.060499+0000 mgr.smithi134.npcsqu (mgr.14180) 1062 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:44 smithi149 conmon[88219]: cluster 2023-12-06T03:31:44.060499+0000 mgr.smithi134.npcsqu (mgr.14180) 1062 : cluster [DBG] 2023-12-06T03:31:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:44 smithi149 conmon[88219]: pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:44.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:45.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:45 smithi134 conmon[83862]: audit 2023-12-06T03:31:44.368960+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:31:45.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:45 smithi134 conmon[83862]: .14180) 1063 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:45 smithi149 conmon[88219]: audit 2023-12-06T03:31:44.368960+0000 mgr.smithi134.npcsqu (mgr.14180) 1063 : audit [DBG] 2023-12-06T03:31:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:45 smithi149 conmon[88219]: from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:45.996 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:46.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:46 smithi134 conmon[83862]: cluster 2023-12-06T03:31:46.061158+0000 mgr.smithi134.npcsqu (mgr.14180) 1064 2023-12-06T03:31:46.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:46 smithi134 conmon[83862]: : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:46.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:46 smithi149 conmon[88219]: cluster 2023-12-06T03:31:46.061158+0000 mgr.smithi134.npcsqu (mgr.14180) 1064 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:47.858 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:47.859 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:48.462 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:49.463 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:49.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:49 smithi134 conmon[83862]: audit 2023-12-06T03:31:47.854213+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:31:49.491 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:49 smithi134 conmon[83862]: .14180) 1065 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:49.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:49 smithi134 conmon[83862]: cluster 2023-12-06T03:31:48.061646+0000 mgr.smithi134.npcsqu (mgr.14180) 1066 : 2023-12-06T03:31:49.492 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:49 smithi134 conmon[83862]: cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:49 smithi149 conmon[88219]: audit 2023-12-06T03:31:47.854213+0000 mgr.smithi134.npcsqu (mgr.14180) 1065 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:49 smithi149 conmon[88219]: cluster 2023-12-06T03:31:48.061646+0000 mgr.smithi134.npcsqu (mgr.14180) 1066 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:51.354 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:51.354 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:51.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:51 smithi134 conmon[83862]: cluster 2023-12-06T03:31:50.062147+0000 mgr.smithi134.npcsqu (mgr.14180) 1067 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:51 smithi149 conmon[88219]: cluster 2023-12-06T03:31:50.062147+0000 mgr.smithi134.npcsqu (mgr.14180) 1067 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:52.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:53.013 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:53 smithi134 conmon[83862]: audit 2023-12-06T03:31:51.349540+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:31:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:53 smithi134 conmon[83862]: 1068 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:53.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:53 smithi134 conmon[83862]: cluster 2023-12-06T03:31:52.062772+0000 mgr.smithi134.npcsqu (mgr.14180) 1069 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:53 smithi149 conmon[88219]: audit 2023-12-06T03:31:51.349540+0000 mgr.smithi134.npcsqu (mgr.14180) 1068 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:53 smithi149 conmon[88219]: cluster 2023-12-06T03:31:52.062772+0000 mgr.smithi134.npcsqu (mgr.14180) 1069 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:54.565 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:54 smithi134 conmon[83862]: cluster 2023-12-06T03:31:54.063294+0000 2023-12-06T03:31:54.565 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:54 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1070 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:54 smithi149 conmon[88219]: cluster 2023-12-06T03:31:54.063294+0000 mgr.smithi134.npcsqu (mgr.14180) 1070 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:54 smithi149 conmon[88219]: 2023-12-06T03:31:54.936 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:54.936 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:55.569 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:55 smithi134 conmon[83862]: audit 2023-12-06T03:31:54.931621+0000 mgr.smithi134.npcsqu (mgr.14180) 1071 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:55.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:55 smithi149 conmon[88219]: audit 2023-12-06T03:31:54.931621+0000 mgr.smithi134.npcsqu (mgr.14180) 1071 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:31:56.570 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:31:56.602 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:56 smithi134 conmon[83862]: cluster 2023-12-06T03:31:56.063881+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:31:56.602 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:56 smithi134 conmon[83862]: 1072 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:56.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:56 smithi149 conmon[88219]: cluster 2023-12-06T03:31:56.063881+0000 mgr.smithi134.npcsqu (mgr.14180) 1072 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:58.521 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:31:58.522 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:31:59.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:31:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:31:59 smithi149 conmon[88219]: cluster 2023-12-06T03:31:58.064452+0000 mgr.smithi134.npcsqu (mgr.14180) 1073 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:31:59.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:31:59 smithi134 conmon[83862]: cluster 2023-12-06T03:31:58.064452+0000 mgr.smithi134.npcsqu (mgr.14180) 1073 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:00.147 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:00 smithi149 conmon[88219]: audit 2023-12-06T03:31:58.516577+0000 mgr.smithi134.npcsqu (mgr.14180) 1074 : audit [DBG] 2023-12-06T03:32:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:00 smithi149 conmon[88219]: from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:00.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:00 smithi134 conmon[83862]: audit 2023-12-06T03:31:58.516577+0000 mgr.smithi134.npcsqu (mgr.14180) 1074 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:01 smithi134 conmon[83862]: cluster 2023-12-06T03:32:00.064986+0000 mgr.smithi134.npcsqu (mgr.14180) 1075 : 2023-12-06T03:32:01.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:01 smithi134 conmon[83862]: cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:01 smithi149 conmon[88219]: cluster 2023-12-06T03:32:00.064986+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:32:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:01 smithi149 conmon[88219]: 1075 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:02.092 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:02.092 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:02.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:03 smithi149 conmon[88219]: cluster 2023-12-06T03:32:02.065493+0000 mgr.smithi134.npcsqu (mgr.14180) 1076 : cluster 2023-12-06T03:32:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:03 smithi149 conmon[88219]: [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:03 smithi149 conmon[88219]: audit 2023-12-06T03:32:02.087524+0000 mgr.smithi134.npcsqu (mgr.14180) 1077 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:03.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:03 smithi134 conmon[83862]: cluster 2023-12-06T03:32:02.065493+0000 mgr.smithi134.npcsqu (mgr.14180) 1076 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:03.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:03 smithi134 conmon[83862]: audit 2023-12-06T03:32:02.087524+0000 mgr.smithi134.npcsqu (mgr.14180) 1077 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:03.720 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:04.569 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:04 smithi134 conmon[83862]: cluster 2023-12-06T03:32:04.066064+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:32:04.569 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:04 smithi134 conmon[83862]: 1078 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:04 smithi149 conmon[88219]: cluster 2023-12-06T03:32:04.066064+0000 mgr.smithi134.npcsqu (mgr.14180) 1078 : cluster [DBG] 2023-12-06T03:32:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:04 smithi149 conmon[88219]: pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:05.598 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:05.599 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:06.234 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:07.235 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:07 smithi149 conmon[88219]: audit 2023-12-06T03:32:05.594076+0000 mgr.smithi134.npcsqu (mgr.14180) 1079 : audit 2023-12-06T03:32:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:07 smithi149 conmon[88219]: [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:07 smithi149 conmon[88219]: cluster 2023-12-06T03:32:06.066616+0000 mgr.smithi134.npcsqu (mgr.14180) 1080 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:07.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:07 smithi134 conmon[83862]: audit 2023-12-06T03:32:05.594076+0000 mgr.smithi134.npcsqu (mgr.14180) 1079 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:07.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:07 smithi134 conmon[83862]: cluster 2023-12-06T03:32:06.066616+0000 mgr.smithi134.npcsqu (mgr.14180) 1080 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:09.187 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:09.187 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:09 smithi149 conmon[88219]: cluster 2023-12-06T03:32:08.067206+0000 mgr.smithi134.npcsqu (mgr.14180) 1081 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:09 smithi149 conmon[88219]: 2023-12-06T03:32:09.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:09 smithi134 conmon[83862]: cluster 2023-12-06T03:32:08.067206+0000 mgr.smithi134.npcsqu (mgr.14180) 1081 : cluster 2023-12-06T03:32:09.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:09 smithi134 conmon[83862]: [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:09.767 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:10 smithi149 conmon[88219]: audit 2023-12-06T03:32:09.182329+0000 mgr.smithi134.npcsqu (mgr.14180) 1082 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:10.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:10 smithi134 conmon[83862]: audit 2023-12-06T03:32:09.182329+0000 mgr.smithi134.npcsqu (mgr.14180) 1082 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:10.768 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:11.406 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:11 smithi134 conmon[83862]: cluster 2023-12-06T03:32:10.067759+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:32:11.406 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:11 smithi134 conmon[83862]: 1083 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:11 smithi149 conmon[88219]: cluster 2023-12-06T03:32:10.067759+0000 mgr.smithi134.npcsqu (mgr.14180) 1083 : cluster 2023-12-06T03:32:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:11 smithi149 conmon[88219]: [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:12.645 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:12.646 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:13.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:13 smithi149 conmon[88219]: cluster 2023-12-06T03:32:12.068315+0000 mgr.smithi134.npcsqu (mgr.14180) 1084 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:13.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:13 smithi134 conmon[83862]: cluster 2023-12-06T03:32:12.068315+0000 mgr.smithi134.npcsqu (mgr.14180) 1084 2023-12-06T03:32:13.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:13 smithi134 conmon[83862]: : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:14.244 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:14 smithi149 conmon[88219]: audit 2023-12-06T03:32:12.640961+0000 mgr.smithi134.npcsqu (mgr.14180) 1085 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:14 smithi134 conmon[83862]: audit 2023-12-06T03:32:12.640961+0000 mgr.smithi134.npcsqu (mgr.14180) 1085 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:15 smithi134 conmon[83862]: cluster 2023-12-06T03:32:14.068933+0000 mgr.smithi134.npcsqu (mgr.14180) 1086 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:15 smithi149 conmon[88219]: cluster 2023-12-06T03:32:14.068933+0000 mgr.smithi134.npcsqu (mgr.14180) 1086 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:16.234 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:16.234 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:16.882 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:17 smithi149 conmon[88219]: cluster 2023-12-06T03:32:16.069410+0000 mgr.smithi134.npcsqu (mgr.14180) 1087 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:17 smithi149 conmon[88219]: 2023-12-06T03:32:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:17 smithi149 conmon[88219]: audit 2023-12-06T03:32:16.229674+0000 mgr.smithi134.npcsqu (mgr.14180) 1088 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:17.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:17 smithi134 conmon[83862]: cluster 2023-12-06T03:32:16.069410+0000 mgr.smithi134.npcsqu (mgr.14180) 1087 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:17.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:17 smithi134 conmon[83862]: 2023-12-06T03:32:17.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:17 smithi134 conmon[83862]: audit 2023-12-06T03:32:16.229674+0000 mgr.smithi134.npcsqu (mgr.14180) 1088 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:17.883 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:19 smithi134 conmon[83862]: cluster 2023-12-06T03:32:18.069904+0000 mgr.smithi134.npcsqu 2023-12-06T03:32:19.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:19 smithi134 conmon[83862]: (mgr.14180) 1089 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:19 smithi149 conmon[88219]: cluster 2023-12-06T03:32:18.069904+0000 mgr.smithi134.npcsqu (mgr.14180) 1089 : cluster [DBG] 2023-12-06T03:32:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:19 smithi149 conmon[88219]: pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:19.692 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:19.693 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:20.299 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:21.300 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:21 smithi149 conmon[88219]: audit 2023-12-06T03:32:19.687785+0000 mgr.smithi134.npcsqu (mgr.14180) 1090 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:21 smithi149 conmon[88219]: cluster 2023-12-06T03:32:20.070535+0000 mgr.smithi134.npcsqu (mgr.14180) 1091 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:21.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:21 smithi134 conmon[83862]: audit 2023-12-06T03:32:19.687785+0000 mgr.smithi134.npcsqu (mgr.14180) 1090 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:21.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:21 smithi134 conmon[83862]: 2023-12-06T03:32:21.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:21 smithi134 conmon[83862]: cluster 2023-12-06T03:32:20.070535+0000 mgr.smithi134.npcsqu (mgr.14180) 1091 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:23.218 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:23.218 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:23 smithi149 conmon[88219]: cluster 2023-12-06T03:32:22.071134+0000 mgr.smithi134.npcsqu (mgr.14180) 1092 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:23.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:23 smithi134 conmon[83862]: cluster 2023-12-06T03:32:22.071134+0000 mgr.smithi134.npcsqu (mgr.14180) 1092 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:23.823 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:24 smithi149 conmon[88219]: audit 2023-12-06T03:32:23.213656+0000 mgr.smithi134.npcsqu (mgr.14180) 1093 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:24 smithi134 conmon[83862]: audit 2023-12-06T03:32:23.213656+0000 mgr.smithi134.npcsqu (mgr.14180) 1093 : audit 2023-12-06T03:32:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:24 smithi134 conmon[83862]: [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:24.824 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:25.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:25 smithi134 conmon[83862]: cluster 2023-12-06T03:32:24.071626+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:32:25.483 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:25 smithi134 conmon[83862]: 14180) 1094 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:25 smithi149 conmon[88219]: cluster 2023-12-06T03:32:24.071626+0000 mgr.smithi134.npcsqu (mgr.14180) 1094 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:26.659 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:26.659 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:27.350 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:27 smithi149 conmon[88219]: cluster 2023-12-06T03:32:26.072120+0000 mgr.smithi134.npcsqu (mgr.14180) 1095 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:27.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:27 smithi134 conmon[83862]: cluster 2023-12-06T03:32:26.072120+0000 mgr.smithi134.npcsqu (mgr.14180) 1095 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:28.351 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:28 smithi149 conmon[88219]: audit 2023-12-06T03:32:26.655257+0000 mgr.smithi134.npcsqu (mgr.14180) 1096 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:28.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:28 smithi134 conmon[83862]: audit 2023-12-06T03:32:26.655257+0000 mgr.smithi134.npcsqu (mgr.14180) 1096 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:28.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:28 smithi134 conmon[83862]: 2023-12-06T03:32:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:29 smithi134 conmon[83862]: cluster 2023-12-06T03:32:28.072692+0000 mgr.smithi134.npcsqu (mgr.14180) 1097 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:29 smithi149 conmon[88219]: cluster 2023-12-06T03:32:28.072692+0000 mgr.smithi134.npcsqu (mgr.14180) 1097 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:30.222 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:30.222 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:30.873 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:31 smithi149 conmon[88219]: cluster 2023-12-06T03:32:30.073161+0000 mgr.smithi134.npcsqu (mgr.14180) 1098 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:31 smithi149 conmon[88219]: audit 2023-12-06T03:32:30.217825+0000 mgr.smithi134.npcsqu (mgr.14180) 1099 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:31 smithi134 conmon[83862]: cluster 2023-12-06T03:32:30.073161+0000 mgr.smithi134.npcsqu (mgr.14180) 1098 : cluster 2023-12-06T03:32:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:31 smithi134 conmon[83862]: [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:31 smithi134 conmon[83862]: audit 2023-12-06T03:32:30.217825+0000 mgr.smithi134.npcsqu (mgr.14180) 1099 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:31.874 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:33.449 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:33 smithi134 conmon[83862]: cluster 2023-12-06T03:32:32.073658+0000 mgr.smithi134.npcsqu (mgr.14180) 1100 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:33 smithi149 conmon[88219]: cluster 2023-12-06T03:32:32.073658+0000 mgr.smithi134.npcsqu (mgr.14180) 1100 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:33.851 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:33.852 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:34.496 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:34 smithi134 conmon[83862]: audit 2023-12-06T03:32:33.847091+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:32:34.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:34 smithi134 conmon[83862]: 1101 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:34.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:34 smithi134 conmon[83862]: cluster 2023-12-06T03:32:34.074381+0000 mgr.smithi134.npcsqu (mgr.14180) 1102 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:34 smithi149 conmon[88219]: audit 2023-12-06T03:32:33.847091+0000 mgr.smithi134.npcsqu (mgr.14180) 1101 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:34 smithi149 conmon[88219]: cluster 2023-12-06T03:32:34.074381+0000 mgr.smithi134.npcsqu (mgr.14180) 1102 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:35.497 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:37.414 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:37.415 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:37.442 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:37 smithi134 conmon[83862]: cluster 2023-12-06T03:32:36.074909+0000 mgr.smithi134.npcsqu (mgr.14180) 1103 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:37 smithi149 conmon[88219]: cluster 2023-12-06T03:32:36.074909+0000 mgr.smithi134.npcsqu (mgr.14180) 1103 : cluster 2023-12-06T03:32:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:37 smithi149 conmon[88219]: [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:38.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:39.049 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:39.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:39 smithi134 conmon[83862]: audit 2023-12-06T03:32:37.410258+0000 mgr.smithi134.npcsqu (mgr.14180) 1104 : audit 2023-12-06T03:32:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:39 smithi134 conmon[83862]: [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:39 smithi134 conmon[83862]: cluster 2023-12-06T03:32:38.075564+0000 mgr.smithi134.npcsqu (mgr.14180) 1105 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:39 smithi149 conmon[88219]: audit 2023-12-06T03:32:37.410258+0000 mgr.smithi134.npcsqu (mgr.14180) 1104 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:39 smithi149 conmon[88219]: cluster 2023-12-06T03:32:38.075564+0000 mgr.smithi134.npcsqu (mgr.14180) 1105 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:40.914 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:40.914 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:41.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:41 smithi134 conmon[83862]: cluster 2023-12-06T03:32:40.076053+0000 mgr.smithi134.npcsqu (mgr.14180) 1106 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:41.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:41 smithi149 conmon[88219]: cluster 2023-12-06T03:32:40.076053+0000 mgr.smithi134.npcsqu (mgr.14180) 1106 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:41 smithi149 conmon[88219]: 2023-12-06T03:32:42.537 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:42 smithi149 conmon[88219]: audit 2023-12-06T03:32:40.909898+0000 mgr.smithi134.npcsqu (mgr.14180) 1107 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:42.563 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:42 smithi134 conmon[83862]: audit 2023-12-06T03:32:40.909898+0000 mgr.smithi134.npcsqu (mgr.14180) 1107 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:43 smithi134 conmon[83862]: cluster 2023-12-06T03:32:42.076850+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:32:43.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:43 smithi134 conmon[83862]: ) 1108 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:43.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:43 smithi149 conmon[88219]: cluster 2023-12-06T03:32:42.076850+0000 mgr.smithi134.npcsqu (mgr.14180) 1108 : cluster 2023-12-06T03:32:43.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:43 smithi149 conmon[88219]: [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:44.459 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:44.459 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:44.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:44 smithi134 conmon[83862]: cluster 2023-12-06T03:32:44.077293+0000 mgr.smithi134.npcsqu (mgr.14180) 1109 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:44 smithi149 conmon[88219]: cluster 2023-12-06T03:32:44.077293+0000 mgr.smithi134.npcsqu (mgr.14180) 1109 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:45.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:45 smithi134 conmon[83862]: audit 2023-12-06T03:32:44.454793+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:32:45.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:45 smithi134 conmon[83862]: 1110 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:45 smithi149 conmon[88219]: audit 2023-12-06T03:32:44.454793+0000 mgr.smithi134.npcsqu (mgr.14180) 1110 : audit [DBG] 2023-12-06T03:32:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:45 smithi149 conmon[88219]: from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:46.121 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:46.570 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:46 smithi134 conmon[83862]: cluster 2023-12-06T03:32:46.077819+0000 mgr.smithi134.npcsqu (mgr.14180) 1111 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:46.803 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:46 smithi149 conmon[88219]: cluster 2023-12-06T03:32:46.077819+0000 mgr.smithi134.npcsqu (mgr.14180) 1111 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:48.060 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:48.060 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:48.705 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:49 smithi149 conmon[88219]: audit 2023-12-06T03:32:48.055922+0000 mgr.smithi134.npcsqu (mgr.14180) 1112 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:49 smithi149 conmon[88219]: cluster 2023-12-06T03:32:48.078317+0000 mgr.smithi134.npcsqu (mgr.14180) 1113 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:49 smithi134 conmon[83862]: audit 2023-12-06T03:32:48.055922+0000 mgr.smithi134.npcsqu (mgr.14180) 1112 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:49 smithi134 conmon[83862]: cluster 2023-12-06T03: 2023-12-06T03:32:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:49 smithi134 conmon[83862]: 32:48.078317+0000 mgr.smithi134.npcsqu (mgr.14180) 1113 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:49.705 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:51.262 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:51 smithi134 conmon[83862]: cluster 2023-12-06T03:32:50.078772+0000 mgr.smithi134.npcsqu (mgr.14180) 1114 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:51 smithi149 conmon[88219]: cluster 2023-12-06T03:32:50.078772+0000 mgr.smithi134.npcsqu (mgr.14180) 1114 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:51 smithi149 conmon[88219]: 2023-12-06T03:32:51.633 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:51.633 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:52.294 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:53.295 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:53 smithi149 conmon[88219]: audit 2023-12-06T03:32:51.629323+0000 mgr.smithi134.npcsqu (mgr.14180) 1115 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:53 smithi149 conmon[88219]: cluster 2023-12-06T03:32:52.079273+0000 mgr.smithi134.npcsqu (mgr.14180) 1116 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:53.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:53 smithi134 conmon[83862]: audit 2023-12-06T03:32:51.629323+0000 mgr.smithi134.npcsqu (mgr.14180) 1115 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:53.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:53 smithi134 conmon[83862]: cluster 2023-12-06T03:32:52. 2023-12-06T03:32:53.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:53 smithi134 conmon[83862]: 079273+0000 mgr.smithi134.npcsqu (mgr.14180) 1116 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:54.517 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:54 smithi134 conmon[83862]: cluster 2023-12-06T03:32:54.079719+0000 mgr.smithi134.npcsqu (mgr.14180) 1117 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:54 smithi149 conmon[88219]: cluster 2023-12-06T03:32:54.079719+0000 mgr.smithi134.npcsqu (mgr.14180) 1117 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:55.197 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:55.197 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:55 smithi134 conmon[83862]: audit 2023-12-06T03:32:55.192810+0000 mgr.smithi134.npcsqu (mgr.14180) 1118 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:55.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:55 smithi149 conmon[88219]: audit 2023-12-06T03:32:55.192810+0000 mgr.smithi134.npcsqu (mgr.14180) 1118 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:32:55.819 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:56.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:56 smithi134 conmon[83862]: cluster 2023-12-06T03:32:56.080466+0000 mgr.smithi134.npcsqu (mgr.14180) 1119 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:56.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:56 smithi149 conmon[88219]: cluster 2023-12-06T03:32:56.080466+0000 mgr.smithi134.npcsqu (mgr.14180) 1119 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:56.820 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:32:58.711 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:32:58.712 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:32:59.390 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:59 smithi134 conmon[83862]: cluster 2023-12-06T03:32:58.080981+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:32:59.390 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:32:59 smithi134 conmon[83862]: 14180) 1120 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:32:59.392 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:32:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:32:59 smithi149 conmon[88219]: cluster 2023-12-06T03:32:58.080981+0000 mgr.smithi134.npcsqu (mgr.14180) 1120 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:00.394 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:00.425 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:00 smithi134 conmon[83862]: audit 2023-12-06T03:32:58.707212+0000 mgr.smithi134.npcsqu (mgr.14180) 1121 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:00.425 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:00 smithi134 conmon[83862]: 2023-12-06T03:33:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:00 smithi149 conmon[88219]: audit 2023-12-06T03:32:58.707212+0000 mgr.smithi134.npcsqu (mgr.14180) 1121 : audit [DBG] 2023-12-06T03:33:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:00 smithi149 conmon[88219]: from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:01 smithi149 conmon[88219]: cluster 2023-12-06T03:33:00.081639+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:33:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:01 smithi149 conmon[88219]: 1122 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:01.602 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:01 smithi134 conmon[83862]: cluster 2023-12-06T03:33:00.081639+0000 2023-12-06T03:33:01.602 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:01 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1122 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:02.240 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:02.241 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:02.851 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:03 smithi149 conmon[88219]: cluster 2023-12-06T03:33:02.082186+0000 mgr.smithi134.npcsqu (mgr.14180) 1123 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:03 smithi149 conmon[88219]: audit 2023-12-06T03:33:02.236332+0000 mgr.smithi134.npcsqu (mgr.14180) 1124 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:03.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:03 smithi134 conmon[83862]: cluster 2023-12-06T03:33:02.082186+0000 mgr.smithi134.npcsqu (mgr.14180) 1123 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:03.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:03 smithi134 conmon[83862]: audit 2023-12-06T03:33:02.236332+0000 mgr.smithi134.npcsqu (mgr.14180) 1124 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:03.852 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:04 smithi134 conmon[83862]: cluster 2023-12-06T03:33:04.082753+0000 2023-12-06T03:33:04.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:04 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1125 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:04 smithi149 conmon[88219]: cluster 2023-12-06T03:33:04.082753+0000 mgr.smithi134.npcsqu (mgr.14180) 1125 : cluster [DBG] 2023-12-06T03:33:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:04 smithi149 conmon[88219]: pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:05.759 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:05.759 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:24:16.542953Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.wrvont on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:06.417 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:07.419 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:07.443 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:07 smithi134 conmon[83862]: audit 2023-12-06T03:33:05.755128+0000 mgr.smithi134.npcsqu (mgr.14180) 1126 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:07.443 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:07 smithi134 conmon[83862]: cluster 2023-12-06T03:33:06.083223+0000 mgr.smithi134.npcsqu (mgr.14180) 1127 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:07 smithi149 conmon[88219]: audit 2023-12-06T03:33:05.755128+0000 mgr.smithi134.npcsqu (mgr.14180) 1126 : audit [DBG] 2023-12-06T03:33:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:07 smithi149 conmon[88219]: from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:07 smithi149 conmon[88219]: cluster 2023-12-06T03:33:06.083223+0000 mgr.smithi134.npcsqu (mgr.14180) 1127 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:08.275 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:08 smithi134 conmon[83862]: audit 2023-12-06T03:33:07.318483+0000 2023-12-06T03:33:08.275 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:08 smithi134 conmon[83862]: mon.smithi134 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.ejjbwp"}]: dispatch 2023-12-06T03:33:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:08 smithi149 conmon[88219]: audit 2023-12-06T03:33:07.318483+0000 mon.smithi134 (mon.0) 759 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi149.ejjbwp"}]: dispatch 2023-12-06T03:33:08.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:08 smithi149 conmon[88219]: 2023-12-06T03:33:09.348 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:09.348 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: cephadm 2023-12-06T03:33:07.317947+0000 mgr.smithi134.npcsqu (mgr.14180) 1128 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.356 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: cephadm 2023-12-06T03:33:07.318179+0000 mgr.smithi134.npcsqu (mgr.14180) 1129 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: cephadm 2023-12-06T03:33:07.319196+0000 mgr.smithi134.npcsqu (mgr.14180) 1130 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: cephadm 2023-12-06T03:33:07.320849+0000 mgr.smithi134.npcsqu (mgr.14180) 1131 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.ptfhjd on smithi134 2023-12-06T03:33:09.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:09 smithi134 conmon[83862]: cluster 2023-12-06T03:33:08.083754+0000 mgr.smithi134.npcsqu (mgr.14180) 1132 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: cephadm 2023-12-06T03:33:07.317947+0000 mgr.smithi134.npcsqu (mgr.14180) 1128 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: cephadm 2023-12-06T03:33:07.318179+0000 mgr.smithi134.npcsqu (mgr.14180) 1129 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: cephadm 2023-12-06T03:33:07.319196+0000 mgr.smithi134.npcsqu (mgr.14180) 1130 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp 2023-12-06T03:33:09.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi149.ejjbwp ... 2023-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:10Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:31:48Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:32:26Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: 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=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: cephadm 2023-12-06T03:33:07.320849+0000 mgr.smithi134.npcsqu (mgr.14180) 1131 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi134.ptfhjd on smithi134 2023-12-06T03:33:09.554 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:09 smithi149 conmon[88219]: cluster 2023-12-06T03:33:08.083754+0000 mgr.smithi134.npcsqu (mgr.14180) 1132 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:10.018 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:11.018 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:11 smithi134 conmon[83862]: audit 2023-12-06T03:33:09.343052+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:33:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:11 smithi134 conmon[83862]: .14180) 1133 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:11.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:11 smithi134 conmon[83862]: cluster 2023-12-06T03:33:10.084383+0000 mgr.smithi134.npcsqu (mgr.14180) 1134 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:11 smithi149 conmon[88219]: audit 2023-12-06T03:33:09.343052+0000 mgr.smithi134.npcsqu (mgr.14180) 1133 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:11 smithi149 conmon[88219]: cluster 2023-12-06T03:33:10.084383+0000 mgr.smithi134.npcsqu (mgr.14180) 1134 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:13.017 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:13.018 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:13 smithi134 conmon[83862]: cluster 2023-12-06T03:33:12.084947+0000 mgr.smithi134.npcsqu (mgr.14180) 1135 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:13 smithi149 conmon[88219]: cluster 2023-12-06T03:33:12.084947+0000 mgr.smithi134.npcsqu (mgr.14180) 1135 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:13.642 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:14 smithi149 conmon[88219]: audit 2023-12-06T03:33:13.013145+0000 mgr.smithi134.npcsqu (mgr.14180) 1136 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:14 smithi134 conmon[83862]: audit 2023-12-06T03:33:13.013145+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:33:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:14 smithi134 conmon[83862]: 1136 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:14.644 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:15 smithi134 conmon[83862]: cluster 2023-12-06T03:33:14.085540+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:33:15.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:15 smithi134 conmon[83862]: ) 1137 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:15 smithi149 conmon[88219]: cluster 2023-12-06T03:33:14.085540+0000 mgr.smithi134.npcsqu (mgr.14180) 1137 : cluster 2023-12-06T03:33:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:15 smithi149 conmon[88219]: [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:16.522 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:16.522 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:17.098 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:17.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:17 smithi134 conmon[83862]: cluster 2023-12-06T03:33:16.085985+0000 mgr.smithi134.npcsqu (mgr.14180) 1138 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:17 smithi149 conmon[88219]: cluster 2023-12-06T03:33:16.085985+0000 mgr.smithi134.npcsqu (mgr.14180) 1138 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:18.098 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:18.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:18 smithi134 conmon[83862]: audit 2023-12-06T03:33:16.515894+0000 mgr.smithi134.npcsqu (mgr.14180) 1139 : 2023-12-06T03:33:18.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:18 smithi134 conmon[83862]: audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:18 smithi149 conmon[88219]: audit 2023-12-06T03:33:16.515894+0000 mgr.smithi134.npcsqu (mgr.14180) 1139 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:19 smithi149 conmon[88219]: cluster 2023-12-06T03:33:18.086589+0000 mgr.smithi134.npcsqu (mgr.14180) 1140 : cluster [DBG] 2023-12-06T03:33:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:19 smithi149 conmon[88219]: pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:19.586 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:19 smithi134 conmon[83862]: cluster 2023-12-06T03:33:18.086589+0000 mgr.smithi134.npcsqu (mgr.14180) 1140 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:19.966 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:19.967 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:20.548 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:21 smithi149 conmon[88219]: audit 2023-12-06T03:33:19.961209+0000 mgr.smithi134.npcsqu (mgr.14180) 1141 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:21 smithi149 conmon[88219]: cluster 2023-12-06T03:33:20.087055+0000 mgr.smithi134.npcsqu (mgr.14180) 1142 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:21.550 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:21.579 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:21 smithi134 conmon[83862]: audit 2023-12-06T03:33:19.961209+0000 mgr.smithi134.npcsqu (mgr.14180) 1141 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:21.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:21 smithi134 conmon[83862]: cluster 2023-12-06T03:33:20.087055+0000 mgr.smithi134.npcsqu (mgr.14180) 1142 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:23 smithi134 conmon[83862]: cluster 2023-12-06T03:33:22.087521+0000 mgr.smithi134.npcsqu 2023-12-06T03:33:23.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:23 smithi134 conmon[83862]: (mgr.14180) 1143 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:23.501 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:23.502 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:23 smithi149 conmon[88219]: cluster 2023-12-06T03:33:22.087521+0000 mgr.smithi134.npcsqu (mgr.14180) 1143 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:23 smithi149 conmon[88219]: 2023-12-06T03:33:24.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:24 smithi134 conmon[83862]: audit 2023-12-06T03:33:23.497442+0000 mgr.smithi134.npcsqu (mgr.14180) 1144 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:24 smithi134 conmon[83862]: cluster 2023-12-06T03:33:24.088017+0000 mgr.smithi134.npcsqu (mgr.14180) 1145 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:24 smithi149 conmon[88219]: audit 2023-12-06T03:33:23.497442+0000 mgr.smithi134.npcsqu (mgr.14180) 1144 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:24.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:24 smithi149 conmon[88219]: cluster 2023-12-06T03:33:24.088017+0000 mgr.smithi134.npcsqu (mgr.14180) 1145 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:25.115 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:26.910 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:26.910 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:27 smithi134 conmon[83862]: cluster 2023-12-06T03:33:26.088479 2023-12-06T03:33:27.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:27 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 1146 : cluster [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:27.522 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:27 smithi149 conmon[88219]: cluster 2023-12-06T03:33:26.088479+0000 mgr.smithi134.npcsqu (mgr.14180) 1146 : cluster 2023-12-06T03:33:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:27 smithi149 conmon[88219]: [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:28.523 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:28 smithi149 conmon[88219]: audit 2023-12-06T03:33:26.905050+0000 mgr.smithi134.npcsqu (mgr.14180) 1147 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:28.554 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:28 smithi134 conmon[83862]: audit 2023-12-06T03:33:26.905050+0000 mgr.smithi134.npcsqu (mgr.14180) 1147 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:29.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:29 smithi134 conmon[83862]: cluster 2023-12-06T03:33:28.089015 2023-12-06T03:33:29.330 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:29 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 1148 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:29 smithi149 conmon[88219]: cluster 2023-12-06T03:33:28.089015+0000 mgr.smithi134.npcsqu (mgr.14180) 1148 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:30.408 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:30.409 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:31.004 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:31 smithi134 conmon[83862]: cluster 2023-12-06T03:33:30.089621+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:33:31.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:31 smithi134 conmon[83862]: .14180) 1149 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:31 smithi149 conmon[88219]: cluster 2023-12-06T03:33:30.089621+0000 mgr.smithi134.npcsqu (mgr.14180) 1149 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:32.006 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:32.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:32 smithi134 conmon[83862]: audit 2023-12-06T03:33:30.403606+0000 mgr.smithi134.npcsqu (mgr.14180) 1150 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:32 smithi149 conmon[88219]: audit 2023-12-06T03:33:30.403606+0000 mgr.smithi134.npcsqu (mgr.14180) 1150 : audit [DBG] 2023-12-06T03:33:32.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:32 smithi149 conmon[88219]: from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:33.548 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:33 smithi134 conmon[83862]: cluster 2023-12-06T03:33:32.090228+0000 mgr.smithi134.npcsqu (mgr.14180) 1151 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:33.548 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:33 smithi149 conmon[88219]: cluster 2023-12-06T03:33:32.090228+0000 mgr.smithi134.npcsqu (mgr.14180) 1151 : cluster 2023-12-06T03:33:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:33 smithi149 conmon[88219]: [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:33.920 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:33.921 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:34.511 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:34 smithi149 conmon[88219]: audit 2023-12-06T03:33:33.916507+0000 mgr.smithi134.npcsqu (mgr.14180) 1152 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:34 smithi149 conmon[88219]: cluster 2023-12-06T03:33:34.090687+0000 mgr.smithi134.npcsqu (mgr.14180) 1153 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:34 smithi134 conmon[83862]: audit 2023-12-06T03:33:33.916507+0000 mgr.smithi134.npcsqu (mgr.14180) 1152 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:34 smithi134 conmon[83862]: cluster 2023-12-06T03:33:34.090687+0000 mgr.smithi134.npcsqu (mgr.14180) 1153 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:35.512 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:37.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:37 smithi134 conmon[83862]: cluster 2023-12-06T03:33: 2023-12-06T03:33:37.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:37 smithi134 conmon[83862]: 36.091267+0000 mgr.smithi134.npcsqu (mgr.14180) 1154 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:37.429 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:37.429 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:37 smithi149 conmon[88219]: cluster 2023-12-06T03:33:36.091267+0000 mgr.smithi134.npcsqu (mgr.14180) 1154 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:38.030 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:39.032 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:39 smithi134 conmon[83862]: audit 2023-12-06T03:33:37.424919+0000 mgr.smithi134.npcsqu (mgr.14180) 1155 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:39 smithi134 conmon[83862]: cluster 2023-12-06T03:33: 2023-12-06T03:33:39.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:39 smithi134 conmon[83862]: 38.091782+0000 mgr.smithi134.npcsqu (mgr.14180) 1156 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:39 smithi149 conmon[88219]: audit 2023-12-06T03:33:37.424919+0000 mgr.smithi134.npcsqu (mgr.14180) 1155 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:39 smithi149 conmon[88219]: 2023-12-06T03:33:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:39 smithi149 conmon[88219]: cluster 2023-12-06T03:33:38.091782+0000 mgr.smithi134.npcsqu (mgr.14180) 1156 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:40.872 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:40.872 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:41.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:41 smithi134 conmon[83862]: cluster 2023-12-06T03:33:40.092464+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:33:41.468 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:41 smithi134 conmon[83862]: 14180) 1157 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:41.486 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:41 smithi149 conmon[88219]: cluster 2023-12-06T03:33:40.092464+0000 mgr.smithi134.npcsqu (mgr.14180) 1157 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:42.487 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:42.517 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:42 smithi134 conmon[83862]: audit 2023-12-06T03:33:40.867568+0000 mgr.smithi134.npcsqu (mgr.14180) 1158 : audit [DBG] 2023-12-06T03:33:42.517 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:42 smithi134 conmon[83862]: from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:42 smithi149 conmon[88219]: audit 2023-12-06T03:33:40.867568+0000 mgr.smithi134.npcsqu (mgr.14180) 1158 : audit [DBG] 2023-12-06T03:33:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:42 smithi149 conmon[88219]: from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:43.311 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:43 smithi134 conmon[83862]: cluster 2023-12-06T03:33:42.093077+0000 mgr.smithi134.npcsqu (mgr.14180) 1159 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:43 smithi149 conmon[88219]: cluster 2023-12-06T03:33:42.093077+0000 mgr.smithi134.npcsqu (mgr.14180) 1159 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:44.404 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:44.404 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:44.627 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:44 smithi134 conmon[83862]: cluster 2023-12-06T03:33:44.093550+0000 2023-12-06T03:33:44.627 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:44 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1160 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:44 smithi149 conmon[88219]: cluster 2023-12-06T03:33:44.093550+0000 mgr.smithi134.npcsqu (mgr.14180) 1160 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:45.103 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:45 smithi149 conmon[88219]: audit 2023-12-06T03:33:44.399583+0000 mgr.smithi134.npcsqu (mgr.14180) 1161 : audit [DBG] 2023-12-06T03:33:45.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:45 smithi149 conmon[88219]: from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:45.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:45 smithi134 conmon[83862]: audit 2023-12-06T03:33:44.399583 2023-12-06T03:33:45.856 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:45 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 1161 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:46.104 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:46.585 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:46 smithi134 conmon[83862]: cluster 2023-12-06T03:33:46.094114+0000 mgr.smithi134.npcsqu (mgr.14180) 1162 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:46.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:46 smithi149 conmon[88219]: cluster 2023-12-06T03:33:46.094114+0000 mgr.smithi134.npcsqu (mgr.14180) 1162 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:48.054 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:48.055 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:48.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:49 smithi149 conmon[88219]: audit 2023-12-06T03:33:48.049730+0000 mgr.smithi134.npcsqu (mgr.14180) 1163 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:49.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:49 smithi149 conmon[88219]: cluster 2023-12-06T03:33:48.094630+0000 mgr.smithi134.npcsqu (mgr.14180) 1164 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:49 smithi134 conmon[83862]: audit 2023-12-06T03:33:48.049730+0000 mgr.smithi134.npcsqu (mgr.14180) 1163 : audit 2023-12-06T03:33:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:49 smithi134 conmon[83862]: [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:49 smithi134 conmon[83862]: cluster 2023-12-06T03:33:48.094630+0000 mgr.smithi134.npcsqu (mgr.14180) 1164 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:49.686 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:51.222 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:51 smithi134 conmon[83862]: cluster 2023-12-06T03:33:50.095266+0000 mgr.smithi134.npcsqu (mgr.14180) 1165 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:51 smithi149 conmon[88219]: cluster 2023-12-06T03:33:50.095266+0000 mgr.smithi134.npcsqu (mgr.14180) 1165 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:51.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:51 smithi149 conmon[88219]: 2023-12-06T03:33:51.642 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:51.643 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:52.259 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:53.261 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:53 smithi149 conmon[88219]: audit 2023-12-06T03:33:51.638236+0000 mgr.smithi134.npcsqu (mgr.14180) 1166 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:53 smithi149 conmon[88219]: cluster 2023-12-06T03:33:52.095695+0000 mgr.smithi134.npcsqu (mgr.14180) 1167 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:53.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:53 smithi134 conmon[83862]: audit 2023-12-06T03:33:51.638236+0000 mgr.smithi134.npcsqu (mgr.14180) 1166 : 2023-12-06T03:33:53.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:53 smithi134 conmon[83862]: audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:53.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:53 smithi134 conmon[83862]: cluster 2023-12-06T03:33:52.095695+0000 mgr.smithi134.npcsqu (mgr.14180) 1167 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:54.795 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:54 smithi134 conmon[83862]: cluster 2023-12-06T03:33:54.096222+0000 mgr.smithi134.npcsqu (mgr.14180) 1168 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:54 smithi149 conmon[88219]: cluster 2023-12-06T03:33:54.096222+0000 mgr.smithi134.npcsqu (mgr.14180) 1168 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:55.194 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:55.194 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:55 smithi134 conmon[83862]: audit 2023-12-06T03:33:55.188220+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:33:55.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:55 smithi134 conmon[83862]: mgr.14180) 1169 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:55.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:55 smithi149 conmon[88219]: audit 2023-12-06T03:33:55.188220+0000 mgr.smithi134.npcsqu (mgr.14180) 1169 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:33:55.841 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:56.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:56 smithi149 conmon[88219]: cluster 2023-12-06T03:33:56.096839+0000 mgr.smithi134.npcsqu (mgr.14180) 1170 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:56.842 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:33:56.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:56 smithi134 conmon[83862]: cluster 2023-12-06T03:33:56.096839+0000 2023-12-06T03:33:56.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:56 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1170 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:33:58.818 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:33:58.818 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:33:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:59 smithi134 conmon[83862]: cluster 2023-12-06T03:33:58.097316+0000 2023-12-06T03:33:59.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:33:59 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1171 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-06T03:33:59.517 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:33:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:33:59 smithi149 conmon[88219]: cluster 2023-12-06T03:33:58.097316+0000 mgr.smithi134.npcsqu (mgr.14180) 1171 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.7 KiB/s rd, 0 B/s wr, 6 op/s 2023-12-06T03:34:00.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:00 smithi149 conmon[88219]: audit 2023-12-06T03:33:58.813834+0000 mgr.smithi134.npcsqu (mgr.14180) 1172 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:00 smithi149 conmon[88219]: 2023-12-06T03:34:00.549 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:00 smithi134 conmon[83862]: audit 2023-12-06T03:33: 2023-12-06T03:34:00.550 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:00 smithi134 conmon[83862]: 58.813834+0000 mgr.smithi134.npcsqu (mgr.14180) 1172 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:01.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:01 smithi134 conmon[83862]: cluster 2023-12-06T03:34:00. 2023-12-06T03:34:01.333 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:01 smithi134 conmon[83862]: 097845+0000 mgr.smithi134.npcsqu (mgr.14180) 1173 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 75 op/s 2023-12-06T03:34:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:01 smithi149 conmon[88219]: cluster 2023-12-06T03:34:00.097845+0000 mgr.smithi134.npcsqu (mgr.14180) 1173 : cluster 2023-12-06T03:34:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:01 smithi149 conmon[88219]: [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 45 KiB/s rd, 0 B/s wr, 75 op/s 2023-12-06T03:34:02.404 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:02.404 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:03.016 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:03.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:03 smithi134 conmon[83862]: cluster 2023-12-06T03:34:02.098727+0000 mgr.smithi134.npcsqu (mgr.14180) 1174 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2023-12-06T03:34:03.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:03 smithi149 conmon[88219]: cluster 2023-12-06T03:34:02.098727+0000 mgr.smithi134.npcsqu (mgr.14180) 1174 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2023-12-06T03:34:04.017 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:04 smithi134 conmon[83862]: audit 2023-12-06T03:34:02.399749+0000 mgr.smithi134.npcsqu (mgr.14180) 1175 : audit [DBG] 2023-12-06T03:34:04.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:04 smithi134 conmon[83862]: from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:04.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:04 smithi149 conmon[88219]: audit 2023-12-06T03:34:02.399749+0000 mgr.smithi134.npcsqu (mgr.14180) 1175 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:05.501 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:05 smithi134 conmon[83862]: cluster 2023-12-06T03:34:04.099241+0000 mgr.smithi134.npcsqu (mgr.14180) 1176 : cluster 2023-12-06T03:34:05.501 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:05 smithi134 conmon[83862]: [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:05 smithi149 conmon[88219]: cluster 2023-12-06T03:34:04.099241+0000 mgr.smithi134.npcsqu (mgr.14180) 1176 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:05.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:05 smithi149 conmon[88219]: 2023-12-06T03:34:05.881 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:05.881 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:06.498 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:07.499 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:07.529 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:07 smithi134 conmon[83862]: audit 2023-12-06T03:34:05.876395+0000 mgr.smithi134.npcsqu (mgr.14180) 1177 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:07.529 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:07 smithi134 conmon[83862]: cluster 2023-12-06T03:34:06.099863+0000 mgr.smithi134.npcsqu (mgr.14180) 1178 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:07 smithi149 conmon[88219]: audit 2023-12-06T03:34:05.876395+0000 mgr.smithi134.npcsqu (mgr.14180) 1177 : audit [DBG] 2023-12-06T03:34:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:07 smithi149 conmon[88219]: from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:07 smithi149 conmon[88219]: cluster 2023-12-06T03:34:06.099863+0000 mgr.smithi134.npcsqu (mgr.14180) 1178 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:09 smithi134 conmon[83862]: cluster 2023-12-06T03:34:08.100417+0000 mgr.smithi134.npcsqu (mgr.14180) 1179 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:09.385 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:09.385 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:09 smithi149 conmon[88219]: cluster 2023-12-06T03:34:08.100417+0000 mgr.smithi134.npcsqu (mgr.14180) 1179 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 114 KiB/s rd, 0 B/s wr, 190 op/s 2023-12-06T03:34:10.057 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:11.058 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:11 smithi134 conmon[83862]: audit 2023-12-06T03:34:09.380908+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:34:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:11 smithi134 conmon[83862]: ) 1180 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:11 smithi134 conmon[83862]: cluster 2023-12-06T03:34:10.101094+0000 mgr.smithi134.npcsqu (mgr.14180) 1181 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 184 op/s 2023-12-06T03:34:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:11 smithi149 conmon[88219]: audit 2023-12-06T03:34:09.380908+0000 mgr.smithi134.npcsqu (mgr.14180) 1180 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:11 smithi149 conmon[88219]: cluster 2023-12-06T03:34:10.101094+0000 mgr.smithi134.npcsqu (mgr.14180) 1181 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 110 KiB/s rd, 0 B/s wr, 184 op/s 2023-12-06T03:34:13.002 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:13.002 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:13.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:13 smithi134 conmon[83862]: cluster 2023-12-06T03:34:12.101713+0000 mgr.smithi134.npcsqu (mgr.14180) 1182 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 114 op/s 2023-12-06T03:34:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:13 smithi149 conmon[88219]: cluster 2023-12-06T03:34:12.101713+0000 mgr.smithi134.npcsqu (mgr.14180) 1182 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 69 KiB/s rd, 0 B/s wr, 114 op/s 2023-12-06T03:34:13.591 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:14 smithi149 conmon[88219]: audit 2023-12-06T03:34:12.997803+0000 mgr.smithi134.npcsqu (mgr.14180) 1183 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:14.592 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:14.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:14 smithi134 conmon[83862]: audit 2023-12-06T03:34:12.997803+0000 mgr.smithi134.npcsqu (mgr.14180) 1183 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:15.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:15 smithi134 conmon[83862]: cluster 2023-12-06T03:34:14.102299+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:34:15.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:15 smithi134 conmon[83862]: ) 1184 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-12-06T03:34:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:15 smithi149 conmon[88219]: cluster 2023-12-06T03:34:14.102299+0000 mgr.smithi134.npcsqu (mgr.14180) 1184 : cluster [DBG] 2023-12-06T03:34:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:15 smithi149 conmon[88219]: pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 18 op/s 2023-12-06T03:34:16.442 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:16.443 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:17.056 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:17.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:17 smithi134 conmon[83862]: cluster 2023-12-06T03:34:16.102873+0000 mgr.smithi134.npcsqu (mgr.14180) 1185 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:17 smithi149 conmon[88219]: cluster 2023-12-06T03:34:16.102873+0000 mgr.smithi134.npcsqu (mgr.14180) 1185 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:18.058 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:18.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:18 smithi134 conmon[83862]: audit 2023-12-06T03:34:16.436786+0000 mgr.smithi134.npcsqu (mgr.14180) 1186 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:18.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:18 smithi149 conmon[88219]: audit 2023-12-06T03:34:16.436786+0000 mgr.smithi134.npcsqu (mgr.14180) 1186 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:19.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:19 smithi134 conmon[83862]: cluster 2023-12-06T03:34:18.103597+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:34:19.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:19 smithi134 conmon[83862]: mgr.14180) 1187 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:19 smithi149 conmon[88219]: cluster 2023-12-06T03:34:18.103597+0000 mgr.smithi134.npcsqu (mgr.14180) 1187 : cluster [DBG] 2023-12-06T03:34:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:19 smithi149 conmon[88219]: pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:19.863 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:19.863 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:20.488 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:21.488 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:21.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:21 smithi134 conmon[83862]: audit 2023-12-06T03:34:19.858785+0000 mgr.smithi134.npcsqu (mgr.14180) 1188 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:21.519 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:21 smithi134 conmon[83862]: cluster 2023-12-06T03:34:20.104109+0000 mgr.smithi134.npcsqu (mgr.14180) 1189 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:21 smithi149 conmon[88219]: audit 2023-12-06T03:34:19.858785+0000 mgr.smithi134.npcsqu (mgr.14180) 1188 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:21 smithi149 conmon[88219]: 2023-12-06T03:34:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:21 smithi149 conmon[88219]: cluster 2023-12-06T03:34:20.104109+0000 mgr.smithi134.npcsqu (mgr.14180) 1189 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:23.290 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:23.290 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:23.504 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:23 smithi134 conmon[83862]: cluster 2023-12-06T03:34:22.104735+0000 mgr.smithi134.npcsqu (mgr.14180) 1190 : cluster 2023-12-06T03:34:23.504 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:23 smithi134 conmon[83862]: [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:23 smithi149 conmon[88219]: cluster 2023-12-06T03:34:22.104735+0000 mgr.smithi134.npcsqu (mgr.14180) 1190 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:23 smithi149 conmon[88219]: 2023-12-06T03:34:23.931 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:24 smithi149 conmon[88219]: audit 2023-12-06T03:34:23.285026+0000 mgr.smithi134.npcsqu (mgr.14180) 1191 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:24.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:24 smithi134 conmon[83862]: audit 2023-12-06T03:34:23.285026+0000 mgr.smithi134.npcsqu (mgr.14180) 1191 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:24.932 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:25.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:25 smithi134 conmon[83862]: cluster 2023-12-06T03:34:24.105251+0000 mgr.smithi134.npcsqu (mgr.14180) 1192 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:25.358 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:25 smithi134 conmon[83862]: 2023-12-06T03:34:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:25 smithi149 conmon[88219]: cluster 2023-12-06T03:34:24.105251+0000 mgr.smithi134.npcsqu (mgr.14180) 1192 : cluster [DBG] 2023-12-06T03:34:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:25 smithi149 conmon[88219]: pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:26.842 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:26.842 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:27.445 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:27 smithi149 conmon[88219]: cluster 2023-12-06T03:34:26.105853+0000 mgr.smithi134.npcsqu (mgr.14180) 1193 : cluster 2023-12-06T03:34:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:27 smithi149 conmon[88219]: [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:27.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:27 smithi134 conmon[83862]: cluster 2023-12-06T03:34:26.105853+0000 mgr.smithi134.npcsqu (mgr.14180) 1193 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:28.449 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:28.475 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:28 smithi134 conmon[83862]: audit 2023-12-06T03:34:26.837520+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:34:28.476 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:28 smithi134 conmon[83862]: .14180) 1194 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:28 smithi149 conmon[88219]: audit 2023-12-06T03:34:26.837520+0000 mgr.smithi134.npcsqu (mgr.14180) 1194 : audit [DBG] 2023-12-06T03:34:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:28 smithi149 conmon[88219]: from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:29 smithi149 conmon[88219]: cluster 2023-12-06T03:34:28.106503+0000 mgr.smithi134.npcsqu (mgr.14180) 1195 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:29.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:29 smithi134 conmon[83862]: cluster 2023-12-06T03:34:28.106503+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:34:29.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:29 smithi134 conmon[83862]: mgr.14180) 1195 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:30.217 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:30.217 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:30.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:31 smithi149 conmon[88219]: cluster 2023-12-06T03:34:30.106990+0000 mgr.smithi134.npcsqu (mgr.14180) 1196 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:31 smithi149 conmon[88219]: audit 2023-12-06T03:34 2023-12-06T03:34:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:31 smithi149 conmon[88219]: :30.211561+0000 mgr.smithi134.npcsqu (mgr.14180) 1197 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:31 smithi134 conmon[83862]: cluster 2023-12-06T03:34:30.106990+0000 2023-12-06T03:34:31.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:31 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1196 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:31 smithi134 conmon[83862]: audit 2023-12-06T03:34:30.211561+0000 mgr.smithi134.npcsqu (mgr.14180) 1197 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:31.779 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:33.339 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:33 smithi134 conmon[83862]: cluster 2023-12-06T03:34:32.107520+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:34:33.339 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:33 smithi134 conmon[83862]: mgr.14180) 1198 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:33 smithi149 conmon[88219]: cluster 2023-12-06T03:34:32.107520+0000 mgr.smithi134.npcsqu (mgr.14180) 1198 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:33.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:33.722 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:34.388 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:34 smithi149 conmon[88219]: audit 2023-12-06T03:34:33.717605+0000 mgr.smithi134.npcsqu (mgr.14180) 1199 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:34 smithi149 conmon[88219]: 2023-12-06T03:34:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:34 smithi149 conmon[88219]: cluster 2023-12-06T03:34:34.107980+0000 mgr.smithi134.npcsqu (mgr.14180) 1200 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:34 smithi134 conmon[83862]: audit 2023-12-06T03:34:33.717605+0000 mgr.smithi134.npcsqu (mgr.14180) 1199 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:34 smithi134 conmon[83862]: cluster 2023-12-06T03:34:34.107980+0000 mgr.smithi134.npcsqu (mgr.14180) 1200 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:35.389 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:37.265 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:37.266 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:37.461 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:37 smithi134 conmon[83862]: cluster 2023-12-06T03:34:36.108527+0000 mgr.smithi134.npcsqu (mgr.14180) 1201 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:37 smithi149 conmon[88219]: cluster 2023-12-06T03:34:36.108527+0000 mgr.smithi134.npcsqu (mgr.14180) 1201 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:37.894 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:38.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:38 smithi149 conmon[88219]: audit 2023-12-06T03:34:37.257604+0000 mgr.smithi134.npcsqu (mgr.14180) 1202 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:38.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:38 smithi134 conmon[83862]: audit 2023-12-06T03:34:37.257604+0000 mgr.smithi134.npcsqu (mgr.14180) 1202 : 2023-12-06T03:34:38.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:38 smithi134 conmon[83862]: audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:38.895 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:39.535 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:39 smithi134 conmon[83862]: cluster 2023-12-06T03:34:38.109045+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:34:39.535 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:39 smithi134 conmon[83862]: mgr.14180) 1203 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:39 smithi149 conmon[88219]: cluster 2023-12-06T03:34:38.109045+0000 mgr.smithi134.npcsqu (mgr.14180) 1203 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:39 smithi149 conmon[88219]: 2023-12-06T03:34:40.791 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:40.792 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:41.376 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:41 smithi149 conmon[88219]: cluster 2023-12-06T03:34:40.109558+0000 mgr.smithi134.npcsqu (mgr.14180) 1204 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:41 smithi149 conmon[88219]: 2023-12-06T03:34:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:41 smithi134 conmon[83862]: cluster 2023-12-06T03:34:40.109558+0000 mgr.smithi134.npcsqu (mgr.14180) 1204 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:42.376 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:42 smithi149 conmon[88219]: audit 2023-12-06T03:34:40.786805+0000 mgr.smithi134.npcsqu (mgr.14180) 1205 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:42 smithi134 conmon[83862]: audit 2023-12-06T03:34:40.786805+0000 mgr.smithi134.npcsqu (mgr.14180) 1205 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:43 smithi149 conmon[88219]: cluster 2023-12-06T03:34:42.110122+0000 mgr.smithi134.npcsqu (mgr.14180) 1206 : 2023-12-06T03:34:43.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:43 smithi149 conmon[88219]: cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:43.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:43 smithi134 conmon[83862]: cluster 2023-12-06T03:34:42.110122+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:34:43.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:43 smithi134 conmon[83862]: ) 1206 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:44.268 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:44.268 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:44 smithi134 conmon[83862]: cluster 2023-12-06T03:34:44.110585 2023-12-06T03:34:44.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:44 smithi134 conmon[83862]: +0000 mgr.smithi134.npcsqu (mgr.14180) 1207 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:44.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:44 smithi134 conmon[83862]: audit 2023-12-06T03:34:44.263422+0000 mgr.smithi134.npcsqu (mgr.14180) 1208 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:44 smithi149 conmon[88219]: cluster 2023-12-06T03:34:44.110585+0000 mgr.smithi134.npcsqu (mgr.14180) 1207 : cluster [DBG] 2023-12-06T03:34:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:44 smithi149 conmon[88219]: pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:44.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:44 smithi149 conmon[88219]: audit 2023-12-06T03:34:44.263422+0000 mgr.smithi134.npcsqu (mgr.14180) 1208 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:44.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:45.869 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:47.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:47 smithi134 conmon[83862]: cluster 2023-12-06T03:34:46.111045+0000 mgr.smithi134.npcsqu (mgr.14180) 1209 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:47.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:47 smithi149 conmon[88219]: cluster 2023-12-06T03:34:46.111045+0000 mgr.smithi134.npcsqu (mgr.14180) 1209 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:47.750 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:47.750 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:48.358 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:49.360 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:49.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:49 smithi149 conmon[88219]: audit 2023-12-06T03:34:47.746044+0000 mgr.smithi134.npcsqu (mgr.14180) 1210 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:49.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:49 smithi149 conmon[88219]: cluster 2023-12- 2023-12-06T03:34:49.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:49 smithi149 conmon[88219]: 06T03:34:48.111479+0000 mgr.smithi134.npcsqu (mgr.14180) 1211 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:49 smithi134 conmon[83862]: audit 2023-12-06T03:34:47.746044+0000 mgr.smithi134.npcsqu (mgr.14180) 1210 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:49.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:49 smithi134 conmon[83862]: 2023-12-06T03:34:49.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:49 smithi134 conmon[83862]: cluster 2023-12-06T03:34:48.111479+0000 mgr.smithi134.npcsqu (mgr.14180) 1211 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:51.352 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:51.352 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:51.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:51 smithi134 conmon[83862]: cluster 2023-12-06T03:34:50.111935+0000 mgr.smithi134.npcsqu (mgr.14180) 1212 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:51.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:51 smithi149 conmon[88219]: cluster 2023-12-06T03:34:50.111935+0000 mgr.smithi134.npcsqu (mgr.14180) 1212 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:51.916 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:52.917 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:53 smithi134 conmon[83862]: audit 2023-12-06T03:34:51.346890+0000 mgr.smithi134.npcsqu (mgr.14180) 1213 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:53.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:53 smithi134 conmon[83862]: cluster 2023-12-06T03:34:52.112435+0000 mgr.smithi134.npcsqu (mgr.14180) 1214 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:53 smithi149 conmon[88219]: audit 2023-12-06T03:34:51.346890+0000 mgr.smithi134.npcsqu (mgr.14180) 1213 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:53 smithi149 conmon[88219]: cluster 2023-12-06T03:34 2023-12-06T03:34:53.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:53 smithi149 conmon[88219]: :52.112435+0000 mgr.smithi134.npcsqu (mgr.14180) 1214 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:54.409 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:54 smithi134 conmon[83862]: cluster 2023-12-06T03:34:54.113049+0000 mgr.smithi134.npcsqu (mgr.14180) 1215 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:54.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:54 smithi149 conmon[88219]: cluster 2023-12-06T03:34:54.113049+0000 mgr.smithi134.npcsqu (mgr.14180) 1215 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:54.811 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:54.811 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:55.466 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:55.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:55 smithi149 conmon[88219]: audit 2023-12-06T03:34:54.806789+0000 mgr.smithi134.npcsqu (mgr.14180) 1216 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:55.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:55 smithi134 conmon[83862]: audit 2023-12-06T03:34:54.806789+0000 mgr.smithi134.npcsqu (mgr.14180) 1216 : audit [DBG] 2023-12-06T03:34:55.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:55 smithi134 conmon[83862]: from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:34:56.467 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:34:56.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:56 smithi149 conmon[88219]: cluster 2023-12-06T03:34:56.113603+0000 mgr.smithi134.npcsqu (mgr.14180) 1217 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:56.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:56 smithi134 conmon[83862]: cluster 2023-12-06T03:34:56.113603+0000 mgr.smithi134.npcsqu (mgr.14180) 1217 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:56.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:56 smithi134 conmon[83862]: 2023-12-06T03:34:58.340 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:34:58.340 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:34:59.041 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:34:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:59 smithi134 conmon[83862]: cluster 2023-12-06T03: 2023-12-06T03:34:59.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:34:59 smithi134 conmon[83862]: 34:58.114139+0000 mgr.smithi134.npcsqu (mgr.14180) 1218 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:34:59.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:34:59 smithi149 conmon[88219]: cluster 2023-12-06T03:34:58.114139+0000 mgr.smithi134.npcsqu (mgr.14180) 1218 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:00.042 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:00 smithi134 conmon[83862]: audit 2023-12-06T03:34:58.335522+0000 mgr.smithi134.npcsqu (mgr.14180) 1219 : audit [DBG] 2023-12-06T03:35:00.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:00 smithi134 conmon[83862]: from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:00.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:00 smithi149 conmon[88219]: audit 2023-12-06T03:34:58.335522+0000 mgr.smithi134.npcsqu (mgr.14180) 1219 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:01.501 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:01 smithi134 conmon[83862]: cluster 2023-12-06T03:35:00.114681+0000 mgr.smithi134.npcsqu (mgr.14180) 1220 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:01 smithi149 conmon[88219]: cluster 2023-12-06T03:35:00.114681+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:35:01.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:01 smithi149 conmon[88219]: 1220 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:01.907 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:01.907 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:02.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:03.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:03 smithi149 conmon[88219]: audit 2023-12-06T03:35:01.902963+0000 mgr.smithi134.npcsqu (mgr.14180) 1221 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:03.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:03 smithi149 conmon[88219]: 2023-12-06T03:35:03.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:03 smithi149 conmon[88219]: cluster 2023-12-06T03:35:02.115218+0000 mgr.smithi134.npcsqu (mgr.14180) 1222 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:03.574 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:03.601 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:03 smithi134 conmon[83862]: audit 2023-12-06T03:35:01. 2023-12-06T03:35:03.601 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:03 smithi134 conmon[83862]: 902963+0000 mgr.smithi134.npcsqu (mgr.14180) 1221 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:03.601 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:03 smithi134 conmon[83862]: cluster 2023-12-06T03:35:02.115218+0000 mgr.smithi134.npcsqu (mgr.14180) 1222 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:04 smithi149 conmon[88219]: cluster 2023-12-06T03:35:04.115666+0000 mgr.smithi134.npcsqu (mgr.14180) 1223 : cluster 2023-12-06T03:35:04.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:04 smithi149 conmon[88219]: [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:04.803 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:04 smithi134 conmon[83862]: cluster 2023-12-06T03:35:04.115666+0000 mgr.smithi134.npcsqu (mgr.14180) 1223 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:05.429 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:05.429 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:06.031 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:07.032 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:07.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:07 smithi134 conmon[83862]: audit 2023-12-06T03:35:05.424770+0000 mgr.smithi134.npcsqu (mgr.14180) 1224 2023-12-06T03:35:07.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:07 smithi134 conmon[83862]: : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:07.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:07 smithi134 conmon[83862]: cluster 2023-12-06T03:35:06.116386+0000 mgr.smithi134.npcsqu (mgr.14180) 1225 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:07 smithi149 conmon[88219]: audit 2023-12-06T03:35:05.424770+0000 mgr.smithi134.npcsqu (mgr.14180) 1224 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:07.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:07 smithi149 conmon[88219]: cluster 2023-12-06T03:35:06.116386+0000 mgr.smithi134.npcsqu (mgr.14180) 1225 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:08.944 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:08.944 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:09.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:09 smithi134 conmon[83862]: cluster 2023-12-06T03:35:08.116978+0000 mgr.smithi134.npcsqu (mgr.14180) 1226 : cluster 2023-12-06T03:35:09.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:09 smithi134 conmon[83862]: [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:09.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:09 smithi149 conmon[88219]: cluster 2023-12-06T03:35:08.116978+0000 mgr.smithi134.npcsqu (mgr.14180) 1226 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:09.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:10.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:10 smithi149 conmon[88219]: audit 2023-12-06T03:35:08.939680+0000 mgr.smithi134.npcsqu (mgr.14180) 1227 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:10.573 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:10.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:10 smithi134 conmon[83862]: audit 2023-12-06T03:35:08.939680+0000 mgr.smithi134.npcsqu (mgr.14180) 1227 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:11 smithi134 conmon[83862]: cluster 2023-12-06T03:35:10.117572+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:35:11.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:11 smithi134 conmon[83862]: ) 1228 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:11.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:11 smithi149 conmon[88219]: cluster 2023-12-06T03:35:10.117572+0000 mgr.smithi134.npcsqu (mgr.14180) 1228 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:12.462 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:12.463 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:13.114 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:13.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:13 smithi134 conmon[83862]: cluster 2023-12-06T03:35:12.118276+0000 mgr.smithi134.npcsqu (mgr.14180) 1229 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:13.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:13 smithi149 conmon[88219]: cluster 2023-12-06T03:35:12.118276+0000 mgr.smithi134.npcsqu (mgr.14180) 1229 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:14.115 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:14.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:14 smithi149 conmon[88219]: audit 2023-12-06T03:35:12.457824+0000 mgr.smithi134.npcsqu (mgr.14180) 1230 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:14.580 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:14 smithi134 conmon[83862]: audit 2023-12-06T03:35:12.457824+0000 mgr.smithi134.npcsqu (mgr.14180) 1230 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:15.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:15 smithi149 conmon[88219]: cluster 2023-12-06T03:35:14.118787+0000 mgr.smithi134.npcsqu (mgr.14180) 1231 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:15.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:15 smithi134 conmon[83862]: cluster 2023-12-06T03:35:14.118787+0000 mgr.smithi134.npcsqu (mgr.14180) 1231 : cluster [DBG] 2023-12-06T03:35:15.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:15 smithi134 conmon[83862]: pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:16.004 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:16.004 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:16.629 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:17 smithi149 conmon[88219]: audit 2023-12-06T03:35:15.999609+0000 mgr.smithi134.npcsqu (mgr.14180) 1232 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:17 smithi149 conmon[88219]: cluster 2023-12-06T03:35 2023-12-06T03:35:17.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:17 smithi149 conmon[88219]: :16.119225+0000 mgr.smithi134.npcsqu (mgr.14180) 1233 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:17 smithi134 conmon[83862]: audit 2023-12-06T03:35:15.999609+0000 mgr.smithi134.npcsqu (mgr.14180) 1232 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:17.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:17 smithi134 conmon[83862]: cluster 2023-12-06T03:35:16.119225+0000 mgr.smithi134.npcsqu (mgr.14180) 1233 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:17.630 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:19.478 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:19.478 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:19.502 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:19 smithi134 conmon[83862]: cluster 2023-12-06T03:35:18.119767+0000 mgr.smithi134.npcsqu (mgr.14180) 1234 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:19.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:19 smithi149 conmon[88219]: cluster 2023-12-06T03:35:18.119767+0000 mgr.smithi134.npcsqu (mgr.14180) 1234 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:20.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:21.071 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:21.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:21 smithi134 conmon[83862]: audit 2023-12-06T03:35:19.473603+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:35:21.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:21 smithi134 conmon[83862]: ) 1235 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:21.355 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:21 smithi134 conmon[83862]: cluster 2023-12-06T03:35:20.120202+0000 mgr.smithi134.npcsqu (mgr.14180) 1236 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:21 smithi149 conmon[88219]: audit 2023-12-06T03:35:19.473603+0000 mgr.smithi134.npcsqu (mgr.14180) 1235 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:21 smithi149 conmon[88219]: cluster 2023-12- 2023-12-06T03:35:21.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:21 smithi149 conmon[88219]: 06T03:35:20.120202+0000 mgr.smithi134.npcsqu (mgr.14180) 1236 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:22.920 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:22.920 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:23.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:23 smithi149 conmon[88219]: cluster 2023-12-06T03:35:22.120751+0000 mgr.smithi134.npcsqu (mgr.14180) 1237 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:23.584 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:23 smithi134 conmon[83862]: cluster 2023-12-06T03:35:22.120751+0000 mgr.smithi134.npcsqu (mgr.14180) 1237 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:23.603 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:24 smithi149 conmon[88219]: audit 2023-12-06T03:35:22.915805+0000 mgr.smithi134.npcsqu (mgr.14180) 1238 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:24.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:24 smithi149 conmon[88219]: 2023-12-06T03:35:24.604 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:24.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:24 smithi134 conmon[83862]: audit 2023-12-06T03:35:22.915805+0000 mgr.smithi134.npcsqu (mgr.14180) 1238 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:25 smithi134 conmon[83862]: cluster 2023-12-06T03:35:24.121439+0000 mgr.smithi134.npcsqu (mgr. 2023-12-06T03:35:25.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:25 smithi134 conmon[83862]: 14180) 1239 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:25.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:25 smithi149 conmon[88219]: cluster 2023-12-06T03:35:24.121439+0000 mgr.smithi134.npcsqu (mgr.14180) 1239 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:26.502 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:26.502 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:27.160 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:27 smithi149 conmon[88219]: cluster 2023-12-06T03:35:26.121938+0000 mgr.smithi134.npcsqu (mgr.14180) 1240 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:27.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:27 smithi149 conmon[88219]: 2023-12-06T03:35:27.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:27 smithi134 conmon[83862]: cluster 2023-12-06T03:35:26.121938+0000 mgr.smithi134.npcsqu (mgr.14180) 1240 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:28.161 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:28.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:28 smithi149 conmon[88219]: audit 2023-12-06T03:35:26.497217+0000 mgr.smithi134.npcsqu (mgr.14180) 1241 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:28.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:28 smithi134 conmon[83862]: audit 2023-12-06T03:35:26.497217+0000 mgr.smithi134.npcsqu (mgr.14180) 1241 : audit [DBG] 2023-12-06T03:35:28.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:28 smithi134 conmon[83862]: from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:29 smithi134 conmon[83862]: cluster 2023-12-06T03:35:28.122546+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:35:29.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:29 smithi134 conmon[83862]: ) 1242 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:29 smithi149 conmon[88219]: cluster 2023-12-06T03:35:28.122546+0000 mgr.smithi134.npcsqu (mgr.14180) 1242 : cluster 2023-12-06T03:35:29.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:29 smithi149 conmon[88219]: [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:30.004 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:30.004 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:30.693 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:31 smithi149 conmon[88219]: audit 2023-12-06T03:35:29.999287+0000 mgr.smithi134.npcsqu (mgr.14180) 1243 : 2023-12-06T03:35:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:31 smithi149 conmon[88219]: audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:31.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:31 smithi149 conmon[88219]: cluster 2023-12-06T03:35:30.123103+0000 mgr.smithi134.npcsqu (mgr.14180) 1244 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:31 smithi134 conmon[83862]: audit 2023-12-06T03:35:29.999287+0000 mgr.smithi134.npcsqu (mgr.14180) 1243 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:31.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:31 smithi134 conmon[83862]: cluster 2023-12-06T03:35:30.123103+0000 mgr.smithi134.npcsqu (mgr.14180) 1244 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:31.694 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:33.546 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:33.547 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:33 smithi149 conmon[88219]: cluster 2023-12-06T03:35:32.123904+0000 mgr.smithi134.npcsqu (mgr.14180) 1245 : cluster [DBG] 2023-12-06T03:35:33.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:33 smithi149 conmon[88219]: pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:33.572 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:33 smithi134 conmon[83862]: cluster 2023-12-06T03:35:32.123904+0000 mgr.smithi134.npcsqu (mgr.14180) 1245 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:34.151 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:34 smithi149 conmon[88219]: audit 2023-12-06T03:35:33.542110+0000 mgr.smithi134.npcsqu (mgr.14180) 1246 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:34.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:34 smithi149 conmon[88219]: cluster 2023-12-06T03:35:34.124473+0000 mgr.smithi134.npcsqu (mgr.14180) 1247 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:34 smithi134 conmon[83862]: audit 2023-12-06T03:35:33.542110+0000 mgr.smithi134.npcsqu (mgr.14180) 1246 : audit 2023-12-06T03:35:34.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:34 smithi134 conmon[83862]: [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:34 smithi134 conmon[83862]: cluster 2023-12-06T03:35:34.124473+0000 mgr.smithi134.npcsqu (mgr.14180) 1247 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:35.152 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:37.030 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:37.030 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:26:54.599137Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.tckfqz on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-tckfqz\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.tckfqz\nDeploy daemon haproxy.rgw.foo.smithi149.tckfqz ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:24:58Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:25:35Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:26:14Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.883710Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.atmckm on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-atmckm\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.atmckm\nDeploy daemon haproxy.rgw.foo.smithi134.atmckm ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:27: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-12-06T03:28:08Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:28: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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:29:27.884888Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.eryzds on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:37.354 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:37 smithi134 conmon[83862]: cluster 2023-12-06T03:35:36.125000+0000 mgr.smithi134.npcsqu (mgr.14180) 1248 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:37 smithi149 conmon[88219]: cluster 2023-12-06T03:35:36.125000+0000 mgr.smithi134.npcsqu (mgr.14180) 1248 : cluster 2023-12-06T03:35:37.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:37 smithi149 conmon[88219]: [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:37.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:38.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:38 smithi149 conmon[88219]: audit 2023-12-06T03:35:37.025541+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:35:38.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:38 smithi149 conmon[88219]: 1249 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:38.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:38 smithi134 conmon[83862]: audit 2023-12-06T03:35:37.025541+0000 mgr.smithi134.npcsqu (mgr.14180) 1249 : 2023-12-06T03:35:38.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:38 smithi134 conmon[83862]: audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:38.651 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:39.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:39 smithi134 conmon[83862]: cluster 2023-12-06T03:35:38.125526+0000 mgr.smithi134.npcsqu (mgr.14180) 2023-12-06T03:35:39.357 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:39 smithi134 conmon[83862]: 1250 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:39 smithi149 conmon[88219]: cluster 2023-12-06T03:35:38.125526+0000 mgr.smithi134.npcsqu (mgr.14180) 1250 : 2023-12-06T03:35:39.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:39 smithi149 conmon[88219]: cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:40.600 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:40.600 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:41.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:41 smithi149 conmon[88219]: cluster 2023-12-06T03:35:40.126127+0000 mgr.smithi134.npcsqu (mgr.14180) 1251 : cluster 2023-12-06T03:35:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:41 smithi149 conmon[88219]: [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:41.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:41 smithi149 conmon[88219]: audit 2023-12-06T03:35:40.520249+0000 mon.smithi134 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.ptfhjd"}]: dispatch 2023-12-06T03:35:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:41 smithi134 conmon[83862]: cluster 2023-12-06T03:35:40.126127+0000 mgr.smithi134.npcsqu (mgr.14180) 1251 : 2023-12-06T03:35:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:41 smithi134 conmon[83862]: cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:41.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:41 smithi134 conmon[83862]: audit 2023-12-06T03:35:40.520249+0000 mon.smithi134 (mon.0) 760 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi134.ptfhjd"}]: dispatch 2023-12-06T03:35:42.284 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:42.549 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:35:40.519762+0000 mgr.smithi134.npcsqu (mgr.14180) 1252 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.550 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Traceback (most recent call last): 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: yield (conn, connr) 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: code, '\n'.join(err))) 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.551 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:35:40.519926+0000 mgr.smithi134.npcsqu (mgr.14180) 1253 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:35:40.520806+0000 mgr.smithi134.npcsqu (mgr.14180) 1254 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.552 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:35:40.521953+0000 mgr.smithi134.npcsqu (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cephadm 2023-12-06T03:35:40.522890+0000 mgr.smithi134.npcsqu (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cluster 2023-12-06T03:35:40.523545+0000 mgr.smithi134.npcsqu (mgr.14180) 1257 : cluster 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: audit 2023-12-06T03:35:40.596316+0000 mgr.smithi134.npcsqu (mgr.14180) 1258 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:42.553 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:42 smithi149 conmon[88219]: cluster 2023-12-06T03:35:41.187999+0000 mon.smithi134 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:35:40.519762+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: ) 1252 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.605 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Traceback (most recent call last): 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: yield (conn, connr) 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: code, '\n'.join(err))) 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.606 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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/incre 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: ase-rate-limit 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:35:40.519926+0000 mgr.smithi134.npcsqu (mgr.14180) 1253 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:35:40.520806+0000 mgr.smithi134.npcsqu (mgr.14180) 1254 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.607 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: /bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: Deploy daemon haproxy.rgw.foo.smithi134.ptfhjd ... 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:33:44Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:34: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-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: stat: stderr time="2023-12-06T03:35:00Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: 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-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: 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=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:35:40.521953+0000 mgr.smithi134.npcsqu (mgr.14180) 1255 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cephadm 2023-12-06T03:35:40.522890+0000 mgr.smithi134.npcsqu (mgr.14180) 1256 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2023-12-06T03:35:42.608 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cluster 2023-12-06T03:35:40.523545+0000 mgr.smithi134.npcsqu (mgr.14180) 1257 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:42.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: audit 2023-12-06T03:35:40.596316+0000 mgr.smithi134.npcsqu (mgr.14180) 1258 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:42.609 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:42 smithi134 conmon[83862]: cluster 2023-12-06T03:35:41.187999+0000 mon.smithi134 (mon.0) 761 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2023-12-06T03:35:43.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:43 smithi134 conmon[83862]: cluster 2023-12-06T03:35:42.524195+0000 mgr.smithi134.npcsqu (mgr.14180) 1259 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:43.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:43 smithi134 conmon[83862]: audit 2023-12-06T03:35:42.655281+0000 mon.smithi134 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:35:43.785 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:43 smithi134 conmon[83862]: audit 2023-12-06T03:35:43.087085+0000 mon.smithi134 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:35:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:43 smithi149 conmon[88219]: cluster 2023-12-06T03:35:42.524195+0000 mgr.smithi134.npcsqu (mgr.14180) 1259 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:43 smithi149 conmon[88219]: audit 2023-12-06T03:35:42.655281+0000 mon.smithi134 (mon.0) 762 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:35:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:43 smithi149 conmon[88219]: audit 2023-12-06T03:35:43.087085+0000 mon.smithi134 (mon.0) 763 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:35:44.178 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:44.178 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:44.809 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:45.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:44 smithi149 conmon[88219]: audit 2023-12-06T03:35:44.173920+0000 mgr.smithi134.npcsqu (mgr.14180) 1260 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:45.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:44 smithi134 conmon[83862]: audit 2023-12-06T03:35:44.173920+0000 mgr.smithi134.npcsqu (mgr.14180) 1260 2023-12-06T03:35:45.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:44 smithi134 conmon[83862]: : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:45.810 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:45 smithi149 conmon[88219]: cluster 2023-12-06T03:35:44.524776+0000 mgr.smithi134.npcsqu (mgr.14180) 1261 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:46.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:45 smithi134 conmon[83862]: cluster 2023-12-06T03:35:44.524776+0000 mgr.smithi134.npcsqu (mgr.14180) 1261 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:47.696 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:47.696 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:48.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:47 smithi149 conmon[88219]: cluster 2023-12-06T03:35:46.525360+0000 mgr.smithi134.npcsqu (mgr.14180) 1262 : cluster [DBG] 2023-12-06T03:35:48.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:47 smithi149 conmon[88219]: pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:48.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:47 smithi134 conmon[83862]: cluster 2023-12-06T03:35:46.525360+0000 mgr.smithi134.npcsqu (mgr.14180) 1262 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:48.298 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:48 smithi149 conmon[88219]: audit 2023-12-06T03:35:47.691562+0000 mgr.smithi134.npcsqu (mgr.14180) 1263 : audit 2023-12-06T03:35:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:48 smithi149 conmon[88219]: [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:49.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:48 smithi134 conmon[83862]: audit 2023-12-06T03:35:47.691562+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:35:49.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:48 smithi134 conmon[83862]: mgr.14180) 1263 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:49.299 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:49.970 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:49 smithi134 conmon[83862]: cluster 2023-12-06T03:35:48.526278+0000 mgr.smithi134.npcsqu (mgr.14180) 1264 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:50.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:49 smithi149 conmon[88219]: cluster 2023-12-06T03:35:48.526278+0000 mgr.smithi134.npcsqu (mgr.14180) 1264 : cluster [DBG] 2023-12-06T03:35:50.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:49 smithi149 conmon[88219]: pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:51.165 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:51.165 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:51.773 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:51 smithi149 conmon[88219]: cluster 2023-12-06T03:35:50.526899+0000 mgr.smithi134.npcsqu (mgr.14180) 1265 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:52.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:51 smithi149 conmon[88219]: audit 2023-12-06T03:35:51.160375+0000 mgr.smithi134.npcsqu (mgr.14180) 1266 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:52.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:51 smithi134 conmon[83862]: cluster 2023-12-06T03:35:50.526899+0000 mgr.smithi134.npcsqu (mgr.14180) 1265 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:51 smithi134 conmon[83862]: audit 2023-12-06T03:35:52.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:51 smithi134 conmon[83862]: 2023-12-06T03:35:51.160375+0000 mgr.smithi134.npcsqu (mgr.14180) 1266 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:52.774 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:54.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:53 smithi149 conmon[88219]: cluster 2023-12-06T03:35:52.527735+0000 mgr.smithi134.npcsqu (mgr.14180) 1267 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:54.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:53 smithi134 conmon[83862]: cluster 2023-12-06T03:35:52.527735+0000 mgr.smithi134.npcsqu ( 2023-12-06T03:35:54.067 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:53 smithi134 conmon[83862]: mgr.14180) 1267 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:54.670 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:54.670 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:55.283 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:56.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:55 smithi149 conmon[88219]: cluster 2023-12-06T03:35:54.528310+0000 mgr.smithi134.npcsqu (mgr.14180) 1268 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:56.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:55 smithi149 conmon[88219]: audit 2023-12-06T03:35:54.665444+0000 mgr.smithi134.npcsqu (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:56.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:55 smithi134 conmon[83862]: cluster 2023-12-06T03:35:54.528310+0000 mgr.smithi134.npcsqu (mgr.14180) 1268 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:56.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:55 smithi134 conmon[83862]: audit 2023-12-06T03:35:54.665444+0000 mgr.smithi134.npcsqu (mgr.14180) 1269 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:56.284 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:35:57.842 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:57 smithi134 conmon[83862]: cluster 2023-12-06T03:35:56.528893+0000 mgr.smithi134.npcsqu (mgr.14180) 1270 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:58.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:57 smithi149 conmon[88219]: cluster 2023-12-06T03:35:56.528893+0000 mgr.smithi134.npcsqu (mgr.14180) 1270 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:35:58.224 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:35:58.224 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:35:58.805 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:35:59.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:58 smithi149 conmon[88219]: audit 2023-12-06T03:35:58.219210+0000 mgr.smithi134.npcsqu (mgr.14180) 1271 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:59.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:58 smithi134 conmon[83862]: audit 2023-12-06T03:35:58.219210+0000 mgr.smithi134.npcsqu (mgr.14180) 1271 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:35:59.807 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:00.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:35:59 smithi149 conmon[88219]: cluster 2023-12-06T03:35:58.529584+0000 mgr.smithi134.npcsqu (mgr.14180) 1272 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:00.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:35:59 smithi134 conmon[83862]: cluster 2023-12-06T03:35:58.529584+0000 mgr.smithi134.npcsqu (mgr.14180) 1272 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:01.686 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:01.686 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:02.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:01 smithi149 conmon[88219]: cluster 2023-12-06T03:36:00.530221+0000 mgr.smithi134.npcsqu (mgr.14180) 1273 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:02.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:01 smithi134 conmon[83862]: cluster 2023-12-06T03:36:00.530221+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:36:02.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:01 smithi134 conmon[83862]: ) 1273 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:02.347 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:03.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:02 smithi149 conmon[88219]: audit 2023-12-06T03:36:01.681737+0000 mgr.smithi134.npcsqu (mgr.14180) 1274 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:03.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:02 smithi134 conmon[83862]: audit 2023-12-06T03:36:01.681737+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:36:03.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:02 smithi134 conmon[83862]: .14180) 1274 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:03.348 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:03.994 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:03 smithi134 conmon[83862]: cluster 2023-12-06T03:36:02.530926+0000 mgr.smithi134.npcsqu (mgr.14180) 1275 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:04.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:03 smithi149 conmon[88219]: cluster 2023-12-06T03:36:02.530926+0000 mgr.smithi134.npcsqu (mgr.14180) 1275 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:05.230 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:05.230 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:05.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:06.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:05 smithi149 conmon[88219]: cluster 2023-12-06T03:36:04.531547+0000 mgr.smithi134.npcsqu (mgr.14180) 1276 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:06.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:05 smithi149 conmon[88219]: audit 2023-12-06T 2023-12-06T03:36:06.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:05 smithi149 conmon[88219]: 03:36:05.216386+0000 mgr.smithi134.npcsqu (mgr.14180) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:06.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:05 smithi134 conmon[83862]: cluster 2023-12-06T03:36:04.531547+0000 mgr.smithi134.npcsqu (mgr.14180) 1276 : 2023-12-06T03:36:06.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:05 smithi134 conmon[83862]: cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:06.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:05 smithi134 conmon[83862]: audit 2023-12-06T03:36:05.216386+0000 mgr.smithi134.npcsqu (mgr.14180) 1277 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:06.898 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:08.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:07 smithi149 conmon[88219]: cluster 2023-12-06T03:36:06.532363+0000 mgr.smithi134.npcsqu (mgr.14180) 1278 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:08.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:07 smithi134 conmon[83862]: cluster 2023-12-06T03:36:06.532363+0000 mgr.smithi134.npcsqu (mgr.14180) 1278 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:08.833 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:08.833 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:09.461 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:09 smithi149 conmon[88219]: cluster 2023-12-06T03:36:08.533040+0000 mgr.smithi134.npcsqu (mgr.14180) 1279 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:09.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:09 smithi149 conmon[88219]: audit 2023-12-06T03:36:08.828854+0000 mgr.smithi134.npcsqu (mgr.14180) 1280 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:09.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:09 smithi134 conmon[83862]: cluster 2023-12-06T03:36:08.533040+0000 mgr.smithi134.npcsqu 2023-12-06T03:36:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:09 smithi134 conmon[83862]: (mgr.14180) 1279 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:09 smithi134 conmon[83862]: audit 2023-12-06T03:36:08.828854+0000 mgr.smithi134.npcsqu (mgr.14180) 1280 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:09.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:09 smithi134 conmon[83862]: 2023-12-06T03:36:10.462 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:11.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:11 smithi134 conmon[83862]: cluster 2023-12-06T03:36:10.533718+0000 mgr.smithi134.npcsqu (mgr.14180) 1281 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:12.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:11 smithi149 conmon[88219]: cluster 2023-12-06T03:36:10.533718+0000 mgr.smithi134.npcsqu (mgr.14180) 1281 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:12.367 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:12.367 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:13.045 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:13.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:13 smithi134 conmon[83862]: audit 2023-12-06T03:36:12.363394+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:36:13.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:13 smithi134 conmon[83862]: .14180) 1282 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:13.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:13 smithi134 conmon[83862]: cluster 2023-12-06T03:36:12.534545+0000 mgr.smithi134.npcsqu (mgr.14180) 1283 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:14.046 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:13 smithi149 conmon[88219]: audit 2023-12-06T03:36:12.363394+0000 mgr.smithi134.npcsqu (mgr.14180) 1282 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:14.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:13 smithi149 conmon[88219]: cluster 2023-12-06T03:36:12.534545+0000 mgr.smithi134.npcsqu (mgr.14180) 1283 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:15.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:15 smithi134 conmon[83862]: cluster 2023-12-06T03:36:14.535188+0000 2023-12-06T03:36:15.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:15 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1284 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:15.895 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:15.895 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:16.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:15 smithi149 conmon[88219]: cluster 2023-12-06T03:36:14.535188+0000 mgr.smithi134.npcsqu (mgr.14180) 1284 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:16.528 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:16.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:16 smithi134 conmon[83862]: audit 2023-12-06T03:36:15.891206+0000 mgr.smithi134.npcsqu (mgr.14180) 1285 2023-12-06T03:36:16.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:16 smithi134 conmon[83862]: : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:17.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:16 smithi149 conmon[88219]: audit 2023-12-06T03:36:15.891206+0000 mgr.smithi134.npcsqu (mgr.14180) 1285 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:17.528 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:17.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:17 smithi134 conmon[83862]: cluster 2023-12-06T03:36:16.535956+0000 mgr.smithi134.npcsqu (mgr.14180) 1286 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:17.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:17 smithi134 conmon[83862]: 2023-12-06T03:36:18.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:17 smithi149 conmon[88219]: cluster 2023-12-06T03:36:16.535956+0000 mgr.smithi134.npcsqu (mgr.14180) 1286 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:19.365 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:19.365 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:19.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:19 smithi149 conmon[88219]: cluster 2023-12-06T03:36:18.536653+0000 mgr.smithi134.npcsqu (mgr.14180) 1287 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:19.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:19 smithi134 conmon[83862]: cluster 2023-12-06T03:36:18.536653+0000 2023-12-06T03:36:19.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:19 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1287 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:20.018 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:20.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:20 smithi149 conmon[88219]: audit 2023-12-06T03:36:19.360536+0000 mgr.smithi134.npcsqu (mgr.14180) 1288 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:20.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:20 smithi134 conmon[83862]: audit 2023-12-06T03:36:19.360536+0000 mgr.smithi134.npcsqu (mgr.14180) 1288 : audit [DBG] 2023-12-06T03:36:20.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:20 smithi134 conmon[83862]: from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:21.020 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:21.731 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:21 smithi134 conmon[83862]: cluster 2023-12-06T03:36:20.537415+0000 mgr.smithi134.npcsqu (mgr.14180) 1289 : cluster 2023-12-06T03:36:21.732 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:21 smithi134 conmon[83862]: [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:21.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:21 smithi149 conmon[88219]: cluster 2023-12-06T03:36:20.537415+0000 mgr.smithi134.npcsqu (mgr.14180) 1289 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:22.922 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:22.922 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:23.571 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:23.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:23 smithi134 conmon[83862]: cluster 2023-12-06T03:36:22.538043+0000 mgr.smithi134.npcsqu (mgr.14180) 1290 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:23.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:23 smithi134 conmon[83862]: audit 2023-12-06T03:36:22.917918+0000 mgr.smithi134.npcsqu (mgr.14180) 1291 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:23 smithi149 conmon[88219]: cluster 2023-12-06T03:36:22.538043+0000 mgr.smithi134.npcsqu 2023-12-06T03:36:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:23 smithi149 conmon[88219]: (mgr.14180) 1290 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:24.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:23 smithi149 conmon[88219]: audit 2023-12-06T03:36:22.917918+0000 mgr.smithi134.npcsqu (mgr.14180) 1291 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:24.573 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:25.814 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:25 smithi134 conmon[83862]: cluster 2023-12-06T03:36:24.538668+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:36:25.814 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:25 smithi134 conmon[83862]: .14180) 1292 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:26.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:25 smithi149 conmon[88219]: cluster 2023-12-06T03:36:24.538668+0000 mgr.smithi134.npcsqu (mgr.14180) 1292 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:26.453 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:26.453 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:27.027 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:27.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:27 smithi134 conmon[83862]: audit 2023-12-06T03:36:26.448605+0000 mgr.smithi134.npcsqu (mgr.14180) 1293 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:27.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:27 smithi134 conmon[83862]: cluster 2023-12-06T03:36:26.539518+0000 mgr.smithi134.npcsqu (mgr.14180) 1294 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:28.029 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:27 smithi149 conmon[88219]: audit 2023-12-06T03:36:26.448605+0000 mgr.smithi134.npcsqu (mgr.14180) 1293 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:28.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:27 smithi149 conmon[88219]: cluster 2023-12-06T03:36:26.539518+0000 mgr.smithi134.npcsqu (mgr.14180) 1294 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:29.471 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:29 smithi134 conmon[83862]: cluster 2023-12-06T03:36:28.540231+0000 2023-12-06T03:36:29.471 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:29 smithi134 conmon[83862]: mgr.smithi134.npcsqu (mgr.14180) 1295 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:29.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:29 smithi149 conmon[88219]: cluster 2023-12-06T03:36:28.540231+0000 mgr.smithi134.npcsqu (mgr.14180) 1295 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:29.847 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:29.847 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:30.501 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:30.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:30 smithi149 conmon[88219]: audit 2023-12-06T03:36:29.842932+0000 mgr.smithi134.npcsqu (mgr.14180) 1296 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:30.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:30 smithi134 conmon[83862]: audit 2023-12-06T03:36:29.842932+0000 mgr.smithi134.npcsqu (mgr.14180) 1296 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:31.502 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:31.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:31 smithi149 conmon[88219]: cluster 2023-12-06T03:36:30.540984+0000 mgr.smithi134.npcsqu (mgr.14180) 1297 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:31.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:31 smithi134 conmon[83862]: cluster 2023-12-06T03:36:30.540984+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:36:31.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:31 smithi134 conmon[83862]: ) 1297 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:33.433 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:33.433 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:33.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:33 smithi134 conmon[83862]: cluster 2023-12-06T03:36:32.541675+0000 mgr.smithi134.npcsqu (mgr.14180) 1298 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:34.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:33 smithi149 conmon[88219]: cluster 2023-12-06T03:36:32.541675+0000 mgr.smithi134.npcsqu (mgr.14180) 1298 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:34.075 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:34.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:34 smithi134 conmon[83862]: audit 2023-12-06T03:36:33.428976+0000 mgr.smithi134.npcsqu (mgr.14180) 1299 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:35.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:34 smithi149 conmon[88219]: audit 2023-12-06T03:36:33.428976+0000 mgr.smithi134.npcsqu (mgr.14180) 1299 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:35.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:34 smithi149 conmon[88219]: 2023-12-06T03:36:35.076 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:35.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:35 smithi134 conmon[83862]: cluster 2023-12-06T03:36:34.542322+0000 mgr.smithi134.npcsqu (mgr.14180) 1300 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:36.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:35 smithi149 conmon[88219]: cluster 2023-12-06T03:36:34.542322+0000 mgr.smithi134.npcsqu (mgr.14180) 1300 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:36.901 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:36.901 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:37.525 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:37.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:37 smithi134 conmon[83862]: cluster 2023-12-06T03:36:36.542935+0000 mgr.smithi134.npcsqu (mgr.14180) 1301 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:37.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:37 smithi134 conmon[83862]: audit 2023-12-06T03:36:36.896782+0000 mgr.smithi134.npcsqu (mgr.14180) 1302 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:37 smithi149 conmon[88219]: cluster 2023-12-06T03:36:36.542935+0000 mgr.smithi134.npcsqu (mgr.14180) 1301 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:38.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:37 smithi149 conmon[88219]: audit 2023-12-06T03:36:36.896782+0000 mgr.smithi134.npcsqu (mgr.14180) 1302 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:38.526 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:39.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:39 smithi134 conmon[83862]: cluster 2023-12-06T03:36:38.543716+0000 mgr.smithi134.npcsqu (mgr.14180) 1303 2023-12-06T03:36:39.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:39 smithi134 conmon[83862]: : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:39.799 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:39 smithi149 conmon[88219]: cluster 2023-12-06T03:36:38.543716+0000 mgr.smithi134.npcsqu (mgr.14180) 1303 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:40.383 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:40.383 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:29.802804Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:29.802961Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:29.803030Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:29.803091Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:29.803184Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:29.803439Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:40.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:40 smithi134 conmon[83862]: audit 2023-12-06T03:36:40.525036+0000 mon.smithi134 (mon.0) 764 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:36:41.023 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:40 smithi149 conmon[88219]: audit 2023-12-06T03:36:40.525036+0000 2023-12-06T03:36:41.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:40 smithi149 conmon[88219]: mon.smithi134 (mon.0) 764 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-12-06T03:36:42.025 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:42.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:41 smithi134 conmon[83862]: audit 2023-12-06T03:36:40.379002+0000 mgr.smithi134.npcsqu (mgr 2023-12-06T03:36:42.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:41 smithi134 conmon[83862]: .14180) 1304 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:42.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:41 smithi134 conmon[83862]: cluster 2023-12-06T03:36:40.544329+0000 mgr.smithi134.npcsqu (mgr.14180) 1305 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:42.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:41 smithi134 conmon[83862]: audit 2023-12-06T03:36:40.803391+0000 mon.smithi134 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:41 smithi149 conmon[88219]: audit 2023-12-06T03:36: 2023-12-06T03:36:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:41 smithi149 conmon[88219]: 40.379002+0000 mgr.smithi134.npcsqu (mgr.14180) 1304 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:41 smithi149 conmon[88219]: cluster 2023-12-06T03:36:40.544329+0000 mgr.smithi134.npcsqu (mgr.14180) 1305 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:42.299 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:41 smithi149 conmon[88219]: audit 2023-12-06T03:36:40.803391+0000 mon.smithi134 (mon.0) 765 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: cluster 2023-12-06T03:36:42.544940+0000 mgr.smithi134.npcsqu (mgr.14180) 1306 : cluster [DBG] 2023-12-06T03:36:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: audit 2023-12-06T03:36:42.697303+0000 mon.smithi134 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: audit 2023-12-06T03:36:43.001107+0000 mon.smithi134 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: audit 2023-12-06T03:36:43.001737+0000 mon.smithi134 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: audit 2023-12-06T03:36:43.002262+0000 mon.smithi134 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: audit 2023-12-06T03:36:43.002758+0000 mon.smithi134 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: cephadm 2023-12-06T03:36:43.003179+0000 mgr.smithi134.npcsqu (mgr.14180) 1307 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 669.8M 2023-12-06T03:36:44.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:43 smithi149 conmon[88219]: cephadm 2023-12-06T03:36:43.003705+0000 mgr.smithi134.npcsqu (mgr.14180) 1308 : cephadm [WRN] Unable to set osd_memory_target on smithi149 to 702366617: error parsing value: Value '702366617' is below minimum 939524096 2023-12-06T03:36:44.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: cluster 2023-12-06T03:36:42.544940+0000 mgr.smithi134.npcsqu (mgr.14180) 1306 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:44.104 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: audit 2023-12-06T03:36:42.697303+0000 mon.smithi134 (mon.0) 766 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: audit 2023-12-06T03:36:43.001107+0000 mon.smithi134 (mon.0) 767 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: audit 2023-12-06T03:36:43.001737+0000 mon.smithi134 (mon.0) 768 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: audit 2023-12-06T03:36:43.002262+0000 mon.smithi134 (mon.0) 769 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: audit 2023-12-06T03:36:43.002758+0000 mon.smithi134 (mon.0) 770 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: cephadm 2023-12-06T03:36:43.003179+0000 mgr.smithi134.npcsqu (mgr.14180) 1307 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 669.8M 2023-12-06T03:36:44.105 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:43 smithi134 conmon[83862]: cephadm 2023-12-06T03:36:43.003705+0000 mgr.smithi134.npcsqu (mgr.14180) 1308 : cephadm [WRN] Unable to set osd_memory_target on smithi149 to 702366617: error parsing value: Value '702366617' is below minimum 939524096 2023-12-06T03:36:44.148 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:44.148 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:30:33.484175Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:30:33.484248Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:30:33.484315Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:30:33.484070Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:30:33.483918Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:30:33.484377Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:30:33.484500Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:30:33.484439Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:30:33.484750Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:45.031 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:44 smithi134 conmon[83862]: audit 2023-12-06T03:36:44.143196+0000 mgr.smithi134.npcsqu (mgr.14180) 1309 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:45.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:44 smithi149 conmon[88219]: audit 2023-12-06T03:36:44.143196+0000 mgr.smithi134.npcsqu (mgr.14180) 1309 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:45.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:44 smithi149 conmon[88219]: 2023-12-06T03:36:45.054 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: cluster 2023-12-06T03:36:44.545694+0000 mgr.smithi134.npcsqu (mgr.14180) 1310 : cluster 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: audit 2023-12-06T03:36:45.386174+0000 mon.smithi134 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: audit 2023-12-06T03:36:45.694525+0000 mon.smithi134 (mon.0) 772 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: audit 2023-12-06T03:36:45.695193+0000 mon.smithi134 ( 2023-12-06T03:36:46.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: audit 2023-12-06T03:36: 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: 45.699398+0000 mon.smithi134 (mon.0) 774 : audit 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: audit 2023-12-06T03:36:45 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: .702783+0000 mon.smithi134 (mon.0) 775 : audit 2023-12-06T03:36:46.050 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:45 smithi149 conmon[88219]: [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:36:46.055 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: cluster 2023-12-06T03:36:44.545694+0000 mgr.smithi134.npcsqu (mgr.14180 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: ) 1310 : cluster [DBG] pgmap v848: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: audit 2023-12-06T03:36:45.386174+0000 mon.smithi134 (mon.0) 771 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: audit 2023-12-06T03:36:45.694525+0000 mon.smithi134 (mon.0) 772 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: audit 2023-12-06T03:36:45.695193+0000 mon.smithi134 (mon.0) 773 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: audit 2023-12-06T03:36:45.699398+0000 mon.smithi134 (mon.0) 774 : audit [INF] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: audit 2023-12-06T03:36:45 2023-12-06T03:36:46.080 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:45 smithi134 conmon[83862]: .702783+0000 mon.smithi134 (mon.0) 775 : audit [DBG] from='mgr.14180 172.21.15.134:0/1686492339' entity='mgr.smithi134.npcsqu' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-12-06T03:36:46.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:46 smithi134 conmon[83862]: cluster 2023-12-06T03:36:45.699875+0000 mgr.smithi134.npcsqu (mgr.14180) 1311 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:46 smithi134 conmon[83862]: cephadm 2023-12-06T03:36:45.708212+0000 mgr.smithi134.npcsqu (mgr.14180) 1312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.wohfoo on smithi149 2023-12-06T03:36:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:46 smithi134 conmon[83862]: cluster 2023-12-06T03:36:46.697622+0000 mon.smithi134 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:36:46.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:46 smithi134 conmon[83862]: cluster 2023-12-06T03:36:46.697693+0000 mon.smithi134 (mon.0) 777 : cluster [INF] Cluster is now healthy 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: cluster 2023-12-06T03:36:45.699875+0000 mgr.smithi134.npcsqu (mgr.14180) 1311 : cluster [DBG] pgmap v849: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: cephadm 2023-12-06T03:36:45.708212+0000 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: mgr.smithi134.npcsqu (mgr.14180) 1312 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi149.wohfoo on smithi149 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: cluster 2023-12-06T03:36:46.697622+0000 mon.smithi134 (mon.0) 776 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: cluster 2023-12-06T03:36:46.697693+0000 mon.smithi134 (mon. 2023-12-06T03:36:47.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:46 smithi149 conmon[88219]: 0) 777 : cluster [INF] Cluster is now healthy 2023-12-06T03:36:47.993 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:47.993 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:36:45.379418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:36:42.691440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:36:45.379540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:36:42.691602Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:36:42.691673Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:36:42.691766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:36:42.691830Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:36:45.379659Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:36:42.692076Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:48.573 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:48.854 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:48 smithi134 conmon[83862]: cluster 2023-12-06T03:36:47.700363+0000 mgr.smithi134.npcsqu (mgr.14180) 1313 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:48.855 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:48 smithi134 conmon[83862]: audit 2023-12-06T03:36:47.988256+0000 mgr.smithi134.npcsqu (mgr.14180) 1314 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:48 smithi149 conmon[88219]: cluster 2023-12-06T03:36:47.700363+0000 mgr.smithi134.npcsqu (mgr.14180) 1313 : cluster [DBG] pgmap v850: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:48 smithi149 conmon[88219]: 2023-12-06T03:36:49.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:48 smithi149 conmon[88219]: audit 2023-12-06T03:36:47.988256+0000 mgr.smithi134.npcsqu (mgr.14180) 1314 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:49.574 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:d03fca4f35d43f61b4679936aef7bd2f01cced0b shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 -- ceph orch ls -f json 2023-12-06T03:36:51.009 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:50 smithi134 conmon[83862]: cluster 2023-12-06T03:36:49.700826+0000 mgr.smithi134.npcsqu (mgr.14180) 1315 : cluster [DBG] pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:50 smithi149 conmon[88219]: cluster 2023-12-06T03:36:49.700826+0000 mgr.smithi134.npcsqu (mgr.14180) 1315 : cluster [DBG] 2023-12-06T03:36:51.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:50 smithi149 conmon[88219]: pgmap v851: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:51.410 INFO:teuthology.orchestra.run.smithi134.stdout: 2023-12-06T03:36:51.410 INFO:teuthology.orchestra.run.smithi134.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-12-06T03:08:57.521791Z", "last_refresh": "2023-12-06T03:36:45.379418Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-12-06T03:08:51.880386Z", "last_refresh": "2023-12-06T03:36:42.691440Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2023-12-06T03:08:55.041984Z", "last_refresh": "2023-12-06T03:36:45.379540Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:29:27.885799Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.dcogxc on smithi149: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:33:07.319068Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi149.ejjbwp on smithi149: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi149-ejjbwp\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi149.ejjbwp\nDeploy daemon haproxy.rgw.foo.smithi149.ejjbwp ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:31:10Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:31:48Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:32:26Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi149 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.520712Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi134.ptfhjd on smithi134: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy-rgw-foo-smithi134-ptfhjd\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\n/bin/podman: stderr Error: error inspecting object: no such container ceph-962f3c54-93e4-11ee-95a2-87774f69a715-haproxy.rgw.foo.smithi134.ptfhjd\nDeploy daemon haproxy.rgw.foo.smithi134.ptfhjd ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2023-12-06T03:33:44Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2023-12-06T03:34: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-12-06T03:35:00Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi134 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2023-12-06T03:35:40.521885Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi134.fmpzfd on smithi134: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2023-12-06T03:35:40.522823Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi149.jkaphj on smithi149: 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.134/16"}, "status": {"created": "2023-12-06T03:13:38.759151Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.134/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-12-06T03:08:50.634439Z", "last_refresh": "2023-12-06T03:36:42.691602Z", "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:15.867502Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi134:172.21.15.134=smithi134", "smithi149:172.21.15.149=smithi149"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-12-06T03:10:15.865025Z", "last_refresh": "2023-12-06T03:36:42.691673Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-12-06T03:08:56.269664Z", "last_refresh": "2023-12-06T03:36:42.691766Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-12-06T03:10:44.696752Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-12-06T03:10:44.693487Z", "last_refresh": "2023-12-06T03:36:42.691830Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-12-06T03:08:53.342222Z", "last_refresh": "2023-12-06T03:36:45.379659Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2023-12-06T03:13:38.758913Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2023-12-06T03:13:45.542195Z", "last_refresh": "2023-12-06T03:36:42.692076Z", "ports": [8000], "running": 4, "size": 4}}] 2023-12-06T03:36:52.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2023-12-06T03:36:52.080 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T03:36:52.189 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=19e6a70bc29a4cb3a8b6033a267da496 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/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_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_d03fca4f35d43f61b4679936aef7bd2f01cced0b/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_f2de108beb0a6dde7f3e6c96039071828a1f6269/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2023-12-06T03:36:52.191 DEBUG:teuthology.run_tasks:Unwinding manager vip 2023-12-06T03:36:52.214 INFO:tasks.vip:Removing 10.0.15.134 (and any VIPs) on smithi134.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T03:36:52.215 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.15.134/16 dev enp3s0f1 2023-12-06T03:36:52.255 DEBUG:teuthology.orchestra.run.smithi134:> sudo ip addr del 10.0.31.134/16 dev enp3s0f1 2023-12-06T03:36:52.319 INFO:teuthology.orchestra.run.smithi134.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T03:36:52.320 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T03:36:52.320 INFO:tasks.vip:Removing 10.0.15.149 (and any VIPs) on smithi149.front.sepia.ceph.com iface enp3s0f1... 2023-12-06T03:36:52.320 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.15.149/16 dev enp3s0f1 2023-12-06T03:36:52.368 DEBUG:teuthology.orchestra.run.smithi149:> sudo ip addr del 10.0.31.134/16 dev enp3s0f1 2023-12-06T03:36:52.394 INFO:teuthology.orchestra.run.smithi149.stderr:RTNETLINK answers: Cannot assign requested address 2023-12-06T03:36:52.395 DEBUG:teuthology.orchestra.run:got remote process result: 2 2023-12-06T03:36:52.395 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2023-12-06T03:36:52.405 INFO:tasks.cephadm:Teardown begin 2023-12-06T03:36:52.406 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:36:52.432 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:36:52.462 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2023-12-06T03:36:52.462 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T03:36:52.487 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2023-12-06T03:36:52.518 INFO:tasks.cephadm:Stopping all daemons... 2023-12-06T03:36:52.518 INFO:tasks.cephadm.mon.smithi134:Stopping mon.smithi134... 2023-12-06T03:36:52.518 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134 2023-12-06T03:36:52.604 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 systemd[1]: Stopping Ceph mon.smithi134 for 962f3c54-93e4-11ee-95a2-87774f69a715... 2023-12-06T03:36:52.873 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 bash[285827]: Error: no container with name or ID ceph-962f3c54-93e4-11ee-95a2-87774f69a715-mon.smithi134 found: no such container 2023-12-06T03:36:52.874 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 conmon[83862]: audit 2023-12-06T03:36:51 2023-12-06T03:36:52.874 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 conmon[83862]: .405272+0000 mgr.smithi134.npcsqu (mgr.14180) 1316 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:52.874 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 conmon[83862]: cluster 2023-12-06T03:36:51.701462+0000 mgr.smithi134.npcsqu (mgr.14180) 1317 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:52 smithi149 conmon[88219]: audit 2023-12-06T03:36:51.405272+0000 mgr.smithi134.npcsqu (mgr.14180) 1316 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-12-06T03:36:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:52 smithi149 conmon[88219]: cluster 2023-12-06T03:36:53.049 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:52 smithi149 conmon[88219]: 2023-12-06T03:36:51.701462+0000 mgr.smithi134.npcsqu (mgr.14180) 1317 : cluster [DBG] pgmap v852: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2023-12-06T03:36:53.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 conmon[83862]: debug 2023-12-06T03:36:52.872+0000 7fcd187a5700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi134 -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-12-06T03:36:53.215 INFO:journalctl@ceph.mon.smithi134.smithi134.stdout:Dec 06 03:36:52 smithi134 conmon[83862]: debug 2023-12-06T03:36:52.872+0000 7fcd187a5700 -1 mon.smithi134@0(leader) e2 *** Got Signal Terminated *** 2023-12-06T03:36:53.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi134.service' 2023-12-06T03:36:53.867 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T03:36:53.867 INFO:tasks.cephadm.mon.smithi134:Stopped mon.smithi134 2023-12-06T03:36:53.867 INFO:tasks.cephadm.mon.smithi149:Stopping mon.smithi149... 2023-12-06T03:36:53.868 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi149 2023-12-06T03:36:54.251 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:53 smithi149 systemd[1]: Stopping Ceph mon.smithi149 for 962f3c54-93e4-11ee-95a2-87774f69a715... 2023-12-06T03:36:54.251 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:53 smithi149 bash[118904]: Error: no container with name or ID ceph-962f3c54-93e4-11ee-95a2-87774f69a715-mon.smithi149 found: no such container 2023-12-06T03:36:54.521 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:54 smithi149 conmon[88219]: debug 2023-12-06T03:36:54.249+0000 7f006c910700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi149 -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-12-06T03:36:54.521 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:54 smithi149 conmon[88219]: debug 2023-12-06T03:36:54.249+0000 7f006c910700 -1 mon.smithi149@1(peon) e2 *** Got Signal Terminated *** 2023-12-06T03:36:54.522 INFO:journalctl@ceph.mon.smithi149.smithi149.stdout:Dec 06 03:36:54 smithi149 bash[119019]: 4d2734df3007b1a353ec3da37bcf5f30dde99a32b313633fefb1835bacee34aa 2023-12-06T03:36:54.879 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-962f3c54-93e4-11ee-95a2-87774f69a715@mon.smithi149.service' 2023-12-06T03:36:54.943 DEBUG:teuthology.orchestra.run:got remote process result: None 2023-12-06T03:36:54.944 INFO:tasks.cephadm.mon.smithi149:Stopped mon.smithi149 2023-12-06T03:36:54.944 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T03:37:55.443 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 --force --keep-logs 2023-12-06T03:40:15.149 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:40:15.194 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2023-12-06T03:40:15.222 INFO:tasks.cephadm:Archiving crash dumps... 2023-12-06T03:40:15.224 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/ubuntu@smithi134.front.sepia.ceph.com/crash 2023-12-06T03:40:15.225 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash -- . 2023-12-06T03:40:15.264 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T03:40:15.265 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2023-12-06T03:40:15.266 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/ubuntu@smithi149.front.sepia.ceph.com/crash 2023-12-06T03:40:15.267 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash -- . 2023-12-06T03:40:15.303 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/crash: Cannot open: No such file or directory 2023-12-06T03:40:15.303 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2023-12-06T03:40:15.304 INFO:tasks.cephadm:Checking cluster log for badness... 2023-12-06T03:40:15.304 DEBUG:teuthology.orchestra.run.smithi134:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2023-12-06T03:40:15.330 INFO:teuthology.orchestra.run.smithi134.stderr:grep: /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph.log: No such file or directory 2023-12-06T03:40:15.333 INFO:tasks.cephadm:Compressing logs... 2023-12-06T03:40:15.333 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:40:15.375 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:40:15.398 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.usikpr.log 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.7.log 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.usikpr.log: /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi134.log 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr: 76.7% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.usikpr.log.gz 2023-12-06T03:40:15.399 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.3.log 2023-12-06T03:40:15.400 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi134.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.1.log 2023-12-06T03:40:15.402 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.5.log 2023-12-06T03:40:15.402 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi134.npcsqu.log 2023-12-06T03:40:15.402 INFO:teuthology.orchestra.run.smithi149.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log 2023-12-06T03:40:15.403 INFO:teuthology.orchestra.run.smithi149.stderr:: No such file or directory 2023-12-06T03:40:15.403 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi149.log 2023-12-06T03:40:15.403 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.4.log 2023-12-06T03:40:15.403 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log: /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi149.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi149.zwmcvh.log 2023-12-06T03:40:15.404 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.4.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.eaozti.log 2023-12-06T03:40:15.404 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.6.log 2023-12-06T03:40:15.404 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi149.zwmcvh.log: /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.eaozti.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.0.log 2023-12-06T03:40:15.404 INFO:teuthology.orchestra.run.smithi149.stderr: 65.3% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.eaozti.log.gz 2023-12-06T03:40:15.405 INFO:teuthology.orchestra.run.smithi149.stderr:gzip /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.6.log: -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.iiuant.log 2023-12-06T03:40:15.405 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.2.log 2023-12-06T03:40:15.405 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.iiuant.log: 73.8% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi149.iiuant.log.gz 2023-12-06T03:40:15.405 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.5.log: /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi134.npcsqu.log: 92.6% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T03:40:15.406 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.gnfjiy.log 2023-12-06T03:40:15.406 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T03:40:15.406 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2023-12-06T03:40:15.407 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.gnfjiy.log: 59.4% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-client.rgw.foo.smithi134.gnfjiy.log.gz 2023-12-06T03:40:15.410 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: 92.5% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-volume.log.gz 2023-12-06T03:40:15.411 INFO:teuthology.orchestra.run.smithi149.stderr: 93.4% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi149.zwmcvh.log.gz 2023-12-06T03:40:15.418 INFO:teuthology.orchestra.run.smithi149.stderr: 94.0% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T03:40:15.436 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2023-12-06T03:40:15.701 INFO:teuthology.orchestra.run.smithi134.stderr: 89.7% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mgr.smithi134.npcsqu.log.gz 2023-12-06T03:40:15.774 INFO:teuthology.orchestra.run.smithi149.stderr: 92.7% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi149.log.gz 2023-12-06T03:40:16.136 INFO:teuthology.orchestra.run.smithi134.stderr: 93.4% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.7.log.gz 2023-12-06T03:40:16.201 INFO:teuthology.orchestra.run.smithi149.stderr: 93.3% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.2.log.gz 2023-12-06T03:40:16.220 INFO:teuthology.orchestra.run.smithi134.stderr: 90.3% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-mon.smithi134.log.gz 2023-12-06T03:40:16.273 INFO:teuthology.orchestra.run.smithi134.stderr: 93.2% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.5.log.gz 2023-12-06T03:40:16.334 INFO:teuthology.orchestra.run.smithi149.stderr: 93.1% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.4.log.gz 2023-12-06T03:40:16.353 INFO:teuthology.orchestra.run.smithi149.stderr: 93.2% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.0.log.gz 2023-12-06T03:40:16.357 INFO:teuthology.orchestra.run.smithi149.stderr: 93.2% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.6.log.gz 2023-12-06T03:40:16.359 INFO:teuthology.orchestra.run.smithi149.stderr: 2023-12-06T03:40:16.359 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.970s 2023-12-06T03:40:16.359 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m3.892s 2023-12-06T03:40:16.360 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.168s 2023-12-06T03:40:16.582 INFO:teuthology.orchestra.run.smithi134.stderr: 93.3% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.1.log.gz 2023-12-06T03:40:16.774 INFO:teuthology.orchestra.run.smithi134.stderr: 93.5% -- replaced with /var/log/ceph/962f3c54-93e4-11ee-95a2-87774f69a715/ceph-osd.3.log.gz 2023-12-06T03:40:16.774 INFO:teuthology.orchestra.run.smithi134.stderr: 2023-12-06T03:40:16.774 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m1.387s 2023-12-06T03:40:16.775 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m5.134s 2023-12-06T03:40:16.775 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.207s 2023-12-06T03:40:16.775 INFO:tasks.cephadm:Archiving logs... 2023-12-06T03:40:16.775 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/ubuntu@smithi134.front.sepia.ceph.com/log 2023-12-06T03:40:16.776 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T03:40:17.542 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/ubuntu@smithi149.front.sepia.ceph.com/log 2023-12-06T03:40:17.543 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2023-12-06T03:40:18.166 INFO:tasks.cephadm:Removing cluster... 2023-12-06T03:40:18.167 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 --force 2023-12-06T03:40:18.624 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 962f3c54-93e4-11ee-95a2-87774f69a715 --force 2023-12-06T03:40:19.098 INFO:tasks.cephadm:Removing cephadm ... 2023-12-06T03:40:19.098 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T03:40:19.114 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2023-12-06T03:40:19.129 INFO:tasks.cephadm:Teardown complete 2023-12-06T03:40:19.130 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2023-12-06T03:40:19.145 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_1... 2023-12-06T03:40:19.145 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_1 2023-12-06T03:40:19.284 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T03:40:19.285 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.286 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_2... 2023-12-06T03:40:19.286 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_2 2023-12-06T03:40:19.412 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T03:40:19.413 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.414 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_3... 2023-12-06T03:40:19.414 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_3 2023-12-06T03:40:19.550 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T03:40:19.551 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.552 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi134:/dev/vg_nvme/lv_4... 2023-12-06T03:40:19.552 DEBUG:teuthology.orchestra.run.smithi134:> sudo nvme disconnect -n lv_4 2023-12-06T03:40:19.677 INFO:teuthology.orchestra.run.smithi134.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T03:40:19.678 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.679 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2023-12-06T03:40:19.679 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/scratch_devs 2023-12-06T03:40:19.702 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_1... 2023-12-06T03:40:19.703 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_1 2023-12-06T03:40:19.838 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_1 disconnected 1 controller(s) 2023-12-06T03:40:19.839 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.840 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_2... 2023-12-06T03:40:19.840 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_2 2023-12-06T03:40:19.980 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_2 disconnected 1 controller(s) 2023-12-06T03:40:19.981 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:19.981 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_3... 2023-12-06T03:40:19.981 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_3 2023-12-06T03:40:20.138 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_3 disconnected 1 controller(s) 2023-12-06T03:40:20.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:20.140 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi149:/dev/vg_nvme/lv_4... 2023-12-06T03:40:20.140 DEBUG:teuthology.orchestra.run.smithi149:> sudo nvme disconnect -n lv_4 2023-12-06T03:40:20.275 INFO:teuthology.orchestra.run.smithi149.stdout:NQN:lv_4 disconnected 1 controller(s) 2023-12-06T03:40:20.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:20.277 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2023-12-06T03:40:20.277 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/scratch_devs 2023-12-06T03:40:20.302 DEBUG:teuthology.run_tasks:Unwinding manager clock 2023-12-06T03:40:20.312 INFO:teuthology.task.clock:Checking final clock skew... 2023-12-06T03:40:20.313 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T03:40:20.315 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-12-06T03:40:20.327 INFO:teuthology.orchestra.run.smithi134.stderr:bash: ntpq: command not found 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:210 Number of sources = 4 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 23 +145us[ +156us] +/- 79ms 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv02.front.sepia.ceph.com 3 7 377 21 -547us[ -537us] +/- 57ms 2023-12-06T03:40:20.331 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +739us[ +750us] +/- 82ms 2023-12-06T03:40:20.332 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:40:20.356 INFO:teuthology.orchestra.run.smithi149.stderr:bash: ntpq: command not found 2023-12-06T03:40:20.359 INFO:teuthology.orchestra.run.smithi149.stdout:210 Number of sources = 4 2023-12-06T03:40:20.359 INFO:teuthology.orchestra.run.smithi149.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-12-06T03:40:20.359 INFO:teuthology.orchestra.run.smithi149.stdout:=============================================================================== 2023-12-06T03:40:20.359 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 25 +130us[ +132us] +/- 79ms 2023-12-06T03:40:20.359 INFO:teuthology.orchestra.run.smithi149.stdout:^* hv02.front.sepia.ceph.com 3 6 377 22 -606us[ -604us] +/- 56ms 2023-12-06T03:40:20.360 INFO:teuthology.orchestra.run.smithi149.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 25 +729us[ +731us] +/- 82ms 2023-12-06T03:40:20.360 INFO:teuthology.orchestra.run.smithi149.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2023-12-06T03:40:20.361 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2023-12-06T03:40:20.370 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2023-12-06T03:40:20.371 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2023-12-06T03:40:20.419 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:40:20.516 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:40:20.605 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:40:20.634 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:20.635 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:40:20.665 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:20.666 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2023-12-06T03:40:20.676 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2023-12-06T03:40:20.724 INFO:teuthology.task.internal:Duration was 2630.348560 seconds 2023-12-06T03:40:20.724 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2023-12-06T03:40:20.735 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2023-12-06T03:40:20.735 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T03:40:20.737 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2023-12-06T03:40:20.778 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T03:40:20.783 INFO:teuthology.orchestra.run.smithi149.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-12-06T03:40:21.117 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2023-12-06T03:40:21.117 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2023-12-06T03:40:21.118 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:40:21.177 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2023-12-06T03:40:21.177 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:40:21.198 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2023-12-06T03:40:21.198 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T03:40:21.219 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2023-12-06T03:40:21.294 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2023-12-06T03:40:21.297 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T03:40:21.299 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2023-12-06T03:40:21.462 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2023-12-06T03:40:21.473 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2023-12-06T03:40:21.474 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T03:40:21.498 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2023-12-06T03:40:21.523 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2023-12-06T03:40:21.534 DEBUG:teuthology.orchestra.run.smithi134:> 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-12-06T03:40:21.540 DEBUG:teuthology.orchestra.run.smithi149:> 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-12-06T03:40:21.562 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2023-12-06T03:40:21.587 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2023-12-06T03:40:21.601 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T03:40:21.628 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:21.629 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2023-12-06T03:40:21.654 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-12-06T03:40:21.655 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2023-12-06T03:40:21.666 INFO:teuthology.task.internal:Transferring archived files... 2023-12-06T03:40:21.667 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/smithi134 2023-12-06T03:40:21.668 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T03:40:21.717 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618/remote/smithi149 2023-12-06T03:40:21.718 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2023-12-06T03:40:21.756 INFO:teuthology.task.internal:Removing archive directory... 2023-12-06T03:40:21.757 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T03:40:21.759 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2023-12-06T03:40:21.804 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2023-12-06T03:40:21.819 INFO:teuthology.task.internal:Not uploading archives. 2023-12-06T03:40:21.819 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2023-12-06T03:40:21.830 INFO:teuthology.task.internal:Tidying up after the test... 2023-12-06T03:40:21.830 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T03:40:21.832 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2023-12-06T03:40:21.844 INFO:teuthology.orchestra.run.smithi134.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 03:40 /home/ubuntu/cephtest 2023-12-06T03:40:21.859 INFO:teuthology.orchestra.run.smithi149.stdout: 262153 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Dec 6 03:40 /home/ubuntu/cephtest 2023-12-06T03:40:21.860 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2023-12-06T03:40:21.871 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2023-12-06T03:40:21.893 INFO:teuthology.nuke:Checking targets against current locks 2023-12-06T03:40:21.921 DEBUG:teuthology.nuke:shortname: smithi134 2023-12-06T03:40:21.922 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:40:21.949 DEBUG:teuthology.nuke:shortname: smithi149 2023-12-06T03:40:21.950 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-12-06T03:40:21.953 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618', '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-12-06 02:48:22.526243', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKTx6DhUZrlmDpNQa8fTOqKF4pAZBWIRlGsEMjH+OoHUy3RyqIiDZCBgzg+VSrYBDS66iTwElPy3soJCQEPTtlY='} 2023-12-06T03:40:21.974 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2023-12-05_19:00:15-rados-wip-yuri6-testing-2023-12-05-0753-pacific-distro-default-smithi/7478618', '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-12-06 02:48:22.524865', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHrHX4yeu+LaG3jPlWYFZjXfARCI2x2ZWDeeJrcF3xCITST1rvbU/DL3CCkCGeaMRVKmZkZk8uR03UzhcPWj+y4='} 2023-12-06T03:40:22.007 INFO:teuthology.orchestra.console.smithi134:Power off 2023-12-06T03:40:22.007 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T03:40:22.044 INFO:teuthology.orchestra.console.smithi149:Power off 2023-12-06T03:40:22.045 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2023-12-06T03:40:22.060 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2023-12-06T03:40:22.060 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:22.077 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2023-12-06T03:40:22.078 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:22.090 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-06T03:40:22.107 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-06T03:40:26.091 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:26.108 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:26.202 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-06T03:40:26.220 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-06T03:40:30.206 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:30.221 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:30.317 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2023-12-06T03:40:30.333 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2023-12-06T03:40:34.322 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:34.334 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2023-12-06T03:40:34.433 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2023-12-06T03:40:34.445 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2023-12-06T03:40:34.535 INFO:teuthology.orchestra.console.smithi134:Power off completed 2023-12-06T03:40:34.545 INFO:teuthology.orchestra.console.smithi149:Power off completed 2023-12-06T03:40:34.652 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: 2630.348559617996 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=19e6a70bc29a4cb3a8b6033a267da496 status: fail success: false 2023-12-06T03:40:34.653 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-12-06T03:40:34.762 INFO:teuthology.run:FAIL